ACTIVITY SUMMARY (2018-04-20 - 2018-04-27) 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 6615 (+28) closed 38510 (+26) total 45125 (+54) Open issues with patches: 2586 Issues opened (45) ================== #3692: improper scope in list comprehension, when used in class decla https://bugs.python.org/issue3692 reopened by Mariatta #32799: <class 'contextlib._GeneratorContextManager'> returned a resul https://bugs.python.org/issue32799 reopened by xiang.zhang #33144: random._randbelow optimization https://bugs.python.org/issue33144 reopened by serhiy.storchaka #33321: Add a Linux clang ubsan undefined behavior sanitizer buildbot https://bugs.python.org/issue33321 opened by gregory.p.smith #33325: Optimize sequences of constants in the compiler https://bugs.python.org/issue33325 opened by serhiy.storchaka #33326: Convert collections (cmp_op, hasconst, hasname and others) in https://bugs.python.org/issue33326 opened by godaygo #33327: Add a method to move messages to IMAPlib https://bugs.python.org/issue33327 opened by mcepl #33328: pdb error when stepping through generator https://bugs.python.org/issue33328 opened by Ricyteach #33330: Better error handling in PyImport_Cleanup() https://bugs.python.org/issue33330 opened by serhiy.storchaka #33331: Clean modules in the reversed order https://bugs.python.org/issue33331 opened by serhiy.storchaka #33332: Expose valid signal set (sigfillset()) https://bugs.python.org/issue33332 opened by pitrou #33333: ConfigParser.items returns items present in `DEFAULTSECT` when https://bugs.python.org/issue33333 opened by chrBrd #33335: turtle.onkey doesn't pass key information when key is None https://bugs.python.org/issue33335 opened by je1234 #33336: [imaplib] MOVE is a legal command https://bugs.python.org/issue33336 opened by mcepl #33337: Provide a supported Concrete Syntax Tree implementation in the https://bugs.python.org/issue33337 opened by lukasz.langa #33338: [lib2to3] Synchronize token.py and tokenize.py with the standa https://bugs.python.org/issue33338 opened by lukasz.langa #33339: Using default encoding with `subprocess.run()` is not obvious https://bugs.python.org/issue33339 opened by pekka.klarck #33340: Inaccurate docs on `import` behaviour https://bugs.python.org/issue33340 opened by sam_b #33341: python3 fails to build if directory or sysroot contains "*icc* https://bugs.python.org/issue33341 opened by locutusofborg #33342: urllib IPv6 parsing fails with special characters in passwords https://bugs.python.org/issue33342 opened by benaryorg #33343: [argparse] Add subcommand abbreviations https://bugs.python.org/issue33343 opened by porton #33345: Documentation for PowerShell instructions https://bugs.python.org/issue33345 opened by stevepiercy #33346: Syntax error with async generator inside dictionary comprehens https://bugs.python.org/issue33346 opened by pablogsal #33347: zlibmodule undefined reference https://bugs.python.org/issue33347 opened by Lucian Cristian #33348: lib2to3 doesn't parse f(*[] or []) https://bugs.python.org/issue33348 opened by zsol #33349: 2to3 fails to parse async generators in non-async functions https://bugs.python.org/issue33349 opened by zsol #33350: WinError 10038 is raised when loop.sock_connect is wrapped wit https://bugs.python.org/issue33350 opened by Alisue Lambda #33351: Support compiling with clang-cl on Windows https://bugs.python.org/issue33351 opened by Ethan Smith #33352: Windows: test_regrtest fails on installed Python https://bugs.python.org/issue33352 opened by vstinner #33353: test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs https://bugs.python.org/issue33353 opened by vstinner #33354: Python2: test_ssl fails on non-ASCII path https://bugs.python.org/issue33354 opened by vstinner #33355: Windows 10 buildbot: 15 min timeout on test_mmap.test_large_fi https://bugs.python.org/issue33355 opened by vstinner #33356: Windows 10 buildbot: test__xxsubinterpreters.test_already_runn https://bugs.python.org/issue33356 opened by vstinner #33357: [EASY C] test_posix.test_posix_spawn_file_actions() leaks memo https://bugs.python.org/issue33357 opened by vstinner #33358: [EASY] x86 Ubuntu Shared 3.x: test_embed.test_pre_initializati https://bugs.python.org/issue33358 opened by vstinner #33360: ALternative recipe for password using secrets https://bugs.python.org/issue33360 opened by jpc4242 #33361: readline() + seek() on io.EncodedFile breaks next readline() https://bugs.python.org/issue33361 opened by da #33363: async for statement is not a syntax error in sync context https://bugs.python.org/issue33363 opened by zsol #33365: http/client.py does not print correct headers in debug https://bugs.python.org/issue33365 opened by mstrigl #33366: `contextvars` documentation incorrectly refers to "non-local s https://bugs.python.org/issue33366 opened by tomchristie #33367: Multiprocessing Pool workers initiated with maxtasksperchild d https://bugs.python.org/issue33367 opened by Soumyadipta Das #33369: Removing Popen log files in threads is racy on Windows https://bugs.python.org/issue33369 opened by pbos #33370: Addition of mypy cache to gitignore https://bugs.python.org/issue33370 opened by onlined #33373: ttk modules Label class does not respect background config opt https://bugs.python.org/issue33373 opened by cmaceachern #33374: generate-posix-vars failed when building Python 2.7.14 on Linu https://bugs.python.org/issue33374 opened by piotr.dobrogost Most recent 15 issues with no replies (15) ========================================== #33374: generate-posix-vars failed when building Python 2.7.14 on Linu https://bugs.python.org/issue33374 #33373: ttk modules Label class does not respect background config opt https://bugs.python.org/issue33373 #33370: Addition of mypy cache to gitignore https://bugs.python.org/issue33370 #33367: Multiprocessing Pool workers initiated with maxtasksperchild d https://bugs.python.org/issue33367 #33365: http/client.py does not print correct headers in debug https://bugs.python.org/issue33365 #33356: Windows 10 buildbot: test__xxsubinterpreters.test_already_runn https://bugs.python.org/issue33356 #33353: test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs https://bugs.python.org/issue33353 #33352: Windows: test_regrtest fails on installed Python https://bugs.python.org/issue33352 #33349: 2to3 fails to parse async generators in non-async functions https://bugs.python.org/issue33349 #33348: lib2to3 doesn't parse f(*[] or []) https://bugs.python.org/issue33348 #33346: Syntax error with async generator inside dictionary comprehens https://bugs.python.org/issue33346 #33342: urllib IPv6 parsing fails with special characters in passwords https://bugs.python.org/issue33342 #33339: Using default encoding with `subprocess.run()` is not obvious https://bugs.python.org/issue33339 #33336: [imaplib] MOVE is a legal command https://bugs.python.org/issue33336 #33335: turtle.onkey doesn't pass key information when key is None https://bugs.python.org/issue33335 Most recent 15 issues waiting for review (15) ============================================= #33370: Addition of mypy cache to gitignore https://bugs.python.org/issue33370 #33366: `contextvars` documentation incorrectly refers to "non-local s https://bugs.python.org/issue33366 #33365: http/client.py does not print correct headers in debug https://bugs.python.org/issue33365 #33363: async for statement is not a syntax error in sync context https://bugs.python.org/issue33363 #33358: [EASY] x86 Ubuntu Shared 3.x: test_embed.test_pre_initializati https://bugs.python.org/issue33358 #33354: Python2: test_ssl fails on non-ASCII path https://bugs.python.org/issue33354 #33349: 2to3 fails to parse async generators in non-async functions https://bugs.python.org/issue33349 #33348: lib2to3 doesn't parse f(*[] or []) https://bugs.python.org/issue33348 #33338: [lib2to3] Synchronize token.py and tokenize.py with the standa https://bugs.python.org/issue33338 #33337: Provide a supported Concrete Syntax Tree implementation in the https://bugs.python.org/issue33337 #33336: [imaplib] MOVE is a legal command https://bugs.python.org/issue33336 #33333: ConfigParser.items returns items present in `DEFAULTSECT` when https://bugs.python.org/issue33333 #33332: Expose valid signal set (sigfillset()) https://bugs.python.org/issue33332 #33331: Clean modules in the reversed order https://bugs.python.org/issue33331 #33330: Better error handling in PyImport_Cleanup() https://bugs.python.org/issue33330 Top 10 most discussed issues (10) ================================= #33337: Provide a supported Concrete Syntax Tree implementation in the https://bugs.python.org/issue33337 14 msgs #33312: ubsan undefined behavior sanitizer flags struct _dictkeysobjec https://bugs.python.org/issue33312 9 msgs #33315: Allow queue.Queue to be used in type annotations https://bugs.python.org/issue33315 7 msgs #33277: Deprecate __loader__, __package__, __file__, and __cached__ on https://bugs.python.org/issue33277 6 msgs #33361: readline() + seek() on io.EncodedFile breaks next readline() https://bugs.python.org/issue33361 6 msgs #33275: glob.glob should explicitly note that results aren't sorted https://bugs.python.org/issue33275 5 msgs #33330: Better error handling in PyImport_Cleanup() https://bugs.python.org/issue33330 5 msgs #21822: KeyboardInterrupt during Thread.join hangs that Thread https://bugs.python.org/issue21822 4 msgs #31141: Start should be a keyword argument of the built-in sum https://bugs.python.org/issue31141 4 msgs #31463: test_multiprocessing_fork hangs test_subprocess https://bugs.python.org/issue31463 4 msgs Issues closed (26) ================== #25427: Remove the pyvenv script in Python 3.8 https://bugs.python.org/issue25427 closed by brett.cannon #27485: urllib.splitport -- is it official or not? https://bugs.python.org/issue27485 closed by lukasz.langa #31606: [Windows] Tests failing on installed Python 3.7a1 on Windows https://bugs.python.org/issue31606 closed by vstinner #32209: Crash in set_traverse Within the Garbage Collector's collect_g https://bugs.python.org/issue32209 closed by connorwfitzgerald #32232: building extensions as builtins is broken in 3.7 https://bugs.python.org/issue32232 closed by ncoghlan #32652: test_distutils: BuildRpmTestCase tests fail on RHEL buildbots https://bugs.python.org/issue32652 closed by vstinner #33128: PathFinder is twice on sys.meta_path https://bugs.python.org/issue33128 closed by ncoghlan #33131: Upgrade to pip 10 for Python 3.7 https://bugs.python.org/issue33131 closed by ncoghlan #33258: Unable to install 3.6.5 on Windows Server 2008 https://bugs.python.org/issue33258 closed by hpo0016 #33266: 2to3 doesn't parse all valid string literals https://bugs.python.org/issue33266 closed by zsol #33276: Clarify that __path__ can't be set to just anything https://bugs.python.org/issue33276 closed by brett.cannon #33280: Update link to Tcl/Tk 8.6 man pages in tkinter.rst https://bugs.python.org/issue33280 closed by serhiy.storchaka #33297: Mention Pillow package on tkinter.rst to work with more image https://bugs.python.org/issue33297 closed by serhiy.storchaka #33317: `repr()` of string in NFC and NFD forms does not differ https://bugs.python.org/issue33317 closed by benjamin.peterson #33322: Overridden __getitem__ not called on use of slice syntax when https://bugs.python.org/issue33322 closed by steven.daprano #33323: inconsistent stack trace for exceptions thrown in generators p https://bugs.python.org/issue33323 closed by serhiy.storchaka #33324: Bug in documentation 3.6: string-methods - str.center https://bugs.python.org/issue33324 closed by Alfonso Chavez #33329: sigaddset() can fail on some signal numbers https://bugs.python.org/issue33329 closed by pitrou #33334: Add support of NOP and EXTENDED_ARG in stack_effect() https://bugs.python.org/issue33334 closed by serhiy.storchaka #33344: Use logical negation of integers directly in arithmatic propos https://bugs.python.org/issue33344 closed by Kasra Vand #33359: curses.has_key failure https://bugs.python.org/issue33359 closed by benjamin.peterson #33362: string strip() strips extra characters that it shouldn't https://bugs.python.org/issue33362 closed by steven.daprano #33364: Conditionals not evaluating propertly https://bugs.python.org/issue33364 closed by serhiy.storchaka #33368: Inaccuracy in https://docs.python.org/3/library/re.html#re.mat https://bugs.python.org/issue33368 closed by serhiy.storchaka #33371: Clarify the predicate parameter of inspect.getmembers https://bugs.python.org/issue33371 closed by brian.curtin #33372: Wrong calculation https://bugs.python.org/issue33372 closed by tim.peters _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com