ACTIVITY SUMMARY (2017-04-07 - 2017-04-14)
Python tracker at http://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:
open5889 ( +7)
closed 35940 (+49)
total 41829 (+56)
Open issues with patches: 2410
Issues opened (33)
==
#30018: multiprocessing.Pool garbles call stack for __new__
http://bugs.python.org/issue30018 opened by Charles McEachern
#30019: IDLE freezes when opening a file with astral characters
http://bugs.python.org/issue30019 opened by David E. Franco G.
#30022: Get rid of using EnvironmentError and IOError
http://bugs.python.org/issue30022 opened by serhiy.storchaka
#30024: Treat `import a.b.c as m` as `m = sys.modules['a.b.c']`
http://bugs.python.org/issue30024 opened by Victor.Varvariuc
#30028: make test.support.temp_cwd() fork-safe
http://bugs.python.org/issue30028 opened by anselm.kruis
#30030: Simplify _RandomNameSequence
http://bugs.python.org/issue30030 opened by serhiy.storchaka
#30031: Improve queens demo (use argparse and singular form)
http://bugs.python.org/issue30031 opened by paka
#30034: csv reader chokes on bad quoting in large files
http://bugs.python.org/issue30034 opened by keef604
#30035: [RFC] PyMemberDef.name should be const char *
http://bugs.python.org/issue30035 opened by Sunyeop Lee
#30038: Race condition in how trip_signal writes to wakeup fd
http://bugs.python.org/issue30038 opened by njs
#30039: Resuming a 'yield from' stack is broken if a signal arrives in
http://bugs.python.org/issue30039 opened by njs
#30040: new empty dict can be more small
http://bugs.python.org/issue30040 opened by inada.naoki
#30044: shutil.copystat should (allow to) copy ownership, and other at
http://bugs.python.org/issue30044 opened by noctiflore
#30046: csv: Inconsistency re QUOTE_NONNUMERIC
http://bugs.python.org/issue30046 opened by tlotze
#30048: If a task is canceled at the right moment, the cancellation is
http://bugs.python.org/issue30048 opened by abacabadabacaba
#30049: Don't cache tp_iternext
http://bugs.python.org/issue30049 opened by serhiy.storchaka
#30050: Please provide a way to disable the warning printed if the sig
http://bugs.python.org/issue30050 opened by njs
#30051: Document that the random module doesn't support fork
http://bugs.python.org/issue30051 opened by haypo
#30052: URL Quoting page links to function Bytes instead of defintion
http://bugs.python.org/issue30052 opened by csabella
#30053: Problems building with --enable-profiling on macOS
http://bugs.python.org/issue30053 opened by brechtm
#30054: Expose tracemalloc C API to track/untrack memory blocks
http://bugs.python.org/issue30054 opened by haypo
#30057: signal.signal should check tripped signals
http://bugs.python.org/issue30057 opened by jdemeyer
#30058: Buffer overflow in kqueue.control()
http://bugs.python.org/issue30058 opened by serhiy.storchaka
#30059: No documentation for C type Py_Ellipsis
http://bugs.python.org/issue30059 opened by MSeifert
#30060: Crash on Py_Finalize if Py_NoSiteFlag is used
http://bugs.python.org/issue30060 opened by steveire
#30061: Check if PyObject_Size() raised an error
http://bugs.python.org/issue30061 opened by serhiy.storchaka
#30062: datetime in Python 3.6+ no longer respects 'TZ' environment va
http://bugs.python.org/issue30062 opened by adamwill
#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
http://bugs.python.org/issue30064 opened by abacabadabacaba
#30065: Insufficient validation in _posixsubprocess.fork_exec()
http://bugs.python.org/issue30065 opened by serhiy.storchaka
#30068: missing iter(self) in _io._IOBase.readlines
http://bugs.python.org/issue30068 opened by xiang.zhang
#30069: External library behave differently when loaded by Python (may
http://bugs.python.org/issue30069 opened by sylgar
#30070: Fix errors handling in the parser module
http://bugs.python.org/issue30070 opened by serhiy.storchaka
#30071: Duck-typing inspect.isfunction()
http://bugs.python.org/issue30071 opened by jdemeyer
Most recent 15 issues with no replies (15)
==
#30070: Fix errors handling in the parser module
http://bugs.python.org/issue30070
#30069: External library behave differently when loaded by Python (may
http://bugs.python.org/issue30069
#30068: missing iter(self) in _io._IOBase.readlines
http://bugs.python.org/issue30068
#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
http://bugs.python.org/issue30064
#30057: signal.signal should check tripped signals
http://bugs.python.org/issue30057
#30053: Problems building with --enable-profiling on macOS
http://bugs.python.org/issue30053
#30049: Don't cache tp_iternext
http://bugs.python.org/issue30049
#30044: shutil.copystat should (allow to) copy ownership, and other at
http://bugs.python.org/issue30044
#30039: Resuming a 'yield from' stack i