[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Inada Naoki
Inada Naoki added the comment: Thank you for finding it! My eyes were too focused on portability issue of "%zd"... -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Inada Naoki
Inada Naoki added the comment: New changeset 97a31c7b486c45ba9c21cab5fb96337859a60275 by Inada Naoki in branch '3.8': [3.8] bpo-37990: fix gc stats (GH-15626) https://github.com/python/cpython/commit/97a31c7b486c45ba9c21cab5fb96337859a60275 -- __

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Inada Naoki
Change by Inada Naoki : -- pull_requests: +15295 pull_request: https://github.com/python/cpython/pull/15627 ___ Python tracker ___ _

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Inada Naoki
Inada Naoki added the comment: New changeset 013e52fd340d9ef558013b546f25456f94ee1804 by Inada Naoki in branch 'master': bpo-37990: fix gc stats (GH-15626) https://github.com/python/cpython/commit/013e52fd340d9ef558013b546f25456f94ee1804 -- ___ P

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Inada Naoki
Change by Inada Naoki : -- keywords: +patch pull_requests: +15294 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15626 ___ Python tracker _

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. It looks like this regression was introduced by the changes for Issue37729. -- assignee: -> inada.naoki keywords: +3.8regression nosy: +inada.naoki, ned.deily priority: normal -> high stage: -> needs patch versions: +Python 3.8 _

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Hubert Jasudowicz
Change by Hubert Jasudowicz : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Hubert
New submission from Hubert : Example: Python 3.9.0a0 (heads/master:39d87b5471, Aug 30 2019, 23:19:13) [GCC 9.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import gc >>> gc.set_debug(gc.DEBUG_STATS) >>> gc.collect() gc: collecting generation 2... gc: o