Summary of Python tracker Issues

ACTIVITY SUMMARY (2020-11-06 - 2020-11-13) Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message.
Issues counts and deltas: open 7628 (+11) closed 46459 (+62) total 54087 (+73)
Open issues with patches: 3064
Issues opened (60) ==================
#32426: Tkinter: reference document of possible cursor names https://bugs.python.org/issue32426 reopened by terry.reedy
#32682: test_zlib improve version parsing https://bugs.python.org/issue32682 reopened by pmpp
#40077: Convert static types to heap types: use PyType_FromSpec() https://bugs.python.org/issue40077 reopened by pitrou
#40137: TODO list when PEP 573 "Module State Access from C Extension M https://bugs.python.org/issue40137 reopened by vstinner
#40939: Remove the old parser https://bugs.python.org/issue40939 reopened by vstinner
#41832: PyType_FromSpec() should accept tp_doc=NULL https://bugs.python.org/issue41832 reopened by petr.viktorin
#42131: [zipimport] Update zipimport to use specs https://bugs.python.org/issue42131 reopened by brett.cannon
#42273: Using LazyLoader leads to AttributeError https://bugs.python.org/issue42273 reopened by brett.cannon
#42280: The list of standard generic collections is incomplete https://bugs.python.org/issue42280 opened by jack1142
#42281: Inconsistent ProcessPoolExecutor behaviour on macOS between 3. https://bugs.python.org/issue42281 opened by mustafaquraish
#42286: f_trace gets call on different lines each loop https://bugs.python.org/issue42286 opened by MegaIng
#42287: Use Py_NewRef & Py_XNewRef where applicable https://bugs.python.org/issue42287 opened by Yonatan Goldschmidt
#42289: Found a secret/private key in code. https://bugs.python.org/issue42289 opened by krrishdhaneja
#42290: Unicode inconsistent display after concencated https://bugs.python.org/issue42290 opened by xxm
#42291: Incorrect signature of CodeType.replace() https://bugs.python.org/issue42291 opened by serhiy.storchaka
#42292: C API: Allocating Objects on the Heap. Misleading documentatio https://bugs.python.org/issue42292 opened by igo95862
#42293: Installation of pyinstaller in Windows fails with utf8 error https://bugs.python.org/issue42293 opened by giomach
#42294: [C API] Add new C functions with more regular reference counti https://bugs.python.org/issue42294 opened by vstinner
#42297: [argparse] Bad error message formatting when using custom usag https://bugs.python.org/issue42297 opened by TurboTurtle
#42298: Documented interaction of single-stage init and sub-interprete https://bugs.python.org/issue42298 opened by pkerling
#42299: Add test_formatter (or remove deprecated formatter module?) https://bugs.python.org/issue42299 opened by terry.reedy
#42300: Typo in translation to portuguese https://bugs.python.org/issue42300 opened by ronan.soares
#42302: [Turtle] Add clockwise and anticlockwise method as alias to ri https://bugs.python.org/issue42302 opened by zenr
#42304: [easy C] long type performance waste in 64-bit Windows build https://bugs.python.org/issue42304 opened by malin
#42305: Added Auto_Complete DropBox Suggestion For Tkinter https://bugs.python.org/issue42305 opened by RajvirSingh1313
#42306: wrong exception handling in case asyncio.shiled usage https://bugs.python.org/issue42306 opened by Alex Alex
#42307: make install must not copy python.o into $prefix/lib/python3.1 https://bugs.python.org/issue42307 opened by vstinner
#42309: BUILD: AIX-64-bit segmentation fault https://bugs.python.org/issue42309 opened by Michael.Felt
#42315: `python -m` semantics conflict with `__file__`'s being optiona https://bugs.python.org/issue42315 opened by William.Schwartz
#42316: Walrus Operator in list index https://bugs.python.org/issue42316 opened by Brando753
#42317: Docs of `typing.get_args`: Mention that due to caching of typi https://bugs.python.org/issue42317 opened by Dominik V.
#42318: [tkinter] surrogate pairs in Tcl/Tk string when pasting an emo https://bugs.python.org/issue42318 opened by ronaldoussoren
#42321: Limitations of building a static python library on Windows (MS https://bugs.python.org/issue42321 opened by maarten
#42322: Spectre mitigations in CPython interpreter https://bugs.python.org/issue42322 opened by sahnaseredini
#42323: [AIX] test_math: test_nextafter(float('nan'), 1.0) does not re https://bugs.python.org/issue42323 opened by vstinner
#42324: Doctest: directives https://bugs.python.org/issue42324 opened by konrad.schwarz
#42325: UnicodeDecodeError executing ./setup.py during build https://bugs.python.org/issue42325 opened by skip.montanaro
#42327: Add PyModule_Add() https://bugs.python.org/issue42327 opened by serhiy.storchaka
#42328: ttk style.map function incorrectly handles the default state f https://bugs.python.org/issue42328 opened by patthoyts
#42330: Add browsh in the webbrowser module https://bugs.python.org/issue42330 opened by saiansh2525
#42332: add __weakref__ to types.GenericAlias https://bugs.python.org/issue42332 opened by tinchester
#42333: Port ssl module to heap types and module state (PEP 573) https://bugs.python.org/issue42333 opened by christian.heimes
#42334: Subclassing int and complex with keyword arguments weird https://bugs.python.org/issue42334 opened by autospamfighter
#42335: Python Crashes Exception code 0xc0000374 ntdll.dll https://bugs.python.org/issue42335 opened by strantor
#42336: Make PCbuild/build.bat build x64 by default https://bugs.python.org/issue42336 opened by steve.dower
#42337: Skip building web installers on Windows https://bugs.python.org/issue42337 opened by steve.dower
#42338: Enable Debug Build For Python Native Modules in Windows, with https://bugs.python.org/issue42338 opened by jmoguill2
#42339: official embedded Python fails to import certain modules https://bugs.python.org/issue42339 opened by bughunter2
#42340: KeyboardInterrupt should come with a warning https://bugs.python.org/issue42340 opened by benfogle
#42341: xml.dom.minidom parsing omits Text nodes in top level https://bugs.python.org/issue42341 opened by vapier
#42342: asyncio.open_connection(local_addr=('localhost', port)) fails https://bugs.python.org/issue42342 opened by ecatmur2
#42343: threading.local documentation should be on the net... https://bugs.python.org/issue42343 opened by ztane
#42344: SimpleNamespace: update documentation regarding comparison https://bugs.python.org/issue42344 opened by jugmac00
#42345: Equality of typing.Literal depends on the order of arguments https://bugs.python.org/issue42345 opened by Dominik V.
#42346: [subinterpreters] Deny os.fork() in subinterpreters? https://bugs.python.org/issue42346 opened by vstinner
#42347: loop.call_exception_handler documentation is lacking https://bugs.python.org/issue42347 opened by sorrel
#42348: Language Reference: Set items https://bugs.python.org/issue42348 opened by BTaskaya
#42349: Compiler front-end produces a broken CFG https://bugs.python.org/issue42349 opened by Mark.Shannon
#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy https://bugs.python.org/issue42350 opened by vstinner
#42351: Setup.py: UnicodeDecodeError in grep_headers_for https://bugs.python.org/issue42351 opened by epaine
Most recent 15 issues with no replies (15) ==========================================
#42351: Setup.py: UnicodeDecodeError in grep_headers_for https://bugs.python.org/issue42351
#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy https://bugs.python.org/issue42350
#42349: Compiler front-end produces a broken CFG https://bugs.python.org/issue42349
#42347: loop.call_exception_handler documentation is lacking https://bugs.python.org/issue42347
#42346: [subinterpreters] Deny os.fork() in subinterpreters? https://bugs.python.org/issue42346
#42343: threading.local documentation should be on the net... https://bugs.python.org/issue42343
#42342: asyncio.open_connection(local_addr=('localhost', port)) fails https://bugs.python.org/issue42342
#42341: xml.dom.minidom parsing omits Text nodes in top level https://bugs.python.org/issue42341
#42340: KeyboardInterrupt should come with a warning https://bugs.python.org/issue42340
#42339: official embedded Python fails to import certain modules https://bugs.python.org/issue42339
#42338: Enable Debug Build For Python Native Modules in Windows, with https://bugs.python.org/issue42338
#42337: Skip building web installers on Windows https://bugs.python.org/issue42337
#42335: Python Crashes Exception code 0xc0000374 ntdll.dll https://bugs.python.org/issue42335
#42330: Add browsh in the webbrowser module https://bugs.python.org/issue42330
#42328: ttk style.map function incorrectly handles the default state f https://bugs.python.org/issue42328
Most recent 15 issues waiting for review (15) =============================================
#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy https://bugs.python.org/issue42350
#42349: Compiler front-end produces a broken CFG https://bugs.python.org/issue42349
#42344: SimpleNamespace: update documentation regarding comparison https://bugs.python.org/issue42344
#42340: KeyboardInterrupt should come with a warning https://bugs.python.org/issue42340
#42333: Port ssl module to heap types and module state (PEP 573) https://bugs.python.org/issue42333
#42332: add __weakref__ to types.GenericAlias https://bugs.python.org/issue42332
#42328: ttk style.map function incorrectly handles the default state f https://bugs.python.org/issue42328
#42327: Add PyModule_Add() https://bugs.python.org/issue42327
#42317: Docs of `typing.get_args`: Mention that due to caching of typi https://bugs.python.org/issue42317
#42307: make install must not copy python.o into $prefix/lib/python3.1 https://bugs.python.org/issue42307
#42299: Add test_formatter (or remove deprecated formatter module?) https://bugs.python.org/issue42299
#42294: [C API] Add new C functions with more regular reference counti https://bugs.python.org/issue42294
#42291: Incorrect signature of CodeType.replace() https://bugs.python.org/issue42291
#42278: Remove usage of tempfile.mktemp in stdlib https://bugs.python.org/issue42278
#42277: Solaris & PEP 3149: start using ABI version tagged .so files https://bugs.python.org/issue42277
Top 10 most discussed issues (10) =================================
#42260: [C API] Add PyInterpreterState_SetConfig(): reconfigure an int https://bugs.python.org/issue42260 10 msgs
#42294: [C API] Add new C functions with more regular reference counti https://bugs.python.org/issue42294 10 msgs
#42307: make install must not copy python.o into $prefix/lib/python3.1 https://bugs.python.org/issue42307 10 msgs
#42225: Tkinter hangs or crashes when displaying astral chars https://bugs.python.org/issue42225 9 msgs
#42273: Using LazyLoader leads to AttributeError https://bugs.python.org/issue42273 9 msgs
#41987: singledispatchmethod raises an error when relying on a forward https://bugs.python.org/issue41987 8 msgs
#42085: Add dedicated slot for sending values https://bugs.python.org/issue42085 8 msgs
#42302: [Turtle] Add clockwise and anticlockwise method as alias to ri https://bugs.python.org/issue42302 7 msgs
#42318: [tkinter] surrogate pairs in Tcl/Tk string when pasting an emo https://bugs.python.org/issue42318 7 msgs
#42327: Add PyModule_Add() https://bugs.python.org/issue42327 7 msgs
Issues closed (65) ==================
#2931: optparse: various problems with unicode and gettext https://bugs.python.org/issue2931 closed by vstinner
#6225: Fixing several minor bugs in Tkinter.Canvas and one in Misc._c https://bugs.python.org/issue6225 closed by iritkatriel
#6860: Inconsistent naming of custom command in setup.py help output https://bugs.python.org/issue6860 closed by iritkatriel
#8488: Docstrings of non-data descriptors "ignored" https://bugs.python.org/issue8488 closed by iritkatriel
#8730: Spurious test failure in distutils https://bugs.python.org/issue8730 closed by iritkatriel
#9849: Argparse needs better error handling for nargs https://bugs.python.org/issue9849 closed by iritkatriel
#10709: Misc/AIX-NOTES needs updating https://bugs.python.org/issue10709 closed by iritkatriel
#12625: sporadic test_unittest failure https://bugs.python.org/issue12625 closed by iritkatriel
#14367: try/except block in ismethoddescriptor() in inspect.py, so tha https://bugs.python.org/issue14367 closed by iritkatriel
#14903: dictobject infinite loop in module set-up https://bugs.python.org/issue14903 closed by gregory.p.smith
#16830: Add skip_host and skip_accept_encoding to HTTPConnection.reque https://bugs.python.org/issue16830 closed by iritkatriel
#18148: Make of Python 3.2.2 fails on Solaris SPARC https://bugs.python.org/issue18148 closed by iritkatriel
#20543: ** operator does not overflow to inf https://bugs.python.org/issue20543 closed by iritkatriel
#24831: Load average in test suite too high https://bugs.python.org/issue24831 closed by vstinner
#25259: readline macros can segfault Python https://bugs.python.org/issue25259 closed by vstinner
#25460: Misc/.gdbinit uses preprocessor macro https://bugs.python.org/issue25460 closed by iritkatriel
#27182: PEP 519 support in the stdlib https://bugs.python.org/issue27182 closed by brett.cannon
#27408: Document importlib.abc.ExecutionLoader implements get_data() https://bugs.python.org/issue27408 closed by brett.cannon
#28491: Remove bundled libffi for OSX https://bugs.python.org/issue28491 closed by ronaldoussoren
#31359: `configure` script incorrectly detects symbols as available on https://bugs.python.org/issue31359 closed by ronaldoussoren
#34597: Python needs to check existence of functions at runtime for ta https://bugs.python.org/issue34597 closed by ronaldoussoren
#36310: pygettext3.7 Does Not Recognize gettext Calls Within fstrings https://bugs.python.org/issue36310 closed by BTaskaya
#37586: macOS: posix_spawn(..., setsid=True) https://bugs.python.org/issue37586 closed by ronaldoussoren
#39892: Enable DeprecationWarnings by default when not explicit in uni https://bugs.python.org/issue39892 closed by gregory.p.smith
#39931: Global variables are not accessible from child processes (mult https://bugs.python.org/issue39931 closed by josh.r
#40624: add support for != (not-equals) in ElementTree XPath https://bugs.python.org/issue40624 closed by scoder
#41073: [C API] PyType_GetSlot() should accept static types https://bugs.python.org/issue41073 closed by petr.viktorin
#41126: Running test suite gives me - python.exe(14198,0x114352dc0) ma https://bugs.python.org/issue41126 closed by ronaldoussoren
#41543: contextlib.nullcontext doesn't work with async context manager https://bugs.python.org/issue41543 closed by asvetlov
#41712: REDoS in purge https://bugs.python.org/issue41712 closed by steve.dower
#41754: Webbrowser Module Cannot Find xdg-settings on OSX https://bugs.python.org/issue41754 closed by ronaldoussoren
#42014: shutil.rmtree calls onerror with different function than faile https://bugs.python.org/issue42014 closed by hynek
#42086: AST: Document / re-design? the simple constructor nodes from s https://bugs.python.org/issue42086 closed by BTaskaya
#42103: [security] DoS (MemError via CPU and RAM exhaustion) when proc https://bugs.python.org/issue42103 closed by serhiy.storchaka
#42133: Update the stdlib to fall back to __spec__.loader if __loader_ https://bugs.python.org/issue42133 closed by brett.cannon
#42140: asyncio.wait function creates futures set two times https://bugs.python.org/issue42140 closed by asvetlov
#42171: Add PEP 573 to the stable ABI https://bugs.python.org/issue42171 closed by petr.viktorin
#42183: Stack overflow error with asyncio.all_tasks and wait_for https://bugs.python.org/issue42183 closed by asvetlov
#42233: GenericAlias does not support union type expressions https://bugs.python.org/issue42233 closed by kj
#42237: test_socket.SendfileUsingSendfileTest fails on illumos https://bugs.python.org/issue42237 closed by asvetlov
#42267: Python 3.9 broken installer https://bugs.python.org/issue42267 closed by JackSkellington
#42275: Jupyter Lab Terminals not available (error was No module named https://bugs.python.org/issue42275 closed by shakir_juolay
#42279: replacements function corrupts file https://bugs.python.org/issue42279 closed by zach.ware
#42282: Constant folding is skipped in named expressions https://bugs.python.org/issue42282 closed by ncoghlan
#42283: test_idle is interactive on macOS 11 https://bugs.python.org/issue42283 closed by ned.deily
#42284: The grammar specification is inconsistent with the implementat https://bugs.python.org/issue42284 closed by rhettinger
#42285: Missing spaces in list literals in Tutorial/Data Structures https://bugs.python.org/issue42285 closed by rhettinger
#42288: typing.get_type_hints() returns Optional[Any] if the default v https://bugs.python.org/issue42288 closed by gvanrossum
#42295: Error should be flagged if Walrus operator is used for multipl https://bugs.python.org/issue42295 closed by BTaskaya
#42296: Infinite loop uninterruptable on Windows in 3.10 https://bugs.python.org/issue42296 closed by vstinner
#42301: Add function to exploit heapq structure to locate an index of https://bugs.python.org/issue42301 closed by rhettinger
#42303: I found a bug while checking string with find() https://bugs.python.org/issue42303 closed by serhiy.storchaka
#42308: Add threading.__excepthook__ similar to sys.__excepthook__ https://bugs.python.org/issue42308 closed by vstinner
#42310: for loop creates element in defaultdict https://bugs.python.org/issue42310 closed by larry
#42311: It seems like ctypes code makes truncated pointer values in x6 https://bugs.python.org/issue42311 closed by eryksun
#42312: sys.prefix is set incorrectly on Mac OS X https://bugs.python.org/issue42312 closed by ronaldoussoren
#42313: rstrip removes the trailing `e`s. https://bugs.python.org/issue42313 closed by zach.ware
#42314: Incorrect documentation entry for venv https://bugs.python.org/issue42314 closed by vinay.sajip
#42319: The `functools.singledispatchmethod` example in the document c https://bugs.python.org/issue42319 closed by hongweipeng
#42320: unexpected difference between map and list https://bugs.python.org/issue42320 closed by Pierre van de Laar
#42326: Add verify_callback hook capability to the SSL lib https://bugs.python.org/issue42326 closed by christian.heimes
#42329: typing classes do not have __name__ attributes in 3.7+ https://bugs.python.org/issue42329 closed by gregory.p.smith
#42331: 'base64' has no attribute 'decodestring' https://bugs.python.org/issue42331 closed by xtreak
#1487481: Could BIND_FIRST be removed on HP-UX? https://bugs.python.org/issue1487481 closed by iritkatriel
#1475692: replacing obj.__dict__ with a subclass of dict https://bugs.python.org/issue1475692 closed by rhettinger
participants (1)
-
Python tracker