[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-03 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c0b214bc08f0da89e5b2e4b8cc9f07783833d6b8 by Dong-hee Na in branch 'master': bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294) https://github.com/python/cpython/commit/c0b214bc08f0da89e5b2e4b8cc9f07783833d6b8

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3549ca313a6103a3adb281ef3a849298b7d7f72c by Victor Stinner in branch 'master': bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) https://github.com/python/cpython/commit/3549ca313a6103a3adb281ef3a849298b7d7f72c

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-03 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20443 pull_request: https://github.com/python/cpython/pull/21294 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-03 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 9d006977d7ff5a45d6e7d696c1713fdf2dd308b7 by Mohamed Koubaa in branch 'master': bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189) https://github.com/python/cpython/commit/9d006977d7ff5a45d6e7d696c1713fdf2dd308b7 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20420 pull_request: https://github.com/python/cpython/pull/21270 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 666ecfb0957a2fa0df5e2bd03804195de74bdfbf by Victor Stinner in branch 'master': bpo-1635741: Release Unicode interned strings at exit (GH-21269) https://github.com/python/cpython/commit/666ecfb0957a2fa0df5e2bd03804195de74bdfbf --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-07-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20419 pull_request: https://github.com/python/cpython/pull/21269 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-27 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 15.0 -> 16.0 pull_requests: +20343 pull_request: https://github.com/python/cpython/pull/21189 ___ Python tracker

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-26 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20326 pull_request: https://github.com/python/cpython/pull/21168 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-23 Thread hai shi
Change by hai shi : -- pull_requests: +20253 pull_request: https://github.com/python/cpython/pull/21087 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-22 Thread STINNER Victor
STINNER Victor added the comment: List of the 58 C extensions using the legacy API: _asynciomodule.c _bisectmodule.c _blake2/blake2module.c cjkcodecs/multibytecodec.c cmathmodule.c _csv.c _ctypes/_ctypes.c _cursesmodule.c _curses_panel.c _datetimemodule.c _decimal/_decimal.c _elementtree.c

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-22 Thread STINNER Victor
STINNER Victor added the comment: Current status: 60 stdlib extensions (51%) are ported to PEP 489 multiphase initialization, 58 stdlib extensions (49%) are still using the legacy API: $ grep -E '\' $(find Modules/ -name "*.c")|wc -l 60 $ grep -E '\' $(find Modules/ -name "*.c")|wc -l 58

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-22 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 1937edd376274cb26090d71253191502a9de32d6 by Dong-hee Na in branch 'master': bpo-1635741: Port _lzma module to multiphase initialization (GH-19382) https://github.com/python/cpython/commit/1937edd376274cb26090d71253191502a9de32d6 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-22 Thread STINNER Victor
STINNER Victor added the comment: See meta bpo-15787 "PEP 3121, 384 Refactoring" which tracks all these issues as dependencies. -- ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-22 Thread STINNER Victor
STINNER Victor added the comment: See also the 48 open issues with "pep3121" keyword:

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-16 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c4862e333ab405dd5789b4061222db1982147de4 by Dong-hee Na in branch 'master': bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) https://github.com/python/cpython/commit/c4862e333ab405dd5789b4061222db1982147de4 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-16 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20099 pull_request: https://github.com/python/cpython/pull/20920 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-15 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset bf69a8f99f1b0e19a59509c6c4d7015a31d881a1 by Dong-hee Na in branch 'master': bpo-1635741: Port _dbm module to multiphase initialization (GH-20848) https://github.com/python/cpython/commit/bf69a8f99f1b0e19a59509c6c4d7015a31d881a1 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-12 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20041 pull_request: https://github.com/python/cpython/pull/20848 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-11 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20005 pull_request: https://github.com/python/cpython/pull/20808 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-09 Thread STINNER Victor
STINNER Victor added the comment: I wrote PR 20763 to "finalize" static types in Py_Finalize(). It mostly works, but "./Programs/_testembed test_forced_io_encoding" crash. This program calls Py_Initialize() and Py_Finalize() multiple times in a loop. It doesn't look to be safe to clear

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-09 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +19962 pull_request: https://github.com/python/cpython/pull/20763 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-05 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3ad52e366fea37b02a3f619e6b7cffa7dfbdfa2e by Dong-hee Na in branch 'master': bpo-1635741: Port mmap module to multiphase initialization (GH-19459) https://github.com/python/cpython/commit/3ad52e366fea37b02a3f619e6b7cffa7dfbdfa2e --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-01 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset e9684fac5a158be9806304a676e619857520a4dc by Dong-hee Na in branch 'master': bpo-1635741: Port fcntl module to multiphase initialization (GH-20540) https://github.com/python/cpython/commit/e9684fac5a158be9806304a676e619857520a4dc --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-31 Thread Jim Fasarakis-Hilliard
Change by Jim Fasarakis-Hilliard : -- nosy: +Jim Fasarakis-Hilliard ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-30 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +19783 pull_request: https://github.com/python/cpython/pull/20540 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-18 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-06 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3466922320d54a922cfe6d6d44e89e1cea4023ef by Dong-hee Na in branch 'master': bpo-1635741: Port errno module to multiphase initialization (GH-19923) https://github.com/python/cpython/commit/3466922320d54a922cfe6d6d44e89e1cea4023ef --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-05 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +19238 pull_request: https://github.com/python/cpython/pull/19923 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-04 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 92a98ed97513c6e365ce8765550ea65d0ddc8cd7 by Dong-hee Na in branch 'master': bpo-1635741: Port syslog module to multiphase initialization (GH-19907) https://github.com/python/cpython/commit/92a98ed97513c6e365ce8765550ea65d0ddc8cd7 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-05-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +19222 pull_request: https://github.com/python/cpython/pull/19907 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset b66c0ff8af0c1a4adc6908897b2d05afc78cc27e by Victor Stinner in branch 'master': bpo-1635741: Fix compiler warning in _stat.c (GH-19822) https://github.com/python/cpython/commit/b66c0ff8af0c1a4adc6908897b2d05afc78cc27e --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-30 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +19142 pull_request: https://github.com/python/cpython/pull/19822 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-29 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 84724dd239c30043616487812f6a710b1d70cd4b by Dong-hee Na in branch 'master': bpo-1635741: Port _stat module to multiphase initialization (GH-19798) https://github.com/python/cpython/commit/84724dd239c30043616487812f6a710b1d70cd4b --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-29 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +19119 pull_request: https://github.com/python/cpython/pull/19798 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-10 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18815 pull_request: https://github.com/python/cpython/pull/19459 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18745 pull_request: https://github.com/python/cpython/pull/19382 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -18728 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-04 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18728 pull_request: https://github.com/python/cpython/pull/19366 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7a6f3bcc43ed729f8038524528c0b326b5610506 by Hai Shi in branch 'master': bpo-1635741: Fix refleak in _locale init error handling (GH-19307) https://github.com/python/cpython/commit/7a6f3bcc43ed729f8038524528c0b326b5610506 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-02 Thread hai shi
Change by hai shi : -- pull_requests: +18669 pull_request: https://github.com/python/cpython/pull/19307 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 45f7008a66a30cdf749ec03e580bd2692be9a8df by Hai Shi in branch 'master': bpo-1635741: Port resource extension module to multiphase initialization (PEP 489) (GH-19252)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-04-01 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-40137: TODO list when PEP 573 "Module State Access from C Extension Methods" will be implemented. It tracks code that should be fixed once PEP 573 will be implemented, like _functools and _abc modules. --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-31 Thread hai shi
Change by hai shi : -- pull_requests: +18610 pull_request: https://github.com/python/cpython/pull/19252 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5be8241392453751beea21d2e32096c15a8d47db by Dong-hee Na in branch 'master': bpo-1635741: Port math module to multiphase initialization (GH-19243) https://github.com/python/cpython/commit/5be8241392453751beea21d2e32096c15a8d47db --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-31 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18602 pull_request: https://github.com/python/cpython/pull/19243 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1cb763b8808745b9a368c1158fda19d329f63f6f by Dong-hee Na in branch 'master': bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) https://github.com/python/cpython/commit/1cb763b8808745b9a368c1158fda19d329f63f6f --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-31 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18601 pull_request: https://github.com/python/cpython/pull/19242 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-25 Thread STINNER Victor
STINNER Victor added the comment: > bpo-1635741: Port _functools module to multiphase initialization (PEP 489) > (GH-19151) > https://github.com/python/cpython/commit/7dd549eb08939e1927fba818116f5202e76f8d73 This change introduced a regression: bpo-40071 "test__xxsubinterpreters leaked [1,

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-25 Thread hai shi
hai shi added the comment: >Sorry for the noise, but I just wanted to say thanks to the people working on >this issue 13 years after I reported it. :) Far too many open-source projects >arbitrarily close bugs just because they don't have time to fix them and they >never get fixed, so I'm

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-25 Thread B Sizer
B Sizer added the comment: Sorry for the noise, but I just wanted to say thanks to the people working on this issue 13 years after I reported it. :) Far too many open-source projects arbitrarily close bugs just because they don't have time to fix them and they never get fixed, so I'm glad

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-25 Thread STINNER Victor
STINNER Victor added the comment: > Thanks for the clarifications. I will keep looking for simple modules, no > state and easy to migrate but also dedicate more time to work on the more > complex like datetime. I'm working on PR19122 corrections. I like changes which convert C extension

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread Paulo Henrique Silva
Paulo Henrique Silva added the comment: Thanks for the clarifications. I will keep looking for simple modules, no state and easy to migrate but also dedicate more time to work on the more complex like datetime. I'm working on PR19122 corrections. --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
STINNER Victor added the comment: Hum, some clarification is needed here. "Port xxx extension module to multiphase initialization (PEP 489)" changes are helping to fix "Py_Finalize() doesn't clear all Python objects at exit", but alone they don't fix all issues. -- For example, if a

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7dd549eb08939e1927fba818116f5202e76f8d73 by Paulo Henrique Silva in branch 'master': bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset f3d5ac47720045a72f7ef5af13046d9531e6007b by Paulo Henrique Silva in branch 'master': bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-19150)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread Paulo Henrique Silva
Paulo Henrique Silva added the comment: Updating on my findings on msg364833. It looks like encodings module is not being destoyed at all and keeping all the encoding refs alive. Looks like some cycle but I am not sure yet how to solve it. To validate this, I: - removed codec_search_cach

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread Paulo Henrique Silva
Change by Paulo Henrique Silva : -- pull_requests: +18512 pull_request: https://github.com/python/cpython/pull/19151 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread Paulo Henrique Silva
Change by Paulo Henrique Silva : -- pull_requests: +18511 pull_request: https://github.com/python/cpython/pull/19150 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread Alex Budovski
Change by Alex Budovski : -- nosy: -Alex Budovski ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
STINNER Victor added the comment: I managed to identify bpo-40050 (test_importlib reference leak) root issue and to fix it, so I reapplied Hai Shi's change for _weakref. -- ___ Python tracker

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 93460d097f50db0870161a63911d61ce3c5f4583 by Victor Stinner in branch 'master': bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18501 pull_request: https://github.com/python/cpython/pull/19140 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-24 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18497 pull_request: https://github.com/python/cpython/pull/19135 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset 188078c39dec24aa5b3f2073bdc9a68ebaae42de by Victor Stinner in branch 'master': Revert "bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)" (#19128)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18489 pull_request: https://github.com/python/cpython/pull/19128 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread STINNER Victor
STINNER Victor added the comment: > The last merged pull request, GH-GH-19084, causes refleaks in importlib > tests. Stable buildbots are failing, I can reproduce on macOS Catalina. I expect that the bug is non-trivial, so I prefer to open a separated issue: bpo-40050 "test_importlib leaked

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset bd409bb5b78e7ccac5fcda9ab4cec770552f3090 by Paulo Henrique Silva in branch 'master': bpo-1635741: Port time module to multiphase initialization (PEP 489) (GH-19107)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread Paulo Henrique Silva
Change by Paulo Henrique Silva : -- pull_requests: +18483 pull_request: https://github.com/python/cpython/pull/19122 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread hai shi
hai shi added the comment: > The last merged pull request, GH-GH-19084, causes refleaks in importlib > tests. Stable buildbots are failing, I can reproduce on macOS Catalina. thanks, Łukasz. I catched this problem in my vm of centos too. I don't the broken reason temporarily. --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-23 Thread Łukasz Langa
Łukasz Langa added the comment: The last merged pull request, GH-GH-19084, causes refleaks in importlib tests. Stable buildbots are failing, I can reproduce on macOS Catalina. You can test yourself by running: $ ./python.exe -E -Wd -m test -uall,-gui -l -L -R: test_importlib Master at

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-22 Thread hai shi
hai shi added the comment: > I noticed that caches on Lib/encodings/__init__.py and codec_search_cach of > PyInterpreterState are the places holding the refs. I removed those caches > and number went do to. Good Catch, Paulo. IMHO, caches is useful in codecs(it's improve the search

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-22 Thread Paulo Henrique Silva
Paulo Henrique Silva added the comment: About half of the remaining refs are related to encodings. I noticed that caches on Lib/encodings/__init__.py and codec_search_cach of PyInterpreterState are the places holding the refs. I removed those caches and number went do to: Before: 4382 refs

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-21 Thread Paulo Henrique Silva
Change by Paulo Henrique Silva : -- pull_requests: +18468 pull_request: https://github.com/python/cpython/pull/19107 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-21 Thread hai shi
Change by hai shi : -- pull_requests: +18460 pull_request: https://github.com/python/cpython/pull/19100 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8334f30a74abcf7e469b901afc307887aa85a888 by Hai Shi in branch 'master': bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-19 Thread hai shi
Change by hai shi : -- pull_requests: +18444 pull_request: https://github.com/python/cpython/pull/19084 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset 77248a28896d39cae0a7e084965b9ffc2624b7f4 by Dong-hee Na in branch 'master': bpo-1635741: Port _collections module to multiphase initialization (GH-19074) https://github.com/python/cpython/commit/77248a28896d39cae0a7e084965b9ffc2624b7f4

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-19 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18430 pull_request: https://github.com/python/cpython/pull/19074 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-19 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18426 pull_request: https://github.com/python/cpython/pull/19071 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-19 Thread hai shi
Change by hai shi : -- pull_requests: +18423 pull_request: https://github.com/python/cpython/pull/19069 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4657a8a0d006c76699ba3d1d4d21a04860bb2586 by Dong-hee Na in branch 'master': bpo-1635741: Port _heapq module to multiphase initialization (GH19057) https://github.com/python/cpython/commit/4657a8a0d006c76699ba3d1d4d21a04860bb2586 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-18 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18409 pull_request: https://github.com/python/cpython/pull/19057 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 514c469719f149e1722a91a9d0c63bf89dfefb2a by Dong-hee Na in branch 'master': bpo-1635741: Port itertools module to multiphase initialization (GH-19044) https://github.com/python/cpython/commit/514c469719f149e1722a91a9d0c63bf89dfefb2a

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-17 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18395 pull_request: https://github.com/python/cpython/pull/19044 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2037502613471a0a0a0262085cc50adb378ebbad by Hai Shi in branch 'master': bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 489) (GH-19012)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 356c878fbf2a97aa3ab7951fd7456d219ff0b466 by Dong-hee Na in branch 'master': bpo-1635741: Port _statistics module to multiphase initialization (GH-19015) https://github.com/python/cpython/commit/356c878fbf2a97aa3ab7951fd7456d219ff0b466

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +18370 pull_request: https://github.com/python/cpython/pull/19022 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +18371 pull_request: https://github.com/python/cpython/pull/19021 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-15 Thread hai shi
Change by hai shi : -- pull_requests: +18367 pull_request: https://github.com/python/cpython/pull/19018 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-15 Thread hai shi
hai shi added the comment: hundreds of encoding names can not be released in Py_Finalize(). for example: ``` 0x7ff482f589e0 [1] 'iso_8859_1_1987' 0x7ff482f58970 [1] 'iso_8859_1' ``` --> ``` 0x7ff482f589e0 [2] 'iso_8859_1_1987' 0x7ff482f58970 [2] 'iso_8859_1' ``` --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-15 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 nosy_count: 13.0 -> 14.0 pull_requests: +18363 pull_request: https://github.com/python/cpython/pull/19015 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-15 Thread hai shi
Change by hai shi : -- pull_requests: +18359 pull_request: https://github.com/python/cpython/pull/19012 ___ Python tracker ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 196f1eb6adcfc6a7239330ef508b8bf9dff9940f by Hai Shi in branch 'master': bpo-1635741: Fix refleaks of time module error handling (GH-18486) https://github.com/python/cpython/commit/196f1eb6adcfc6a7239330ef508b8bf9dff9940f --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: Thanks Hai Shi for your 3 latest PRs, I merged them. -- ___ Python tracker ___ ___

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset aa0c0808efbfdee813d2829e49030c667da44e72 by Hai Shi in branch 'master': bpo-1635741: Fix potential refleaks in binascii module (GH-18613) https://github.com/python/cpython/commit/aa0c0808efbfdee813d2829e49030c667da44e72 --

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 41fbf865a35d4fb64f047f98dc24690cb0c170fd by Hai Shi in branch 'master': bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset a158168a787e82c4b7b18f6833153188e93627a5 by Hai Shi in branch 'master': bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489) (GH-18358)

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-02-25 Thread Paulo Henrique Silva
Change by Paulo Henrique Silva : -- nosy: +phsilva ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-02-22 Thread hai shi
Change by hai shi : -- pull_requests: +17978 pull_request: https://github.com/python/cpython/pull/18613 ___ Python tracker ___

<    1   2   3   4   >