BPO
1635741
| Nosy |
@amauryfa, @orsenthil, @vstinner, @tiran, @phsilva, @encukou, @ambv, @ericsnowcurrently, @serhiy-storchaka, @phmc, @DimitrisJim, @corona10, @miss-islington, @shihai1991, @erlend-aasland, @koubaa, @h-vetinari, @csabesz88, @kumaraditya303, @CharlieZhao95 |
| PRs |
bpo-1635741: Port _json extension module to multiphase initialization(PEP 489) #17835bpo-1635741: Remove redundant _Py_INC_TPALLOCS in _Py_NewReference() #17883bpo-1635741: Port _abc extension module to multiphase initialization(PEP 489) #18030bpo-1635741: Port _asyncio extension module to multiphase initialization(PEP 489) #18032bpo-1635741: Port _bisect extension module to multiphase initialization(PEP 489) #18049bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) #18050bpo-1635741: Port _codecs extension module to multiphase initialization (PEP 489) #18065bpo-1635741: Port _collections extension module to multiphase initialization(PEP 489) #18066bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489) #18358bpo-1635741: Calling Py_INCREF() after PyModule_AddObject() success to run #18365bpo-1635741: Port _contextvars extension module to multiphase initialization (PEP … #18374bpo-1635741: Port _crypt extension module to multiphase initialization(PEP 489) #18404bpo-1635741: Fix refleaks of timemoudle in PyInit_time() #18486bpo-1635741: Port audioop extension module to multiphase initialization(PEP 489) #18608bpo-1635741: Fix potential refleaks in binascii module #18613bpo-1635741: Port _ctypes_test extension module to multiphase initialization(PEP … #19012bpo-1635741: Port statistics module to multiphase initialization #19015bpo-1635741: Fix possible refleaks in tupleobject.c #19018[3.7] bpo-1635741: Fix a possible refleak in tupleobject.c (GH-19018) #19022[3.8] bpo-1635741: Fix a possible refleak in tupleobject.c (GH-19018) #19021bpo-1635741: Port itertools module to multiphase initialization. #19044bpo-1635741: Port _heapq module to multiphase initialization. #19057bpo-39337: Add a test case for normalizing of codec names #19069[WIP] bpo-1635741: Port _collections module to multiphase initialization. #19071bpo-1635741: Port _collections module to multiphase initialization. #19074bpo-1635741: Port _weakref extension module to multiphase initialization(PEP 489) #19084bpo-1635741: Enhance get_binascii_state() #19100bpo-1635741: Port time module to multiphase initialization (PEP 489) #19107bpo-1635741: Port _datetime module to multiphase initialization (PEP 489) #19122Revert "bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)" #19128bpo-40050: Fix importlib._bootstrap_external #19135bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084) #19140bpo-1635741: Port operator module to multiphase initialization (PEP 489) #19150bpo-1635741: Port _functools module to multiphase initialization (PEP-489) #19151bpo-1635741: Port _uuid module to multiphase initialization. #19242bpo-1635741: Port math module to multiphase initialization #19243bpo-1635741: Port resource extension module to multiphase initialization(PEP 489) #19252bpo-1635741: Enhance PyModule_AddIntMacro by ADD_INT macro #19307bpo-1635741: Port _lzma module to multiphase initialization #19382bpo-1635741: Port mmap module to multiphase initialization #19459bpo-1635741: Port _stat module to multiphase initialization #19798bpo-1635741: Fix compiler warning in _stat.c #19822bpo-1635741: Port syslog module to multiphase initialization #19907bpo-1635741: Port errno module to multiphase initialization #19923bpo-1635741: Port fcntl module to multiphase initialization #20540[WIP] bpo-1635741: Py_Finalize() finalizes builtin static types #20763bpo-1635741: Port nis module to multiphase initialization. #20808bpo-1635741: Port _dbm module to multiphase initialization #20848bpo-1635741: Port _gdbm module to multiphase initialization #20920bpo-1635741: Enable unicode_release_interned() without insure or valgrind. #21087bpo-1635741: Port termios module to multiphase initialization #21168bpo-1635741: Port sha256 module to multiphase init (PEP 489) #21189bpo-1635741: Release Unicode interned strings at exit #21269bpo-1635741: Fix unicode_dealloc() for mortal interned string #21270bpo-1635741: Port faulthandler module to multiphase initialization #21294bpo-1635741 - try to port pickle to multi-stage init #21319bpo-1635741: port winapi to multi-stage init #21371bpo-1635741 unicodedata #21375bpo-1635741: port multiprocessing to multiphase init #21378bpo-1635741: prepare for multi-phase init for unicodedata #21418bpo-1635741: Clean sysdict and builtins of interpreter #21605bpo-1635741: Port hashlib modules to multiphase init (PEP 489) #21818bpo-1635741: port sha3 module to multi-phase init #21855bpo-1635741: port blake2 module to multi-phase init #21856bpo-1635741: Fix refleaks of encodings module by removing the encodings._aliases #21896bpo-1635741: Fix reference cycle by calling explicit gc collection in main interpreter #21902bpo-1635741 port some simple modules to multi-phase initialization #21985bpo-1635741 port _curses_panel to multi-phase init (PEP 489) #21986bpo-1635741 port zlib module to multi-phase init #21995bpo-1635741 port _testbuffer to multi-phase init #22003bpo-1635741 port signalmodule to multi-phase init (PEP 489) #22049bpo-1635741: port opcode module to multi-phase init (PEP 489) #22050bpo-1635741: - port overlapped to multi-phase #22051bpo-1635741: testbuffer heap types #22131bpo-1635741: sha256 heap types #22134bpo-1635741: Port the termios to multi-phase init (PEP 489) #22139bpo-1635741 - port unicodedata to multi-phase init #22145bpo-1635741: Port _string module to multi-phase init #22148bpo-1635741: Port mashal module to multi-phase init #22149bpo-1635741: port scproxy to multi-phase init #22164bpo-1635741 port cmath to multi-phase init (pep 489) #22165bpo-1635741 port _lsprof to multi-phase init (PEP 489) #22220bpo-1635741: port pyexpat to multi-phase init (PEP 489) #22222bpo-1635741: convert an _lsprof method to argument clinic #22240bpo-41790: update error in documentation #22242bpo-1635741: replace UCD_Check with Py_IS_TYPE #22328bpo-1635741: Port _bisect module to multi-phase init #22415bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types #22478bpo-1635741: pyexpat error handling #22489bpo-1635741: convert unicode ucd type to heap type #22490bpo-1635741: Add a global module state to unicodedata #22712bpo-1635741: Move _PyUnicode_Name_CAPI to the internal C API #22713bpo-1635741: Port _csv to multi-phase init #22838bpo-1635741: Fix NULL ptr deref in multiprocessing #22880gh-103092: Prep curses module for multi-phase init #23091bpo-1635741: Add PyModule_AddObjectRef() function #23122bpo-1635741: _ast uses PyModule_AddObjectRef() #23146bpo-1635741: _contextvars uses PyModule_AddType() #23147bpo-1635741: _sqlite3 uses PyModule_AddObjectRef #23148bpo-1635741: _warnings uses PyModule_AddObjectRef() #23151bpo-1635741: sqlite3 now uses Py_NewRef and Py_XNewRef #23170bpo-1635741: Enhance _datetime error handling #23139bpo-1635741: port pickle to multi-phase init (PEP 489) #23188bpo-1635741: Fix typo in PyModule_AddObjectRef() doc #23234bpo-40170: Fix PyType_Ready() refleak on static type #23236bpo-1635741: In pickle module, inject module state from class methods #23304bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) #23358bpo-1635741: Port _random to multiphase initialization #23359bpo-1635741: Port grp and pwd to multiphase initialization #23360bpo-1635741: Port symtable module to multiphase initialization #23361bpo-1635741: Port _queue to multiphase initialization #23376bpo-1635741: Port gc module to multiphase initialization #23377bpo-1635741: Convert _imp to multi-phase init #23378bpo-1635741: Port _warnings to the multi-phase init #23379bpo-1635741: Port _random to the multi-phase init #23381bpo-1635741: Port spwd to multiphase initialization (GH-23390) #23390bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) #23393bpo-1635741: Port _struct to multiphase initialization #23398Revert "bpo-1635741: Port _struct to multiphase initialization" #23401bpo-1635741: Fix _struct for build bot error #23402bpo-1635741: Port _posixshmem extension module to multiphase initialization #23404bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) #23406bpo-1635741: Port select module to multiphase init (GH-23409) #23409bpo-1635741: Port resource extension module to module state (GH-23462) #23462bpo-42327: Add PyModule_Add() (smaller). #23443bpo-42327: Add PyModule_Add() (smaller). #23443bpo-1635741: port _elementtree to multi-phase init (PEP 489) #23535Add symbols of the stable ABI to python3dll.c #23598bpo-1635741: Refactor _threadmodule.c #23793bpo-1635741: Port _thread to multiphase init #23811bpo-1635741: Fix ref. leak introduced by bf64d90 #23972bpo-1635741: Adapt _multibytecodec to multi-phase initialization #24095bpo-1635741: Convert socket.SocketType to heap type, and establish global state #24175bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC #24205bpo-1635741: Port _datetime extension module to multiphase initialization (PEP 489) #30522bpo-1635741: port _ctypes extension module to multiphase initialization #30525bpo-46417: Call _PyDebug_PrintTotalRefs() later #30744bpo-1635741: test_embed cheks that Python does not leak #31555bpo-1635741: Fix winreg reference leaks #31560 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = <Date 2022-01-27.13:42:43.202>
created_at = <Date 2007-01-15.10:26:05.000>
labels = ['expert-subinterpreters', 'interpreter-core', '3.11', 'performance']
title = "Py_Finalize() doesn't clear all Python objects at exit"
updated_at = <Date 2022-02-25.11:34:18.230>
user = 'https://bugs.python.org/kylotan'
bugs.python.org fields:
activity = <Date 2022-02-25.11:34:18.230>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2022-01-27.13:42:43.202>
closer = 'vstinner'
components = ['Interpreter Core', 'Subinterpreters']
creation = <Date 2007-01-15.10:26:05.000>
creator = 'kylotan'
dependencies = []
files = []
hgrepos = []
issue_num = 1635741
keywords = ['patch']
message_count = 185.0
messages = ['61054', '110895', '111024', '130729', '248761', '355187', '355189', '355191', '355193', '355194', '355201', '359342', '359482', '359830', '360063', '361427', '361428', '361466', '361798', '362068', '362124', '362143', '362144', '362195', '363935', '363936', '363937', '363940', '363941', '364234', '364330', '364379', '364463', '364521', '364609', '364656', '364833', '364836', '364845', '364871', '364883', '364906', '364909', '364951', '364952', '364968', '364971', '364972', '364973', '364975', '364987', '365008', '365017', '365043', '365386', '365388', '365484', '365584', '365611', '367686', '367796', '368096', '368318', '370561', '370763', '371119', '371569', '371683', '372061', '372077', '372096', '372102', '372103', '372797', '372912', '372938', '372942', '375169', '375272', '375286', '375287', '375288', '375290', '375311', '375567', '376218', '376221', '376240', '376288', '376360', '376461', '376474', '376477', '376480', '376493', '376500', '376552', '376554', '376555', '376556', '376566', '376567', '376571', '376572', '376616', '376687', '376993', '377253', '377364', '377365', '377523', '378115', '378685', '379280', '379287', '379667', '380216', '380270', '380280', '380317', '380318', '380331', '380332', '380340', '380346', '380351', '380733', '380758', '380854', '380857', '381124', '381300', '381317', '381318', '381351', '381352', '381376', '381379', '381391', '381392', '381395', '381396', '381400', '381411', '381423', '381426', '381431', '381432', '381434', '381476', '381477', '381571', '381572', '383155', '383168', '383276', '383283', '383285', '383287', '383454', '383636', '383785', '383799', '383801', '383844', '383847', '383880', '384039', '384042', '384326', '384352', '384646', '384978', '384987', '385010', '388728', '410809', '411116', '411278', '411311', '411872', '411961', '411997', '413938', '413979']
nosy_count = 26.0
nosy_names = ['amaury.forgeotdarc', 'orsenthil', 'kylotan', 'vstinner', 'christian.heimes', 'tlesher', 'phsilva', 'petr.viktorin', 'ysj.ray', 'santoso.wijaya', 'lukasz.langa', 'python-dev', 'eric.snow', 'serhiy.storchaka', 'pconnell', 'isoschiz', 'Jim Fasarakis-Hilliard', 'corona10', 'miss-islington', 'shihai1991', 'erlendaasland', 'koubaa', 'h-vetinari', 'TCsaba', 'kumaraditya', 'CharlieZhao']
pr_nums = ['17835', '17883', '18030', '18032', '18049', '18050', '18065', '18066', '18358', '18365', '18374', '18404', '18486', '18608', '18613', '19012', '19015', '19018', '19022', '19021', '19044', '19057', '19069', '19071', '19074', '19084', '19100', '19107', '19122', '19128', '19135', '19140', '19150', '19151', '19242', '19243', '19252', '19307', '19382', '19459', '19798', '19822', '19907', '19923', '20540', '20763', '20808', '20848', '20920', '21087', '21168', '21189', '21269', '21270', '21294', '21319', '21371', '21375', '21378', '21418', '21605', '21818', '21855', '21856', '21896', '21902', '21985', '21986', '21995', '22003', '22049', '22050', '22051', '22131', '22134', '22139', '22145', '22148', '22149', '22164', '22165', '22220', '22222', '22240', '22242', '22328', '22415', '22478', '22489', '22490', '22712', '22713', '22838', '22880', '23091', '23122', '23146', '23147', '23148', '23151', '23170', '23139', '23188', '23234', '23236', '23304', '23358', '23359', '23360', '23361', '23376', '23377', '23378', '23379', '23381', '23390', '23393', '23398', '23401', '23402', '23404', '23406', '23409', '23462', '23443', '23443', '23535', '23598', '23793', '23811', '23972', '24095', '24175', '24205', '30522', '30525', '30744', '31555', '31560']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue1635741'
versions = ['Python 3.11']
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
bugs.python.org fields: