[Python-Dev] Summary of Python tracker Issues

2017-11-24 Thread Python tracker

ACTIVITY SUMMARY (2017-11-17 - 2017-11-24)
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:
  open6267 ( +6)
  closed 37610 (+57)
  total  43877 (+63)

Open issues with patches: 2416 


Issues opened (45)
==

#32067: Deprecate accepting unrecognized braces in regular expressions
https://bugs.python.org/issue32067  opened by serhiy.storchaka

#32068: textpad from curses package isn't handling backspace key
https://bugs.python.org/issue32068  opened by bacher09

#32070: Clarify the behavior of the staticmethod builtin
https://bugs.python.org/issue32070  opened by haikuginger

#32071: Add py.test-like "-k" test selection to unittest
https://bugs.python.org/issue32071  opened by jonash

#32072: Issues with binary plists
https://bugs.python.org/issue32072  opened by serhiy.storchaka

#32073: Add copy_directory_metadata parameter to shutil.copytree
https://bugs.python.org/issue32073  opened by desbma

#32075: Expose ZipImporter Type Object in the include header files.
https://bugs.python.org/issue32075  opened by Decorater

#32076: Expose LockFile on Windows
https://bugs.python.org/issue32076  opened by pitrou

#32077: Documentation: Some Unicode object functions don't indicate wh
https://bugs.python.org/issue32077  opened by Mathew M.

#32079: version install 3.6.3 hangs in test_socket
https://bugs.python.org/issue32079  opened by Raúl Alvarez

#32080: Error Installing Python 3.6.3 on ubuntu 16.04
https://bugs.python.org/issue32080  opened by sachin

#32081: ipaddress should support fast IP lookups
https://bugs.python.org/issue32081  opened by Attila Nagy

#32082: atexit module: allow getting/setting list of handlers directly
https://bugs.python.org/issue32082  opened by erik.bray

#32083: sqlite3 Cursor.description can't return column types
https://bugs.python.org/issue32083  opened by kyoshidajp

#32084: [Security] http.server can be abused to redirect to (almost) a
https://bugs.python.org/issue32084  opened by vstinner

#32085: [Security] A New Era of SSRF - Exploiting URL Parser in Trendi
https://bugs.python.org/issue32085  opened by vstinner

#32087: deprecated-removed directive generates overlapping msgids in .
https://bugs.python.org/issue32087  opened by cocoatomo

#32089: In developer mode (-X dev), ResourceWarning is only emited onc
https://bugs.python.org/issue32089  opened by vstinner

#32090: test_put() of test_multiprocessing queue tests has a race cond
https://bugs.python.org/issue32090  opened by vstinner

#32091: test_s_option() of test_site.HelperFunctionsTests failed on x8
https://bugs.python.org/issue32091  opened by vstinner

#32092: mock.patch with autospec does not consume self / cls argument
https://bugs.python.org/issue32092  opened by cbelu

#32093: macOS: implement time.thread_time() using thread_info()
https://bugs.python.org/issue32093  opened by vstinner

#32096: Py_DecodeLocale() fails if used before the runtime is initiali
https://bugs.python.org/issue32096  opened by eric.snow

#32097: doctest does not consider \r\n a 
https://bugs.python.org/issue32097  opened by X-Istence

#32098: Hardcoded value in Lib/test/test_os.py:L1324:URandomTests.get_
https://bugs.python.org/issue32098  opened by hackan

#32101: Add PYTHONDEVMODE=1 to enable the developer mode
https://bugs.python.org/issue32101  opened by vstinner

#32102: Add "capture_output=True" option to subprocess.run
https://bugs.python.org/issue32102  opened by ncoghlan

#32104: add method throw() to asyncio.Task
https://bugs.python.org/issue32104  opened by Oleg K2

#32107: test_uuid uses the incorrect bitmask
https://bugs.python.org/issue32107  opened by barry

#32108: configparser bug: section is emptied if you assign a section t
https://bugs.python.org/issue32108  opened by simonltwick

#32110: Make codecs.StreamReader.read() more compatible with read() of
https://bugs.python.org/issue32110  opened by serhiy.storchaka

#32112: Should uuid.UUID() accept another UUID() instance?
https://bugs.python.org/issue32112  opened by mjpieters

#32113: Strange behavior with await in a generator expression
https://bugs.python.org/issue32113  opened by levkivskyi

#32114: The get_event_loop change in bpo28613 did not update the docum
https://bugs.python.org/issue32114  opened by r.david.murray

#32115: Ignored SIGCHLD causes asyncio.Process.wait to hang forever
https://bugs.python.org/issue32115  opened by rogpeppe

#32116: CSV import and export simplified
https://bugs.python.org/issue32116  opened by paullongnet

#32117: Tuple unpacking in return and yield statements
https://bugs.python.org/issue32117  opened by dacut

#32118: Docs: add note about sequence comparisons containing non-order
https://bugs.python.org/issue32118  opened by Dubslow

#32119: test_notify_all() of test_multiprocessing_forkserver failed on
https://bugs.python.org/issue32119  opened

[Python-Dev] Summary of Python tracker Issues

2017-12-01 Thread Python tracker

ACTIVITY SUMMARY (2017-11-24 - 2017-12-01)
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:
  open6281 (+14)
  closed 37665 (+55)
  total  43946 (+69)

Open issues with patches: 2414 


Issues opened (42)
==

#26856: android does not have pwd.getpwall()
https://bugs.python.org/issue26856  reopened by xdegaye

#30487: DOC: automatically create a venv and install Sphinx when runni
https://bugs.python.org/issue30487  reopened by ned.deily

#30657: [security] CVE-2017-1000158: Unsafe arithmetic in PyString_Dec
https://bugs.python.org/issue30657  reopened by vstinner

#32128: test_nntplib: test_article_head_body() fails in SSL mode
https://bugs.python.org/issue32128  opened by vstinner

#32129: Icon on macOS
https://bugs.python.org/issue32129  opened by wordtech

#32130: xml.sax parser validation sometimes fails when obtaining DTDs 
https://bugs.python.org/issue32130  opened by failys

#32131: Missing encoding parameter in urllib/parse.py
https://bugs.python.org/issue32131  opened by jmbc

#32133: documentation: numbers module nitpick
https://bugs.python.org/issue32133  opened by abcdef

#32137: Stack overflow in repr of deeply nested dicts
https://bugs.python.org/issue32137  opened by serhiy.storchaka

#32140: IDLE debugger fails with non-trivial __new__ super call
https://bugs.python.org/issue32140  opened by Camion

#32141: configure with Spaces in Directory Name on macOS
https://bugs.python.org/issue32141  opened by philthompson10

#32142: heapq.heappop - documentation misleading or doesn't work
https://bugs.python.org/issue32142  opened by scooter4j

#32143: os.statvfs lacks f_fsid
https://bugs.python.org/issue32143  opened by gscrivano

#32145: Wrong ExitStack Callback recipe
https://bugs.python.org/issue32145  opened by Denaun

#32146: multiprocessing freeze_support needed outside win32
https://bugs.python.org/issue32146  opened by dancol

#32147: improve performance of binascii.unhexlify() by using conversio
https://bugs.python.org/issue32147  opened by sir-sigurd

#32152: Add pid to .cover filename in lib/trace.py
https://bugs.python.org/issue32152  opened by nikhilh

#32153: mock.create_autospec fails if an attribute is a partial functi
https://bugs.python.org/issue32153  opened by cbelu

#32156: Fix flake8 warning F401: ... imported but unused
https://bugs.python.org/issue32156  opened by vstinner

#32160: lzma documentation: example to XZ compress file on disk
https://bugs.python.org/issue32160  opened by dhimmel

#32162: typing.Generic breaks __init_subclass__
https://bugs.python.org/issue32162  opened by Ilya.Kulakov

#32165: PyEval_InitThreads is called before Py_Initialize in LoadPytho
https://bugs.python.org/issue32165  opened by mrkn

#32170: Contrary to documentation, ZipFile.extract does not extract ti
https://bugs.python.org/issue32170  opened by Malcolm Smith

#32173: linecache.py add lazycache to __all__ and use dict.clear to cl
https://bugs.python.org/issue32173  opened by ganziqim

#32174: nonASCII punctuation characters can not display in python363.c
https://bugs.python.org/issue32174  opened by zaazbb

#32175: Add hash auto-randomization
https://bugs.python.org/issue32175  opened by bjarvis

#32176: Zero argument super is broken in 3.6 for methods with a hacked
https://bugs.python.org/issue32176  opened by bup

#32177: spammers mine emails from bugs.python.org
https://bugs.python.org/issue32177  opened by joern

#32178: Some invalid email address groups cause an IndexError instead 
https://bugs.python.org/issue32178  opened by mtorromeo

#32179: Empty email address in headers triggers an IndexError
https://bugs.python.org/issue32179  opened by mtorromeo

#32180: bool() vs len() > 0 on lists
https://bugs.python.org/issue32180  opened by dilyan.palauzov

#32181: runaway Tasks with Task.cancel() ignored.
https://bugs.python.org/issue32181  opened by Oleg K2

#32182: Infinite recursion in email.message.as_string()
https://bugs.python.org/issue32182  opened by Silla Rizzoli

#32183: Coverity: CID 1423264:  Insecure data handling  (TAINTED_SCALA
https://bugs.python.org/issue32183  opened by vstinner

#32185: SSLContext.wrap_socket sends SNI Extension when server_hostnam
https://bugs.python.org/issue32185  opened by nitzmahone

#32186: io.FileIO hang all threads if fstat blocks on inaccessible NFS
https://bugs.python.org/issue32186  opened by nirs

#32188: ImpImporter.find_modules removes symlinks in paths
https://bugs.python.org/issue32188  opened by Henk-Jaap Wagenaar

#32189: SyntaxError for yield expressions inside comprehensions & gene
https://bugs.python.org/issue32189  opened by ncoghlan

#32190: Separate out legacy introspection APIs in the inspect docs
https://bugs.python.org/issue32190  opened by ncoghlan

#32192: Provide importlib.util.lazy_import helper function
https://bugs.python.org/issue32192  opened by ncoghlan

#32193: 

[Python-Dev] Summary of Python tracker Issues

2017-12-15 Thread Python tracker

ACTIVITY SUMMARY (2017-12-08 - 2017-12-15)
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:
  open6330 (+15)
  closed 37755 (+64)
  total  44085 (+79)

Open issues with patches: 2448 


Issues opened (51)
==

#17852: Built-in module _io can lose data from buffered files at exit
https://bugs.python.org/issue17852  reopened by pitrou

#32256: Make patchcheck.py work for out-of-tree builds
https://bugs.python.org/issue32256  opened by izbyshev

#32257: Support Disabling Renegotiation for SSLContext
https://bugs.python.org/issue32257  opened by chuq

#32259: Misleading "not iterable" Error Message when generator return 
https://bugs.python.org/issue32259  opened by Camion

#32261: Online doc does not include inspect.classify_class_attrs
https://bugs.python.org/issue32261  opened by csabella

#32263: Template string docs refer to "normal %-based substitutions"
https://bugs.python.org/issue32263  opened by v+python

#32266: test_pathlib fails if current path has junctions
https://bugs.python.org/issue32266  opened by Ivan.Pozdeev

#32267: strptime misparses offsets with microsecond format
https://bugs.python.org/issue32267  opened by mariocj89

#32270: subprocess closes redirected fds even if they are in pass_fds
https://bugs.python.org/issue32270  opened by izbyshev

#32275: SSL socket methods don't retry on EINTR?
https://bugs.python.org/issue32275  opened by pitrou

#32276: there is no way to make tempfile reproducible (i.e. seed the u
https://bugs.python.org/issue32276  opened by Yaroslav.Halchenko

#32278: Allow dataclasses.make_dataclass() to omit type information
https://bugs.python.org/issue32278  opened by eric.smith

#32279: Pass keyword arguments from dataclasses.make_dataclass() to @d
https://bugs.python.org/issue32279  opened by eric.smith

#32280: Expose `_PyRuntime` through a section name
https://bugs.python.org/issue32280  opened by Maxime Belanger

#32281: bdist_rpm v.s. the Macintosh
https://bugs.python.org/issue32281  opened by bhyde

#32282: When using a Windows XP compatible toolset, `socketmodule.c` f
https://bugs.python.org/issue32282  opened by Maxime Belanger

#32283: Cmd.onecmd documentation is misleading
https://bugs.python.org/issue32283  opened by lyda

#32285: In `unicodedata`, it should be possible to check a unistr's no
https://bugs.python.org/issue32285  opened by Maxime Belanger

#32287: Import of _pyio module failed on cygwin
https://bugs.python.org/issue32287  opened by Matúš Valo

#32288: Inconsistent behavior with slice assignment?
https://bugs.python.org/issue32288  opened by Massimiliano Culpo

#32289: Glossary does not define "extended slicing"
https://bugs.python.org/issue32289  opened by steven.daprano

#32290: bolen-dmg-3.6: compilation failed with OSError: [Errno 23] Too
https://bugs.python.org/issue32290  opened by vstinner

#32291: Value error for string shared memory in multiprocessing
https://bugs.python.org/issue32291  opened by magu

#32295: User friendly message when invoking bdist_wheel sans wheel pac
https://bugs.python.org/issue32295  opened by EWDurbin

#32296: Implement asyncio._get_running_loop() and get_event_loop() in 
https://bugs.python.org/issue32296  opened by yselivanov

#32299: unittest.mock.patch.dict.__enter__ should return the dict
https://bugs.python.org/issue32299  opened by Allen Li

#32300: print(os.environ.keys()) should only print the keys
https://bugs.python.org/issue32300  opened by Aaron.Meurer

#32303: Namespace packages have inconsistent __loader__ and __spec__.l
https://bugs.python.org/issue32303  opened by barry

#32304: Upload failed (400): Digests do not match on .tar.gz ending wi
https://bugs.python.org/issue32304  opened by llecaroz

#32305: Namespace packages have inconsistent __file__ and __spec__.ori
https://bugs.python.org/issue32305  opened by barry

#32306: Clarify map API in concurrent.futures
https://bugs.python.org/issue32306  opened by David Lukeš

#32307: Bad assumption on thread stack size makes python crash with mu
https://bugs.python.org/issue32307  opened by Natanael Copa

#32308: Replace empty matches adjacent to a previous non-empty match i
https://bugs.python.org/issue32308  opened by serhiy.storchaka

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309  opened by asvetlov

#32310: Remove _Py_PyAtExit from Python.h
https://bugs.python.org/issue32310  opened by nascheme

#32312: Create Py_AtExitRegister C API
https://bugs.python.org/issue32312  opened by nascheme

#32313: Wrong inspect.getsource for datetime
https://bugs.python.org/issue32313  opened by Aaron.Meurer

#32315: can't run any scripts with 2.7.x, 32 and 64-bit
https://bugs.python.org/issue32315  opened by DoctorEvil

#32317: sys.exc_clear() clears exception in other stack frames
https://bugs.python.org/issue32317  opened by Garrett

[Python-Dev] Summary of Python tracker Issues

2017-11-17 Thread Python tracker

ACTIVITY SUMMARY (2017-11-10 - 2017-11-17)
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:
  open6261 (+14)
  closed 37553 (+46)
  total  43814 (+60)

Open issues with patches: 2409 


Issues opened (39)
==

#27494: 2to3 parser failure caused by a comma after a generator expres
https://bugs.python.org/issue27494  reopened by serhiy.storchaka

#31963: AMD64 Debian PGO 3.x buildbot: compilation failed with an inte
https://bugs.python.org/issue31963  reopened by vstinner

#32004: Allow specifying code packing order in audioop adpcm functions
https://bugs.python.org/issue32004  opened by MosesofEgypt

#32005: multiprocessing.Array misleading error message in slice assign
https://bugs.python.org/issue32005  opened by steven.daprano

#32006: multiprocessing.Array 'c' code is not documented
https://bugs.python.org/issue32006  opened by steven.daprano

#32007: nis module fails to build against glibc-2.26
https://bugs.python.org/issue32007  opened by floppymaster

#32008: Example suggest to use a TLSv1 socket
https://bugs.python.org/issue32008  opened by kroeckx

#32014: multiprocessing Server's shutdown method useless send message 
https://bugs.python.org/issue32014  opened by stevezh

#32016: Python 3.6.3 venv FAILURE
https://bugs.python.org/issue32016  opened by nihon2000

#32017: profile.Profile() has no method enable()
https://bugs.python.org/issue32017  opened by pitrou

#32019: Interactive shell doesn't work with readline bracketed paste
https://bugs.python.org/issue32019  opened by Aaron.Meurer

#32021: Brotli encoding is not recognized by mimetypes
https://bugs.python.org/issue32021  opened by Andrey

#32022: Python problem - == RESTART: Shell =
https://bugs.python.org/issue32022  opened by shamon51

#32024: Nominal decorator function call syntax is inconsistent with re
https://bugs.python.org/issue32024  opened by ncoghlan

#32025: Add time.thread_time()
https://bugs.python.org/issue32025  opened by pitrou

#32026: Memory leaks in Python on Windows
https://bugs.python.org/issue32026  opened by pjna

#32028: Syntactically wrong suggestions by the new custom print statem
https://bugs.python.org/issue32028  opened by mdraw

#32030: PEP 432: Rewrite Py_Main()
https://bugs.python.org/issue32030  opened by vstinner

#32031: Do not use the canonical path in pydoc test_mixed_case_module_
https://bugs.python.org/issue32031  opened by xdegaye

#32033: The pwd module implementation incorrectly sets some attributes
https://bugs.python.org/issue32033  opened by xdegaye

#32035: Documentation of zipfile.ZipFile().writestr() fails to mention
https://bugs.python.org/issue32035  opened by Daniel5148

#32038: Add API to intercept socket.close()
https://bugs.python.org/issue32038  opened by yselivanov

#32039: timeit documentation should describe caveats
https://bugs.python.org/issue32039  opened by barry

#32041: Cannot cast '\0' to c_void_p
https://bugs.python.org/issue32041  opened by Ilya.Kulakov

#32042: Option for comparing values instead of reprs in doctest
https://bugs.python.org/issue32042  opened by Tomáš Petříček

#32043: Add a new -X dev option: "developer mode"
https://bugs.python.org/issue32043  opened by vstinner

#32045: Does json.dumps have a memory leak?
https://bugs.python.org/issue32045  opened by rohandsa

#32046: 2to3 fix for operator.isCallable()
https://bugs.python.org/issue32046  opened by serhiy.storchaka

#32047: asyncio: enable debug mode when -X dev is used
https://bugs.python.org/issue32047  opened by vstinner

#32049: 2.7.14 does not uninstall cleanly if installation was run as S
https://bugs.python.org/issue32049  opened by niemalsnever

#32050: Deprecated python3 -x option
https://bugs.python.org/issue32050  opened by vstinner

#32051: Possible issue in multiprocessing doc
https://bugs.python.org/issue32051  opened by 1a1a11a

#32052: Provide access to buffer of asyncio.StreamReader
https://bugs.python.org/issue32052  opened by Bruce Merry

#32054: Creating RPM on Python 2 works, but Python 3 fails because of 
https://bugs.python.org/issue32054  opened by pgacv2

#32055: Reconsider comparison chaining for containment tests
https://bugs.python.org/issue32055  opened by ncoghlan

#32056: bug in Lib/wave.py
https://bugs.python.org/issue32056  opened by BT123

#32059: detect_modules() in setup.py must also search the sysroot path
https://bugs.python.org/issue32059  opened by xdegaye

#32060: Should an ABC fail if no abstract methods are defined?
https://bugs.python.org/issue32060  opened by Alex Corcoles

#32063: test_multiprocessing_forkserver failed with OSError: [Errno 48
https://bugs.python.org/issue32063  opened by vstinner



Most recent 15 issues with no replies (15)
==

#32063: test_multiprocessing_forkserver failed with OSError: [Errno 48
https://bugs.python.org/issue32063

#

[Python-Dev] Summary of Python tracker Issues

2017-11-10 Thread Python tracker

ACTIVITY SUMMARY (2017-11-03 - 2017-11-10)
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:
  open6247 ( -8)
  closed 37507 (+76)
  total  43754 (+68)

Open issues with patches: 2404 


Issues opened (44)
==

#10049: Add a "no-op" (null) context manager to contextlib
https://bugs.python.org/issue10049  reopened by ncoghlan

#31486: calling a _json.Encoder object raises a SystemError in case ob
https://bugs.python.org/issue31486  reopened by serhiy.storchaka

#31937: Add the term "dunder" to the glossary
https://bugs.python.org/issue31937  opened by brett.cannon

#31938: Convert selectmodule.c to Argument Clinic
https://bugs.python.org/issue31938  opened by taleinat

#31939: Support return annotation in signature for Argument Clinic
https://bugs.python.org/issue31939  opened by haypo

#31940: copystat on symlinks fails for alpine -- faulty lchmod impleme
https://bugs.python.org/issue31940  opened by Anthony Sottile

#31942: Document that support of start and stop parameters in the Sequ
https://bugs.python.org/issue31942  opened by serhiy.storchaka

#31943: Add asyncio.Handle.cancelled() method
https://bugs.python.org/issue31943  opened by decaz

#31946: mailbox.MH.add loses status info from other formats
https://bugs.python.org/issue31946  opened by shai

#31947: names=None case is not handled by EnumMeta._create_ method
https://bugs.python.org/issue31947  opened by anentropic

#31948: [EASY] Broken MSDN links in msilib docs
https://bugs.python.org/issue31948  opened by berker.peksag

#31949: Bugs in PyTraceBack_Print()
https://bugs.python.org/issue31949  opened by serhiy.storchaka

#31951: import curses is broken on windows
https://bugs.python.org/issue31951  opened by joe m2

#31954: Don't prevent dict optimization by coupling with OrderedDict
https://bugs.python.org/issue31954  opened by serhiy.storchaka

#31956: Add start and stop parameters to the array.index()
https://bugs.python.org/issue31956  opened by niki.spahiev

#31958: UUID versions are not validated to lie in the documented range
https://bugs.python.org/issue31958  opened by David MacIver

#31961: subprocess._execute_child doesn't accept a single PathLike arg
https://bugs.python.org/issue31961  opened by Roy Williams

#31962: test_importlib double free or corruption
https://bugs.python.org/issue31962  opened by DNSGeek

#31964: [3.4][3.5] pyexpat: compilaton of libexpat fails with: ISO C90
https://bugs.python.org/issue31964  opened by haypo

#31966: [EASY C][Windows] print('hello\n', end='', flush=True) raises 
https://bugs.python.org/issue31966  opened by Guillaume Aldebert

#31967: [Windows] test_distutils: fatal error LNK1158: cannot run 'rc.
https://bugs.python.org/issue31967  opened by haypo

#31968: exec(): method's default arguments from dict-inherited globals
https://bugs.python.org/issue31968  opened by Ilya Polyakovskiy

#31971: idle_test: failures on x86 Windows7 3.x
https://bugs.python.org/issue31971  opened by haypo

#31972: Inherited docstrings for pathlib classes are confusing
https://bugs.python.org/issue31972  opened by eric.araujo

#31973: Incomplete DeprecationWarning for async/await keywords
https://bugs.python.org/issue31973  opened by barry

#31975: Add a default filter for DeprecationWarning in __main__
https://bugs.python.org/issue31975  opened by ncoghlan

#31976: Segfault when closing BufferedWriter from a different thread
https://bugs.python.org/issue31976  opened by benfogle

#31978: make it simpler to round fractions
https://bugs.python.org/issue31978  opened by wolma

#31979: Simplify converting non-ASCII strings to int, float and comple
https://bugs.python.org/issue31979  opened by serhiy.storchaka

#31982: 8.3. collections — Container datatypes
https://bugs.python.org/issue31982  opened by Sasha Kacanski

#31983: Officially add Py_SETREF and Py_XSETREF
https://bugs.python.org/issue31983  opened by serhiy.storchaka

#31984: startswith and endswith leak implementation details
https://bugs.python.org/issue31984  opened by Ronan.Lamy

#31985: Deprecate openfp() in aifc, sunau and wave
https://bugs.python.org/issue31985  opened by brian.curtin

#31986: [2.7] test_urllib2net.test_sites_no_connection_close() randoml
https://bugs.python.org/issue31986  opened by haypo

#31988: Saving bytearray to binary plist file doesn't work
https://bugs.python.org/issue31988  opened by serhiy.storchaka

#31990: Pickling deadlocks in thread with python -m
https://bugs.python.org/issue31990  opened by Werner Smidt

#31991: Race condition in wait with timeout for multiprocessing.Event
https://bugs.python.org/issue31991  opened by tomMoral

#31993: pickle.dump allocates unnecessary temporary bytes / str
https://bugs.python.org/issue31993  opened by Olivier.Grisel

#31994: json encoder exception could be better
https://bugs.python.org/issue31994  opened by Jas

[Python-Dev] Summary of Python tracker Issues

2017-11-03 Thread Python tracker

ACTIVITY SUMMARY (2017-10-27 - 2017-11-03)
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:
  open6255 ( -5)
  closed 37431 (+54)
  total  43686 (+49)

Open issues with patches: 2416 


Issues opened (36)
==

#27456: asyncio: set TCP_NODELAY flag by default
https://bugs.python.org/issue27456  reopened by yselivanov

#31887: docs for email.generator are missing a comment on special mult
https://bugs.python.org/issue31887  opened by dhke

#31889: difflib SequenceMatcher ratio() still have unpredictable behav
https://bugs.python.org/issue31889  opened by Siltaar

#31892: ssl.get_server_certificate should allow specifying certificate
https://bugs.python.org/issue31892  opened by hanno

#31894: test_timestamp_naive failed on NetBSD
https://bugs.python.org/issue31894  opened by serhiy.storchaka

#31895: Native hijri calendar support
https://bugs.python.org/issue31895  opened by haneef95

#31896: In function define class inherit ctypes.structure, and using c
https://bugs.python.org/issue31896  opened by Yang Big

#31897: Unexpected exceptions in plistlib.loads
https://bugs.python.org/issue31897  opened by Ned Williamson

#31898: Add a `recommended-packages.txt` file
https://bugs.python.org/issue31898  opened by ncoghlan

#31899: Ensure backwards compatibility with recommended packages
https://bugs.python.org/issue31899  opened by ncoghlan

#31900: localeconv() should decode numeric fields from LC_NUMERIC enco
https://bugs.python.org/issue31900  opened by cstratak

#31901: atexit callbacks only called for current subinterpreter
https://bugs.python.org/issue31901  opened by Dormouse759

#31902: Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, Asyn
https://bugs.python.org/issue31902  opened by guoci

#31903: `_scproxy` calls SystemConfiguration functions in a way that c
https://bugs.python.org/issue31903  opened by Maxime Belanger

#31904: Python should support VxWorks RTOS
https://bugs.python.org/issue31904  opened by Brian Kuhl

#31907: Clarify error message when attempting to call function via str
https://bugs.python.org/issue31907  opened by mickey695

#31908: trace module cli does not write cover files
https://bugs.python.org/issue31908  opened by Michael Selik

#31910: test_socket.test_create_connection() failed with EADDRNOTAVAIL
https://bugs.python.org/issue31910  opened by haypo

#31911: Use malloc_usable_size() in pymalloc for realloc
https://bugs.python.org/issue31911  opened by haypo

#31912: PyMem_Malloc() should guarantee alignof(max_align_t)
https://bugs.python.org/issue31912  opened by skrah

#31913: forkserver could warn if several threads are running
https://bugs.python.org/issue31913  opened by pitrou

#31914: Document Pool.(star)map return type
https://bugs.python.org/issue31914  opened by dilyan.palauzov

#31916: ensurepip not honoring value of $(DESTDIR) - pip not installed
https://bugs.python.org/issue31916  opened by multimiler

#31920: pygettext ignores directories as inputfile argument
https://bugs.python.org/issue31920  opened by Oleg Krasnikov

#31921: Bring together logic for entering/leaving a frame in frameobje
https://bugs.python.org/issue31921  opened by pdox

#31922: Can't receive replies from multicast UDP with asyncio
https://bugs.python.org/issue31922  opened by vxgmichel

#31923: Misspelled "loading" in Doc/includes/sqlite3/load_extension.py
https://bugs.python.org/issue31923  opened by davywtf

#31924: Fix test_curses on NetBSD 8
https://bugs.python.org/issue31924  opened by serhiy.storchaka

#31925: test_socket creates too many locks
https://bugs.python.org/issue31925  opened by serhiy.storchaka

#31927: Fix compiling the socket module on NetBSD 8 and other issues
https://bugs.python.org/issue31927  opened by serhiy.storchaka

#31930: IDLE: Pressing "Home" on Windows places cursor before ">>>"
https://bugs.python.org/issue31930  opened by terry.reedy

#31931: test_concurrent_futures: ProcessPoolSpawnExecutorTest.test_shu
https://bugs.python.org/issue31931  opened by haypo

#31932: setup.py cannot find vcversall.bat on MSWin 8.1 if installed i
https://bugs.python.org/issue31932  opened by laranzu

#31933: some Blake2 parameters are encoded backwards on big-endian pla
https://bugs.python.org/issue31933  opened by oconnor663

#31934: Failure to build out of source from a not clean source
https://bugs.python.org/issue31934  opened by xdegaye

#31935: subprocess.run() timeout not working with grandchildren and st
https://bugs.python.org/issue31935  opened by Martin Ritter



Most recent 15 issues with no replies (15)
==

#31935: subprocess.run() timeout not working with grandchildren and st
https://bugs.python.org/issue31935

#31934: Failure to build out of source from a not clean source
https://bugs.python.org/issue31934

#31932: setup.py

[Python-Dev] Summary of Python tracker Issues

2017-12-08 Thread Python tracker

ACTIVITY SUMMARY (2017-12-01 - 2017-12-08)
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:
  open6315 (+34)
  closed 37691 (+26)
  total  44006 (+60)

Open issues with patches: 2434 


Issues opened (49)
==

#20891: PyGILState_Ensure on non-Python thread causes fatal error
https://bugs.python.org/issue20891  reopened by vstinner

#30213: ZipFile from 'a'ppend-mode file generates invalid zip
https://bugs.python.org/issue30213  reopened by serhiy.storchaka

#32107: Improve MAC address calculation and fix test_uuid.py
https://bugs.python.org/issue32107  reopened by xdegaye

#32196: Rewrite plistlib with functional style
https://bugs.python.org/issue32196  opened by serhiy.storchaka

#32198: \b reports false-positives in Indic strings involving combinin
https://bugs.python.org/issue32198  opened by jamadagni

#32202: [ctypes] all long double tests fail on android-24-x86_64
https://bugs.python.org/issue32202  opened by xdegaye

#32203: [ctypes] test_struct_by_value fails on android-24-arm64
https://bugs.python.org/issue32203  opened by xdegaye

#32206: Run modules with pdb
https://bugs.python.org/issue32206  opened by mariocj89

#32208: Improve semaphore documentation
https://bugs.python.org/issue32208  opened by Garrett Berg

#32209: Crash in set_traverse Within the Garbage Collector's collect_g
https://bugs.python.org/issue32209  opened by connorwfitzgerald

#32210: Add platform.android_ver()  to test.pythoninfo for Android pla
https://bugs.python.org/issue32210  opened by xdegaye

#32211: Document the bug in re.findall() and re.finditer() in 2.7 and 
https://bugs.python.org/issue32211  opened by serhiy.storchaka

#32212: few discrepancy between source and docs in logging
https://bugs.python.org/issue32212  opened by Michal Plichta

#32215: sqlite3 400x-600x slower depending on formatting of an UPDATE 
https://bugs.python.org/issue32215  opened by bforst

#32216: Document PEP 557 Data Classes
https://bugs.python.org/issue32216  opened by eric.smith

#32217: freeze.py fails to work.
https://bugs.python.org/issue32217  opened by Decorater

#32218: add __iter__ to enum.Flag members
https://bugs.python.org/issue32218  opened by Guy Gangemi

#32219: SSLWantWriteError being raised by blocking SSL socket
https://bugs.python.org/issue32219  opened by njs

#32220: multiprocessing: passing file descriptor using reduction break
https://bugs.python.org/issue32220  opened by frickenate

#32221: Converting ipv6 address to string representation using getname
https://bugs.python.org/issue32221  opened by socketpair

#3: pygettext doesn't extract docstrings for functions with type a
https://bugs.python.org/issue3  opened by Tobotimus

#32223: distutils doesn't correctly read UTF-8 content from config fil
https://bugs.python.org/issue32223  opened by delivrance

#32224: socket.create_connection needs to support full IPv6 argument
https://bugs.python.org/issue32224  opened by Matthew Stoltenberg

#32225: Implement PEP 562: module __getattr__ and __dir__
https://bugs.python.org/issue32225  opened by levkivskyi

#32226: Implement PEP 560: Core support for typing module and generic 
https://bugs.python.org/issue32226  opened by levkivskyi

#32227: singledispatch support for type annotations
https://bugs.python.org/issue32227  opened by lukasz.langa

#32228: truncate() changes current stream position
https://bugs.python.org/issue32228  opened by andreymal

#32229: Simplify hiding developer warnings in user facing applications
https://bugs.python.org/issue32229  opened by ncoghlan

#32230: -X dev doesn't set sys.warnoptions
https://bugs.python.org/issue32230  opened by ncoghlan

#32231: -bb option should override -W options
https://bugs.python.org/issue32231  opened by ncoghlan

#32232: building extensions as builtins is broken in 3.7
https://bugs.python.org/issue32232  opened by doko

#32234: Add context management to mailbox.Mailbox
https://bugs.python.org/issue32234  opened by sblondon

#32235: test_xml_etree test_xml_etree_c failures with 2.7 and 3.6 bran
https://bugs.python.org/issue32235  opened by doko

#32236: open() shouldn't silently ignore buffering=1 in binary mode
https://bugs.python.org/issue32236  opened by izbyshev

#32237: test_xml_etree leaked [1, 1, 1] references, sum=3
https://bugs.python.org/issue32237  opened by vstinner

#32238: Handle "POSIX" in the legacy locale detection
https://bugs.python.org/issue32238  opened by ncoghlan

#32240: Add the const qualifier for PyObject* array arguments
https://bugs.python.org/issue32240  opened by serhiy.storchaka

#32241: Add the const qualifier for char and wchar_t pointers to unmod
https://bugs.python.org/issue32241  opened by serhiy.storchaka

#32243: Tests that set aggressive switch interval hang in Cygwin on a 
https://bugs.python.org/issue32243  opened by erik.bray

#32244: Multi

[Python-Dev] Summary of Python tracker Issues

2018-05-04 Thread Python tracker

ACTIVITY SUMMARY (2018-04-27 - 2018-05-04)
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:
  open6629 (+14)
  closed 38547 (+37)
  total  45176 (+51)

Open issues with patches: 2593 


Issues opened (34)
==

#33375: warnings: get filename from frame.f_code.co_filename
https://bugs.python.org/issue33375  opened by takluyver

#33376: [pysqlite] Duplicate rows can be returned after rolling back a
https://bugs.python.org/issue33376  opened by cary

#33379: PyImport_Cleanup is called with builtins_copy == NULL in test_
https://bugs.python.org/issue33379  opened by serhiy.storchaka

#33381: Incorrect documentation for strftime()/strptime() format code 
https://bugs.python.org/issue33381  opened by jujuwoman

#33384: Build does not work with closed stdin
https://bugs.python.org/issue33384  opened by MartinHusemann

#33385: setdefault() with a single argument doesn't work for dbm.gnu a
https://bugs.python.org/issue33385  opened by serhiy.storchaka

#33387: Simplify bytecodes for try-finally, try-except and with blocks
https://bugs.python.org/issue33387  opened by Mark.Shannon

#33388: Support PEP 566 metadata in dist.py
https://bugs.python.org/issue33388  opened by rbricheno

#33389: argparse redundant help string
https://bugs.python.org/issue33389  opened by stefan

#33392: pathlib .glob('*/') returns files as well as directories
https://bugs.python.org/issue33392  opened by robbuckley

#33393: update config.guess and config.sub
https://bugs.python.org/issue33393  opened by doko

#33394: the build of the shared modules is quiet/non-visible when GNU 
https://bugs.python.org/issue33394  opened by doko

#33396: IDLE: Improve and document help doc viewer
https://bugs.python.org/issue33396  opened by terry.reedy

#33397: IDLE help viewer: let users control font size
https://bugs.python.org/issue33397  opened by terry.reedy

#33398: From, To, Cc lines break when calling send_message()
https://bugs.python.org/issue33398  opened by _savage

#33399: site.abs_paths should handle None __cached__ type
https://bugs.python.org/issue33399  opened by demian.brecht

#33400: logging.Formatter does not default to ISO8601 date format
https://bugs.python.org/issue33400  opened by paulc

#33403: asyncio.tasks.wait does not allow to set custom exception when
https://bugs.python.org/issue33403  opened by pyneda

#33406: [ctypes] increase the refcount of a callback function
https://bugs.python.org/issue33406  opened by Zuzu_Typ

#33407: Implement Py_DEPRECATED() macro for Visual Studio
https://bugs.python.org/issue33407  opened by vstinner

#33408: AF_UNIX is now supported in Windows
https://bugs.python.org/issue33408  opened by filips123

#33409: Clarify the interaction between locale coercion & UTF-8 mode
https://bugs.python.org/issue33409  opened by ncoghlan

#33411: All console message are in the error output in bash interpreto
https://bugs.python.org/issue33411  opened by Quentin Millardet

#33413: asyncio.gather should not use special Future
https://bugs.python.org/issue33413  opened by Martin.Teichmann

#33414: Make shutil.copytree use os.scandir to take advantage of cache
https://bugs.python.org/issue33414  opened by adelfino

#33415: When add_mutually_exclusive_group is built without argument, t
https://bugs.python.org/issue33415  opened by ariel-anieli

#33416: Add endline and endcolumn to every AST node
https://bugs.python.org/issue33416  opened by levkivskyi

#33417: Isinstance() behavior is not consistent with the document
https://bugs.python.org/issue33417  opened by hongweipeng

#33418: Memory leaks in functions
https://bugs.python.org/issue33418  opened by jdemeyer

#33419: Add functools.partialclass
https://bugs.python.org/issue33419  opened by NeilGirdhar

#33420: __origin__ invariant broken
https://bugs.python.org/issue33420  opened by apaszke

#33421: Missing documentation for typing.AsyncContextManager
https://bugs.python.org/issue33421  opened by Travis DePrato

#33422: Fix and update string/byte literals in help()
https://bugs.python.org/issue33422  opened by adelfino

#33423: [logging] Improve consistency of logger mechanism.
https://bugs.python.org/issue33423  opened by Daehee Kim



Most recent 15 issues with no replies (15)
==

#33421: Missing documentation for typing.AsyncContextManager
https://bugs.python.org/issue33421

#33418: Memory leaks in functions
https://bugs.python.org/issue33418

#33417: Isinstance() behavior is not consistent with the document
https://bugs.python.org/issue33417

#33416: Add endline and endcolumn to every AST node
https://bugs.python.org/issue33416

#33415: When add_mutually_exclusive_group is built without argument, t
https://bugs.python.org/issue33415

#33413: asyncio.gather should not use special Future
https://bugs.python.org/issue33413

#33409: Clarify the interaction between lo

[Python-Dev] Summary of Python tracker Issues

2018-04-27 Thread Python tracker

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:
  open6615 (+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:  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

#0: Better error handling in PyImport_Cleanup()
https://bugs.python.org/issue0  opened by serhiy.storchaka

#1: Clean modules in the reversed order
https://bugs.python.org/issue1  opened by serhiy.storchaka

#2: Expose valid signal set (sigfillset())
https://bugs.python.org/issue2  opened by pitrou

#3: ConfigParser.items returns items present in `DEFAULTSECT` when
https://bugs.python.org/issue3  opened by chrBrd

#5: turtle.onkey doesn't pass key information when key is None
https://bugs.python.org/issue5  opened by je1234

#6: [imaplib] MOVE is a legal command
https://bugs.python.org/issue6  opened by mcepl

#7: Provide a supported Concrete Syntax Tree implementation in the
https://bugs.python.org/issue7  opened by lukasz.langa

#8: [lib2to3] Synchronize token.py and tokenize.py with the standa
https://bugs.python.org/issue8  opened by lukasz.langa

#9: Using default encoding with `subprocess.run()` is not obvious
https://bugs.python.org/issue9  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-Dev] Summary of Python tracker Issues

2018-05-11 Thread Python tracker

ACTIVITY SUMMARY (2018-05-04 - 2018-05-11)
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:
  open6644 (+15)
  closed 38571 (+24)
  total  45215 (+39)

Open issues with patches: 2604 


Issues opened (34)
==

#14384: Add "default" kw argument to operator.itemgetter and operator.
https://bugs.python.org/issue14384  reopened by gvanrossum

#33426: Behavior of os.path.join does not match documentation
https://bugs.python.org/issue33426  opened by Michael Klatt

#33427: Dead link in "The Python Standard Library" page
https://bugs.python.org/issue33427  opened by lighthawk

#33428: pathlib.Path.glob does not follow symlinks
https://bugs.python.org/issue33428  opened by brianmsheldon

#33430: Import secrets module in secrets examples
https://bugs.python.org/issue33430  opened by dchimeno

#33431: Change description about doc in programming, faq.
https://bugs.python.org/issue33431  opened by lvhuiyang

#33433: ipaddress is_private misleading for IPv4 mapped IPv6 addresses
https://bugs.python.org/issue33433  opened by Thomas Kriechbaumer

#33435: incorrect detection of information of some distributions
https://bugs.python.org/issue33435  opened by mrandybu

#33436: Add an interactive shell for Sqlite3
https://bugs.python.org/issue33436  opened by rhettinger

#33437: Defining __init__ in enums
https://bugs.python.org/issue33437  opened by killerrex

#33438: pkg-config file misses flags for static linking
https://bugs.python.org/issue33438  opened by pitrou

#33439: python-config.py should be part of the stdlib
https://bugs.python.org/issue33439  opened by pitrou

#33440: Possible lazy import opportunities in `pathlib`
https://bugs.python.org/issue33440  opened by ncoghlan

#33441: Expose the sigset_t converter via private API
https://bugs.python.org/issue33441  opened by serhiy.storchaka

#33442: Python 3 doc sidebar dosnt follow page scrolling like 2.7 doc 
https://bugs.python.org/issue33442  opened by pete312

#33443: Typo in Python/import.c
https://bugs.python.org/issue33443  opened by ukwksk

#33446: destructors of local variables are not traced
https://bugs.python.org/issue33446  opened by xdegaye

#33447: Asynchronous lambda syntax
https://bugs.python.org/issue33447  opened by Noah Simon

#33448: Output_Typo_Error
https://bugs.python.org/issue33448  opened by vishva_11

#33449: Documentation for email.charset confusing about the location o
https://bugs.python.org/issue33449  opened by Francois Labelle

#33450: unexpected EPROTOTYPE returned by sendto on MAC OSX
https://bugs.python.org/issue33450  opened by racitup

#33451: Start pyc file lock the file
https://bugs.python.org/issue33451  opened by Jean-Louis Tamburini

#33452: add user notification that parent init will not be called in d
https://bugs.python.org/issue33452  opened by Ricyteach

#33453: from __future__ import annotations breaks dataclasses ClassVar
https://bugs.python.org/issue33453  opened by Ricyteach

#33454: Mismatched C function signature in _xxsubinterpreters.channel_
https://bugs.python.org/issue33454  opened by serhiy.storchaka

#33456: site.py: by default, a virtual environment is *not* isolated f
https://bugs.python.org/issue33456  opened by meribold

#33457: python-config ldflags, PEP 513 and explicit linking to libpyth
https://bugs.python.org/issue33457  opened by dimi

#33458: pdb.run() does not trace destructors of __main__
https://bugs.python.org/issue33458  opened by xdegaye

#33459: Define "tuple display" in the docs
https://bugs.python.org/issue33459  opened by adelfino

#33460: ... used to indicate many different things in chapter 3, some 
https://bugs.python.org/issue33460  opened by lew18

#33461: json.loads(encoding=) does not emit deprecation warn
https://bugs.python.org/issue33461  opened by mbussonn

#33462: reversible dict
https://bugs.python.org/issue33462  opened by selik

#33463: Can namedtuple._asdict return a regular dict instead of Ordere
https://bugs.python.org/issue33463  opened by selik

#33464: AIX and "specialized downloads" links
https://bugs.python.org/issue33464  opened by Michael.Felt



Most recent 15 issues with no replies (15)
==

#33462: reversible dict
https://bugs.python.org/issue33462

#33460: ... used to indicate many different things in chapter 3, some 
https://bugs.python.org/issue33460

#33457: python-config ldflags, PEP 513 and explicit linking to libpyth
https://bugs.python.org/issue33457

#33456: site.py: by default, a virtual environment is *not* isolated f
https://bugs.python.org/issue33456

#33454: Mismatched C function signature in _xxsubinterpreters.channel_
https://bugs.python.org/issue33454

#33451: Start pyc file lock the file
https://bugs.python.org/issue33451

#33443: Typo in Python/import.c
https://bugs.python.org/issue33443

#33442: Python 3 doc side

[Python-Dev] Summary of Python tracker Issues

2018-05-25 Thread Python tracker

ACTIVITY SUMMARY (2018-05-18 - 2018-05-25)
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:
  open6699 (+13)
  closed 38700 (+63)
  total  45399 (+76)

Open issues with patches: 2638 


Issues opened (54)
==

#27485: urllib.splitport -- is it official or not?
https://bugs.python.org/issue27485  reopened by serhiy.storchaka

#27535: Ignored ResourceWarning warnings leak memory in warnings regis
https://bugs.python.org/issue27535  reopened by vstinner

#0: Better error handling in PyImport_Cleanup()
https://bugs.python.org/issue0  reopened by vstinner

#33573: statistics.median does not work with ordinal scale
https://bugs.python.org/issue33573  opened by W deW

#33575: Python relies on C undefined behavior float-cast-overflow
https://bugs.python.org/issue33575  opened by gregory.p.smith

#33576: Make exception wrapping less intrusive for __set_name__ calls
https://bugs.python.org/issue33576  opened by ncoghlan

#33578: cjkcodecs missing getstate and setstate implementations
https://bugs.python.org/issue33578  opened by libcthorne

#33579: calendar.timegm not always an inverse of time.gmtime
https://bugs.python.org/issue33579  opened by eitan.adler

#33581: Document "optional components that are commonly included in Py
https://bugs.python.org/issue33581  opened by Antony.Lee

#33582: formatargspec deprecated but does nto emit DeprecationWarning.
https://bugs.python.org/issue33582  opened by mbussonn

#33586: 2.7.15 missing release notes on download page
https://bugs.python.org/issue33586  opened by ericvw

#33587: inspect.getsource performs unnecessary filesystem stat call wh
https://bugs.python.org/issue33587  opened by Pankaj Pandey

#33590: sched.enter priority has no impact on execution
https://bugs.python.org/issue33590  opened by sahilmn

#33591: ctypes does not support fspath protocol
https://bugs.python.org/issue33591  opened by mrh1997

#33592: Document contextvars C API
https://bugs.python.org/issue33592  opened by Elvis.Pranskevichus

#33594: add deprecation since 3.5 for a few methods of inspect.
https://bugs.python.org/issue33594  opened by mbussonn

#33595: FIx references to lambda "arguments"
https://bugs.python.org/issue33595  opened by adelfino

#33597: Compact PyGC_Head
https://bugs.python.org/issue33597  opened by inada.naoki

#33598: ActiveState Recipes links in docs, and the apparent closure of
https://bugs.python.org/issue33598  opened by tritium

#33600: [EASY DOC] Python 2: document that platform.linux_distribution
https://bugs.python.org/issue33600  opened by vstinner

#33601: [EASY DOC] Py_UTF8Mode is not documented
https://bugs.python.org/issue33601  opened by serhiy.storchaka

#33602: Remove set and queue references from Data Types
https://bugs.python.org/issue33602  opened by adelfino

#33603: Subprocess Thread handles grow with each call and aren't relea
https://bugs.python.org/issue33603  opened by GranPrego

#33604: HMAC default to MD5 marked as to be removed in 3.6
https://bugs.python.org/issue33604  opened by mbussonn

#33605: Detect accessing event loop from a different thread outside of
https://bugs.python.org/issue33605  opened by hniksic

#33606: Improve logging performance when logger disabled
https://bugs.python.org/issue33606  opened by vinay.sajip

#33607: [subinterpreters] Explicitly track object ownership (and alloc
https://bugs.python.org/issue33607  opened by eric.snow

#33608: [subinterpreters] Add a cross-interpreter-safe mechanism to in
https://bugs.python.org/issue33608  opened by eric.snow

#33609: Document that dicts preserve insertion order
https://bugs.python.org/issue33609  opened by yselivanov

#33610: IDLE: Make multiple improvements to CodeContext
https://bugs.python.org/issue33610  opened by terry.reedy

#33613: test_multiprocessing_fork: test_semaphore_tracker_sigint() fai
https://bugs.python.org/issue33613  opened by vstinner

#33614: Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x
https://bugs.python.org/issue33614  opened by vstinner

#33615: test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x
https://bugs.python.org/issue33615  opened by vstinner

#33616: typing.NoReturn is undocumented
https://bugs.python.org/issue33616  opened by srittau

#33617: subprocess.Popen etc do not accept os.PathLike in passed seque
https://bugs.python.org/issue33617  opened by altendky

#33618: Support TLS 1.3
https://bugs.python.org/issue33618  opened by christian.heimes

#33623: Fix possible SIGSGV when asyncio.Future is created in __del__
https://bugs.python.org/issue33623  opened by yselivanov

#33624: Implement subclass hooks for asyncio abstract classes
https://bugs.python.org/issue33624  opened by asvetlov

#33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid}
https://bugs.python.org/issue33625  opened by wg

#33627: test-complex of test_numeric_tower.test_co

[Python-Dev] Summary of Python tracker Issues

2018-05-18 Thread Python tracker

ACTIVITY SUMMARY (2018-05-11 - 2018-05-18)
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:
  open6686 (+42)
  closed 38637 (+66)
  total  45323 (+108)

Open issues with patches: 2630 


Issues opened (72)
==

#33466: Distutils does not support the compilation of Objective-C++ (â
https://bugs.python.org/issue33466  opened by fish2000

#33467: Python 3.7: profile-opt build errors because a test seems to h
https://bugs.python.org/issue33467  opened by Rahul Ravindran

#33468: Add try-finally contextlib.contextmanager example
https://bugs.python.org/issue33468  opened by ncoghlan

#33469: RuntimeError after closing loop that used run_in_executor
https://bugs.python.org/issue33469  opened by hniksic

#33471: string format with 'n' failling with french locales
https://bugs.python.org/issue33471  opened by David Vasseur

#33473: build system incorrectly handles CC, CFLAGS, LDFLAGS, and rela
https://bugs.python.org/issue33473  opened by eitan.adler

#33474: Support immutability per-field in dataclasses
https://bugs.python.org/issue33474  opened by Daniel Lindeman

#33475: Fix converting AST expression to string and optimize parenthes
https://bugs.python.org/issue33475  opened by serhiy.storchaka

#33476: String index out of range in get_group(), email/_header_value_
https://bugs.python.org/issue33476  opened by Cacadril

#33477: Document that compile(code, 'exec') has different behavior in 
https://bugs.python.org/issue33477  opened by mbussonn

#33479: Document tkinter and threads
https://bugs.python.org/issue33479  opened by terry.reedy

#33481: configparser.write() does not save comments.
https://bugs.python.org/issue33481  opened by pebaudhi

#33482: codecs.StreamRecoder.writelines is broken
https://bugs.python.org/issue33482  opened by Jelle Zijlstra

#33483: build system requires explicit compiler, but should discover i
https://bugs.python.org/issue33483  opened by eitan.adler

#33484: build system runs when it may merely link
https://bugs.python.org/issue33484  opened by eitan.adler

#33485: autoconf target does not behave correctly
https://bugs.python.org/issue33485  opened by eitan.adler

#33486: regen autotools related files
https://bugs.python.org/issue33486  opened by eitan.adler

#33487: BZ2File(buffering=None) does not emit deprecation warning, dep
https://bugs.python.org/issue33487  opened by mbussonn

#33489: Newer externals for windows do not always trigger rebuild
https://bugs.python.org/issue33489  opened by terry.reedy

#33490: pthread auto-detection can use AX_PTHREAD
https://bugs.python.org/issue33490  opened by eitan.adler

#33491: mistype of method's name
https://bugs.python.org/issue33491  opened by Ivan Gushchin

#33492: Updating the Evaluation order section to cover *expression in 
https://bugs.python.org/issue33492  opened by mjpieters

#33494: random.choices ought to check that cumulative weights are in a
https://bugs.python.org/issue33494  opened by steven.daprano

#33498: pathlib.Path wants an rmtree method
https://bugs.python.org/issue33498  opened by Aaron Hall

#33499: Environment variable to set alternate location for pycache tre
https://bugs.python.org/issue33499  opened by carljm

#33500: Python TKinter for Mac on latest 2.7.15 still extremely slow v
https://bugs.python.org/issue33500  opened by Michael Romero

#33501: split existing optimization levels into granular options
https://bugs.python.org/issue33501  opened by carljm

#33504: configparser should use dict instead of OrderedDict in 3.7+
https://bugs.python.org/issue33504  opened by jreese

#33505: Optimize asyncio.ensure_future by reordering if conditions
https://bugs.python.org/issue33505  opened by jimmylai

#33507: Improving the html rendered by cgitb.html
https://bugs.python.org/issue33507  opened by sblondon

#33511: Update config.sub
https://bugs.python.org/issue33511  opened by eitan.adler

#33514: async and await as keywords not mentioned in What’s New In P
https://bugs.python.org/issue33514  opened by hroncok

#33515: subprocess.Popen on a Windows batch file always acts as if she
https://bugs.python.org/issue33515  opened by abigail

#33516: unittest.mock:  Add __round__ to supported magicmock methods
https://bugs.python.org/issue33516  opened by mjpieters

#33518: Add PEP to glossary
https://bugs.python.org/issue33518  opened by adelfino

#33519: Should MutableSequence provide .copy()?
https://bugs.python.org/issue33519  opened by Jelle Zijlstra

#33521: Add 1.32x faster C implementation of asyncio.isfuture().
https://bugs.python.org/issue33521  opened by jimmylai

#33523: loop.run_until_complete re-entrancy to support more complicate
https://bugs.python.org/issue33523  opened by fried

#33524: non-ascii characters in headers causes TypeError on email.poli
https://bugs.python.org/issue33524  opened by radical164

#33525: os.spawnvpe() returns error code 127

[Python-Dev] Summary of Python tracker Issues

2018-06-08 Thread Python tracker

ACTIVITY SUMMARY (2018-06-01 - 2018-06-08)
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:
  open6691 ( +8)
  closed 38869 (+66)
  total  45560 (+74)

Open issues with patches: 2640 


Issues opened (39)
==

#23835: configparser does not convert defaults to strings
https://bugs.python.org/issue23835  reopened by barry

#24622: tokenize.py: missing EXACT_TOKEN_TYPES
https://bugs.python.org/issue24622  reopened by skrah

#33736: Improve the documentation of asyncio stream API
https://bugs.python.org/issue33736  opened by Elvis.Pranskevichus

#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738  opened by Christian.Tismer

#33740: PyByteArray_AsString C-API description lacks the assurance, th
https://bugs.python.org/issue33740  opened by realead

#33741: UnicodeEncodeError onsmtplib.login(MAIL_USER, MAIL_PASSWORD)
https://bugs.python.org/issue33741  opened by JustAnother1

#33742: Unsafe memory access in PyStructSequence_InitType
https://bugs.python.org/issue33742  opened by Pasha Stetsenko

#33745: 3.7.0b5 changes the line number of empty functions with docstr
https://bugs.python.org/issue33745  opened by nedbat

#33746: testRegisterResult in test_unittest fails in verbose mode
https://bugs.python.org/issue33746  opened by serhiy.storchaka

#33747: Failed separate test_patch_propogrates_exc_on_exit in test_uni
https://bugs.python.org/issue33747  opened by serhiy.storchaka

#33748: test_discovery_failed_discovery in test_unittest modifies sys.
https://bugs.python.org/issue33748  opened by serhiy.storchaka

#33751: Failed separate testTruncateOnWindows in test_file
https://bugs.python.org/issue33751  opened by serhiy.storchaka

#33754: f-strings should be part of the Grammar
https://bugs.python.org/issue33754  opened by davidhalter

#33757: Failed separate test_pdb_next_command_in_generator_for_loop in
https://bugs.python.org/issue33757  opened by serhiy.storchaka

#33758: Unexpected success of test_get_type_hints_modules_forwardref  
https://bugs.python.org/issue33758  opened by serhiy.storchaka

#33762: temp file isn't IOBase
https://bugs.python.org/issue33762  opened by Dutcho

#33766: Grammar Incongruence
https://bugs.python.org/issue33766  opened by Isaac Elliott

#33770: base64 throws 'incorrect padding' exception when the issue is 
https://bugs.python.org/issue33770  opened by dniq

#33771: Module: timeit. According to documentation default_repeat shou
https://bugs.python.org/issue33771  opened by svyatoslav

#33772: Fix few dead code paths
https://bugs.python.org/issue33772  opened by David Carlier

#33774: Document that @lru_cache caches based on exactly how the funct
https://bugs.python.org/issue33774  opened by solstag

#33775: argparse: the word 'default' (in help) is not marked as transl
https://bugs.python.org/issue33775  opened by woutgg

#33777: dummy_threading: .is_alive method returns True after execution
https://bugs.python.org/issue33777  opened by njatkinson

#33779: Error while installing python 3.6.5 on windows 10
https://bugs.python.org/issue33779  opened by sid1987

#33780: [subprocess] Better Unicode support for shell=True on Windows
https://bugs.python.org/issue33780  opened by Yoni Rozenshein

#33782: VSTS Windows-PR: internal error
https://bugs.python.org/issue33782  opened by vstinner

#33783: Use proper class markup for random.Random docs
https://bugs.python.org/issue33783  opened by ncoghlan

#33787: Argument clinic and Windows line endings
https://bugs.python.org/issue33787  opened by giampaolo.rodola

#33788: Argument clinic: use path_t in _winapi.c
https://bugs.python.org/issue33788  opened by giampaolo.rodola

#33793: asyncio: _ProactorReadPipeTransport reads by chunk of 32 KiB: 
https://bugs.python.org/issue33793  opened by vstinner

#33797: json int encoding incorrect for dbus.Byte
https://bugs.python.org/issue33797  opened by radsquirrel

#33799: Remove non-ordered dicts comments from FAQ
https://bugs.python.org/issue33799  opened by adelfino

#33800: Fix default argument for parameter dict_type of ConfigParser/R
https://bugs.python.org/issue33800  opened by adelfino

#33801: Remove non-ordered dict comment from plistlib
https://bugs.python.org/issue33801  opened by adelfino

#33802: Regression in logging configuration
https://bugs.python.org/issue33802  opened by barry

#33804: Document the default value of the size parameter of io.TextIOB
https://bugs.python.org/issue33804  opened by adelfino

#33805: dataclasses: replace() give poor error message if using InitVa
https://bugs.python.org/issue33805  opened by eric.smith

#33808: ssl.get_server_certificate fails with openssl 1.1.0 but works 
https://bugs.python.org/issue33808  opened by dsanghan

#33809: Expose `capture_locals` parameter in `traceback` convenience f
https://bugs.python.org/issue33809  opened by ulope



Most recent 15 issues

[Python-Dev] Summary of Python tracker Issues

2018-06-15 Thread Python tracker

ACTIVITY SUMMARY (2018-06-08 - 2018-06-15)
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:
  open6691 ( -1)
  closed 38930 (+62)
  total  45621 (+61)

Open issues with patches: 2644 


Issues opened (42)
==

#33656: IDLE: Turn on DPI awareness on Windows
https://bugs.python.org/issue33656  reopened by terry.reedy

#33811: asyncio accepting connection limit
https://bugs.python.org/issue33811  opened by lguo

#33813: Update overdue 'Deprecated ... removed in 3.x' messages
https://bugs.python.org/issue33813  opened by terry.reedy

#33816: New metaclass example for Data Model topic
https://bugs.python.org/issue33816  opened by adelfino

#33817: PyString_FromFormatV() fails to build empty strings
https://bugs.python.org/issue33817  opened by Tey

#33820: IDLE subsection of What's New 3.6
https://bugs.python.org/issue33820  opened by terry.reedy

#33821: IDLE subsection of What's New 3.7
https://bugs.python.org/issue33821  opened by terry.reedy

#33822: IDLE subsection of What's New 3.8
https://bugs.python.org/issue33822  opened by terry.reedy

#33823: A BUG in concurrent/asyncio
https://bugs.python.org/issue33823  opened by Python++

#33824: Settign LANG=C modifies the --version behavior
https://bugs.python.org/issue33824  opened by hroncok

#33826: enable discovery of class source code in IPython interactively
https://bugs.python.org/issue33826  opened by t-vi

#33829: C API: provide new object protocol helper
https://bugs.python.org/issue33829  opened by Bartosz Gołaszewski

#33830: Error in the output of one example in the httplib docs
https://bugs.python.org/issue33830  opened by Aifu LIU

#33832: Make "magic methods" a little more discoverable in the docs
https://bugs.python.org/issue33832  opened by adelfino

#33833: ProactorEventLoop raises AssertionError
https://bugs.python.org/issue33833  opened by twisteroid ambassador

#33834: Test for ProactorEventLoop logs InvalidStateError
https://bugs.python.org/issue33834  opened by twisteroid ambassador

#33836: [Good first-time issue] Recommend keyword-only param for memoi
https://bugs.python.org/issue33836  opened by zach.ware

#33837: Closing asyncio.Server on asyncio.ProactorEventLoop causes all
https://bugs.python.org/issue33837  opened by mliska

#33838: Very slow upload with http.client on Windows when setting time
https://bugs.python.org/issue33838  opened by ivknv

#33839: IDLE tooltips.py: refactor and add docstrings and tests
https://bugs.python.org/issue33839  opened by terry.reedy

#33840: connection limit on listening socket in asyncio
https://bugs.python.org/issue33840  opened by lguo

#33841: lock not released in threading.Condition
https://bugs.python.org/issue33841  opened by lev.maximov

#33842: Remove tarfile.filemode
https://bugs.python.org/issue33842  opened by inada.naoki

#33843: Remove deprecated stuff in cgi module
https://bugs.python.org/issue33843  opened by inada.naoki

#33846: Misleading error message in urllib.parse.unquote
https://bugs.python.org/issue33846  opened by thet

#33847: doc: Add '@' operator entry to index
https://bugs.python.org/issue33847  opened by adelfino

#33851: 3.7 regression: ast.get_docstring() for a node that lacks a do
https://bugs.python.org/issue33851  opened by mgedmin

#33852: doc Remove parentheses from sequence subscription description
https://bugs.python.org/issue33852  opened by adelfino

#33854: doc Add PEP title in seealso of Built-in Types
https://bugs.python.org/issue33854  opened by adelfino

#33855: IDLE: Minimally test every non-startup module.
https://bugs.python.org/issue33855  opened by terry.reedy

#33856: Type "help" is not present on win32
https://bugs.python.org/issue33856  opened by matrixise

#33857: python exception on Solaris : code for hash blake2b was not fo
https://bugs.python.org/issue33857  opened by goron

#33858: A typo in multiprocessing documentation
https://bugs.python.org/issue33858  opened by aruseni

#33859: Spelling mistakes found using aspell
https://bugs.python.org/issue33859  opened by xtreak

#33861: Minor improvements of tests for os.path.
https://bugs.python.org/issue33861  opened by serhiy.storchaka

#33864: collections.abc.ByteString does not register memoryview
https://bugs.python.org/issue33864  opened by fried

#33865: [EASY] Missing code page aliases: "unknown encoding: 874"
https://bugs.python.org/issue33865  opened by winvinc

#33866: Stop using OrderedDict in enum
https://bugs.python.org/issue33866  opened by inada.naoki

#33867: Module dicts are wiped on module garbage collection
https://bugs.python.org/issue33867  opened by natedogith1

#33868: test__xxsubinterpreters: test_subinterpreter() fails randomly 
https://bugs.python.org/issue33868  opened by vstinner

#33869: doc Add set, frozen set, and tuple entries to Glossary
https://bugs.python.org/issue33869  opened by 

[Python-Dev] Summary of Python tracker Issues

2018-06-01 Thread Python tracker


ACTIVITY SUMMARY (2018-05-25 - 2018-06-01)
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:
  open6684 (-15)
  closed 38802 (+102)
  total  45486 (+87)

Open issues with patches: 2631 


Issues opened (64)
==

#31731: [2.7] test_io hangs on x86 Gentoo Refleaks 2.7
https://bugs.python.org/issue31731  reopened by zach.ware

#33532: test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore()
https://bugs.python.org/issue33532  reopened by vstinner

#33622: Fix and improve errors handling in the garbage collector
https://bugs.python.org/issue33622  reopened by serhiy.storchaka

#33649: asyncio docs overhaul
https://bugs.python.org/issue33649  opened by yselivanov

#33650: Prohibit adding a signal handler for SIGCHLD
https://bugs.python.org/issue33650  opened by yselivanov

#33656: IDLE: Turn on DPI awareness on Windows
https://bugs.python.org/issue33656  opened by terry.reedy

#33658: Introduce a method to concatenate regex patterns
https://bugs.python.org/issue33658  opened by aleskva

#33660: pathlib.Path.resolve() returns path with double slash when res
https://bugs.python.org/issue33660  opened by QbLearningPython

#33661: urllib may leak sensitive HTTP headers to a third-party web si
https://bugs.python.org/issue33661  opened by artem.smotrakov

#33663: Web.py wsgiserver3.py raises TypeError when CSS file is not fo
https://bugs.python.org/issue33663  opened by jmlp

#33664: IDLE:  scroll text by lines, not pixels.
https://bugs.python.org/issue33664  opened by terry.reedy

#33665: tkinter.ttk.Scrollbar.fraction() is inaccurate, or at least in
https://bugs.python.org/issue33665  opened by pez

#33666: Document removal of os.errno
https://bugs.python.org/issue33666  opened by hroncok

#33668: Wrong behavior of help function on module
https://bugs.python.org/issue33668  opened by Oleg.Oleinik

#33669: str.format should raise exception when placeholder number does
https://bugs.python.org/issue33669  opened by xiang.zhang

#33671: Efficient zero-copy for shutil.copy* functions (Linux, OSX and
https://bugs.python.org/issue33671  opened by giampaolo.rodola

#33676: test_multiprocessing_fork: dangling threads warning
https://bugs.python.org/issue33676  opened by vstinner

#33678: selector_events.BaseSelectorEventLoop.sock_connect should pres
https://bugs.python.org/issue33678  opened by sebastien.bourdeauducq

#33679: IDLE: Configurable color on code context
https://bugs.python.org/issue33679  opened by cheryl.sabella

#33680: regrtest: re-run failed tests in a subprocess
https://bugs.python.org/issue33680  opened by vstinner

#33683: asyncio: sendfile tests ignore SO_SNDBUF on Windows
https://bugs.python.org/issue33683  opened by vstinner

#33684: parse failed for mutibytes characters, encode will show in \xx
https://bugs.python.org/issue33684  opened by zhou.ronghua

#33686: test_concurrent_futures: test_pending_calls_race() failed on x
https://bugs.python.org/issue33686  opened by vstinner

#33687: uu.py calls os.path.chmod which doesn't exist
https://bugs.python.org/issue33687  opened by bsdphk

#33688: asyncio child watchers aren't fork friendly
https://bugs.python.org/issue33688  opened by yselivanov

#33689: Blank lines in .pth file cause a duplicate sys.path entry
https://bugs.python.org/issue33689  opened by Malcolm Smith

#33692: Chinese characters issue with input() function
https://bugs.python.org/issue33692  opened by Valentin Zhao

#33694: test_asyncio: test_start_tls_server_1() fails on Python on x86
https://bugs.python.org/issue33694  opened by vstinner

#33695: Have shutil.copytree(), copy() and copystat() use cached scand
https://bugs.python.org/issue33695  opened by giampaolo.rodola

#33696: Install python-docs-theme even if SPHINXBUILD is defined
https://bugs.python.org/issue33696  opened by adelfino

#33697: test_zipfile.test_write_filtered_python_package() failed on Ap
https://bugs.python.org/issue33697  opened by vstinner

#33698: `._pth` does not allow to populate `sys.path` with empty entry
https://bugs.python.org/issue33698  opened by excitoon

#33699: Don't describe try's else clause in a footnote
https://bugs.python.org/issue33699  opened by adelfino

#33700: [doc] Old version picker don't understand language tags in URL
https://bugs.python.org/issue33700  opened by mdk

#33701: test_datetime crashed (SIGSEGV) on Travis CI
https://bugs.python.org/issue33701  opened by vstinner

#33702: Add some missings links in production lists and a little polis
https://bugs.python.org/issue33702  opened by adelfino

#33705: Unicode is normalised after keywords are checked for
https://bugs.python.org/issue33705  opened by steven.daprano

#33708: Doc: Asyncio's Event documentation typo.
https://bugs.python.org/issue33708  opened by socketpair

#33709: test.support.FS_NONASCII returns incorrect result in Windows w
https://bugs.python.org/issue33709

[Python-Dev] Summary of Python tracker Issues

2018-06-29 Thread Python tracker


ACTIVITY SUMMARY (2018-06-22 - 2018-06-29)
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:
  open6705 ( +5)
  closed 39046 (+52)
  total  45751 (+57)

Open issues with patches: 2664 


Issues opened (42)
==

#33932: Calling Py_Initialize() twice now triggers a fatal error (Pyth
https://bugs.python.org/issue33932  reopened by vstinner

#33944: Deprecate and remove pth files
https://bugs.python.org/issue33944  opened by barry

#33947: Dataclasses can raise RecursionError in __repr__
https://bugs.python.org/issue33947  opened by eric.smith

#33948: doc truncated lines in PDF
https://bugs.python.org/issue33948  opened by Mikhail_D

#33949: tests: allow to select tests using loadTestsFromName
https://bugs.python.org/issue33949  opened by blueyed

#33953: The DEFAULT_ENTROPY variable used to store the current default
https://bugs.python.org/issue33953  opened by lig

#33954: float.__format__('n') fails with _PyUnicode_CheckConsistency a
https://bugs.python.org/issue33954  opened by vstinner

#33955: Implement PyOS_CheckStack on macOS using pthread_get_stack*_np
https://bugs.python.org/issue33955  opened by ronaldoussoren

#33959: doc Remove time complexity mention from list Glossary entry
https://bugs.python.org/issue33959  opened by adelfino

#33960: IDLE REPL: Strange indentation
https://bugs.python.org/issue33960  opened by mdk

#33961: Inconsistency in exceptions for dataclasses.dataclass document
https://bugs.python.org/issue33961  opened by chriscog

#33962: IDLE: use ttk.spinbox
https://bugs.python.org/issue33962  opened by terry.reedy

#33963: IDLE macosx: add tests.
https://bugs.python.org/issue33963  opened by terry.reedy

#33964: IDLE maxosc.overrideRootMenu: remove unused menudict
https://bugs.python.org/issue33964  opened by terry.reedy

#33965: [Windows WSL] Fatal Python error: _Py_InitializeMainInterprete
https://bugs.python.org/issue33965  opened by vstinner

#33966: test_multiprocessing_spawn.WithProcessesTestPool.test_tracebac
https://bugs.python.org/issue33966  opened by vstinner

#33967: functools.singledispatch: Misleading exception when calling wi
https://bugs.python.org/issue33967  opened by doerwalter

#33968: os.makedirs and empty string
https://bugs.python.org/issue33968  opened by CarlAndersson

#33969: "copytree" refuses to copy to a mount point
https://bugs.python.org/issue33969  opened by james_r_c_stevens

#33971: os.mknod is subject to "umask"
https://bugs.python.org/issue33971  opened by james_r_c_stevens

#33972: AttributeError in email.message.iter_attachments()
https://bugs.python.org/issue33972  opened by skrohlas

#33973: HTTP request-line parsing splits on Unicode whitespace
https://bugs.python.org/issue33973  opened by tburke

#33974: _stringify handles quoted strings incorrectly
https://bugs.python.org/issue33974  opened by gauchj

#33976: Enums don't support nested classes
https://bugs.python.org/issue33976  opened by edwardw

#33977: [Windows] test_compileall fails randomly with PermissionError:
https://bugs.python.org/issue33977  opened by vstinner

#33978: logging.config.dictConfig with file handler leaks resources
https://bugs.python.org/issue33978  opened by maggyero

#33980: SSL Error when uploading package to your own pypi
https://bugs.python.org/issue33980  opened by javidr

#33982: cgi.FieldStorage doesn't parse QUERY_STRING with POST that is 
https://bugs.python.org/issue33982  opened by Daniel Klein

#33983: unify types for lib2to3.pytree.Base.children
https://bugs.python.org/issue33983  opened by jreese

#33984: test_multiprocessing_forkserver leaked [1, 2, 1] memory blocks
https://bugs.python.org/issue33984  opened by vstinner

#33986: asyncio: Typo in documentation: BaseSubprocessTransport -> Sub
https://bugs.python.org/issue33986  opened by kbumsik

#33987: need ttk.Frame inside Toplevel(s)
https://bugs.python.org/issue33987  opened by markroseman

#33988: [EASY] [3.7] test_platform fails when run with -Werror
https://bugs.python.org/issue33988  opened by vstinner

#33989: ms.key_compare is not initialized in all pathes of list_sort_i
https://bugs.python.org/issue33989  opened by johnchen902

#33990: CPPFLAGS during ./configure are not passed-through in sysconfi
https://bugs.python.org/issue33990  opened by ericvw

#33991: lib2to3 should parse f-strings
https://bugs.python.org/issue33991  opened by skreft

#33994: python build egg fails with error while compiling test cases
https://bugs.python.org/issue33994  opened by sabakauser

#33995: test_min_max_version in test_ssl.py fails when Python is built
https://bugs.python.org/issue33995  opened by Alan.Huang

#33996: Crash in gen_send_ex(): _PyErr_GetTopmostException() returns f
https://bugs.python.org/issue33996  opened by vstinner

#33997: multiprocessing Pool hangs in terminate()
https://bugs.python.org/issue33997  open

[Python-Dev] Summary of Python tracker Issues

2018-06-22 Thread Python tracker


ACTIVITY SUMMARY (2018-06-15 - 2018-06-22)
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:
  open6700 ( +9)
  closed 38994 (+64)
  total  45694 (+73)

Open issues with patches: 2651 


Issues opened (49)
==

#23660: Turtle left/right inverted when using different coordinates or
https://bugs.python.org/issue23660  reopened by willingc

#32500: PySequence_Length() raises TypeError on dict type
https://bugs.python.org/issue32500  reopened by serhiy.storchaka

#33871: Possible integer overflow in iov_setup()
https://bugs.python.org/issue33871  opened by serhiy.storchaka

#33873: False positives when running leak tests with -R 1:1
https://bugs.python.org/issue33873  opened by pablogsal

#33875: Allow dynamic password evaluation in pypirc configuration file
https://bugs.python.org/issue33875  opened by jperras

#33877: doc Mention Windows along UNIX for script running instructions
https://bugs.python.org/issue33877  opened by adelfino

#33878: Doc: Assignment statement to tuple or list: case missing.
https://bugs.python.org/issue33878  opened by mdk

#33880: namedtuple should use NFKD to find duplicate members
https://bugs.python.org/issue33880  opened by John Cooke

#33881: dataclasses should use NFKC to find duplicate members
https://bugs.python.org/issue33881  opened by eric.smith

#33882: doc Mention breakpoint() in debugger-related FAQ
https://bugs.python.org/issue33882  opened by adelfino

#33883: doc Mention mypy, pytype and PyAnnotate in FAQ
https://bugs.python.org/issue33883  opened by adelfino

#33884: [multiprocessing] Multiprocessing in spawn mode doesn't work w
https://bugs.python.org/issue33884  opened by Yoni Rozenshein

#33885: doc Replace "hook function" with "callable" in urllib.request.
https://bugs.python.org/issue33885  opened by adelfino

#33886: SSL on aiomysql hangs on reconnection
https://bugs.python.org/issue33886  opened by andr04

#33887: doc Add TOC in Design and History FAQ
https://bugs.python.org/issue33887  opened by adelfino

#33888: Use CPython instead of Python when talking about implementatio
https://bugs.python.org/issue33888  opened by adelfino

#33894: tempfile.tempdir cannot be unset
https://bugs.python.org/issue33894  opened by philiprowlands

#33895: LoadLibraryExW called with GIL held can cause deadlock
https://bugs.python.org/issue33895  opened by Tony Roberts

#33896: Document what components make up the filecmp.cmp os.stat signa
https://bugs.python.org/issue33896  opened by Dean Morin

#33897: Add a restart option to logging.basicConfig()
https://bugs.python.org/issue33897  opened by rhettinger

#33898: pathlib issues with Windows device paths
https://bugs.python.org/issue33898  opened by eryksun

#33899: Tokenize module does not mirror "end-of-input" is newline beha
https://bugs.python.org/issue33899  opened by ammar2

#33909: PyObject_CallFinalizerFromDealloc is not referenced in any doc
https://bugs.python.org/issue33909  opened by Eric.Wieser

#33911: [EASY] test_docxmlrpc fails when run with -Werror
https://bugs.python.org/issue33911  opened by vstinner

#33913: test_multiprocessing_spawn random failures on x86 Windows7 3.6
https://bugs.python.org/issue33913  opened by vstinner

#33914: test_gdb fails for Python 2.7.15
https://bugs.python.org/issue33914  opened by vibhutisawant

#33916: test_lzma: test_refleaks_in_decompressor___init__() leaks 100 
https://bugs.python.org/issue33916  opened by vstinner

#33918: Hooking into pause/resume of iterators/coroutines
https://bugs.python.org/issue33918  opened by Liran Nuna

#33919: Expose _PyCoreConfig structure to Python
https://bugs.python.org/issue33919  opened by barry

#33920: test_asyncio: test_run_coroutine_threadsafe_with_timeout() fai
https://bugs.python.org/issue33920  opened by vstinner

#33921: Explain that '' can be used to bind to all interfaces for the 
https://bugs.python.org/issue33921  opened by John Hagen

#33923: py.ini cannot set 32/64bits for specific version
https://bugs.python.org/issue33923  opened by mrh1997

#33926: test_gdb is skipped in builds since gdb is not installed as pa
https://bugs.python.org/issue33926  opened by xtreak

#33927: Allow json.tool to have identical infile and outfile
https://bugs.python.org/issue33927  opened by kuhlmann

#33929: test_multiprocessing_spawn: WithProcessesTestProcess.test_many
https://bugs.python.org/issue33929  opened by vstinner

#33930: Segfault with deep recursion into object().__dir__
https://bugs.python.org/issue33930  opened by a-j-buxton

#33931: Building 2.7 on Windows with PC\VS9.0 is broken
https://bugs.python.org/issue33931  opened by anselm.kruis

#33932: Calling Py_Initialize() twice now triggers a fatal error (Pyth
https://bugs.python.org/issue33932  opened by vstinner

#33933: Error message says dict has no len
https://bugs.python.org/issue33933  opened by 

[Python-Dev] Summary of Python tracker Issues

2017-10-20 Thread Python tracker

ACTIVITY SUMMARY (2017-10-13 - 2017-10-20)
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:
  open6260 ( +9)
  closed 37318 (+38)
  total  43578 (+47)

Open issues with patches: 2415 


Issues opened (36)
==

#31761: Failures and crashes when running tests by import in IDLE
https://bugs.python.org/issue31761  reopened by terry.reedy

#31772: SourceLoader uses stale bytecode in case of equal mtime second
https://bugs.python.org/issue31772  reopened by brett.cannon

#31781: crashes when calling methods of an uninitialized zipimport.zip
https://bugs.python.org/issue31781  opened by Oren Milman

#31782: Add a timeout to multiprocessing's Pool.join
https://bugs.python.org/issue31782  opened by Will Starms

#31783: Race condition in ThreadPoolExecutor when scheduling new jobs 
https://bugs.python.org/issue31783  opened by Steven.Barker

#31784: Implementation of the PEP 564: Add time.time_ns()
https://bugs.python.org/issue31784  opened by haypo

#31787: various refleaks when calling the __init__() method of an obje
https://bugs.python.org/issue31787  opened by Oren Milman

#31789: Better error message when failing to overload metaclass.mro
https://bugs.python.org/issue31789  opened by bup

#31790: double free or corruption (while using smem)
https://bugs.python.org/issue31790  opened by zulthan

#31791: Ensure that all PyTypeObject fields are set to non-NULL defaul
https://bugs.python.org/issue31791  opened by pdox

#31793: Allow to specialize smart quotes in documentation translations
https://bugs.python.org/issue31793  opened by mdk

#31794: Issues with test.autotest
https://bugs.python.org/issue31794  opened by serhiy.storchaka

#31798: `site.abs__file__` fails for modules where `__file__` cannot b
https://bugs.python.org/issue31798  opened by Alexander McFarlane

#31800: datetime.strptime: Support for parsing offsets with a colon
https://bugs.python.org/issue31800  opened by mariocj89

#31801: vars() manipulation encounters problems with Enum
https://bugs.python.org/issue31801  opened by ethan.furman

#31802: 'import posixpath' fails if 'os.path' has not be imported alre
https://bugs.python.org/issue31802  opened by Mark.Shannon

#31803: time.clock() should emit a DeprecationWarning
https://bugs.python.org/issue31803  opened by haypo

#31804: multiprocessing calls flush on sys.stdout at exit even if it i
https://bugs.python.org/issue31804  opened by Pox TheGreat

#31805: support._is_gui_available() hangs on x86-64 Sierra 3.6/3.x bui
https://bugs.python.org/issue31805  opened by haypo

#31807: unitest.mock: Using autospec=True conflicts with 'wraps'
https://bugs.python.org/issue31807  opened by John Villalovos

#31808: tarfile.extractall fails to overwrite symlinks
https://bugs.python.org/issue31808  opened by Frederic Beister

#31809: ssl module unnecessarily pins the client curve when using ECDH
https://bugs.python.org/issue31809  opened by gr

#31810: Travis CI, buildbots: run "make smelly" to check if CPython le
https://bugs.python.org/issue31810  opened by haypo

#31811: async and await missing from keyword list in lexical analysis 
https://bugs.python.org/issue31811  opened by Colin Dunklau

#31812: Document PEP 545 (documentation translation) in What's New in 
https://bugs.python.org/issue31812  opened by haypo

#31813: python -m enshure pip stucks
https://bugs.python.org/issue31813  opened by Serhy Pyton

#31814: subprocess_fork_exec more stable with vfork
https://bugs.python.org/issue31814  opened by Albert.Zeyer

#31815: Make itertools iterators interruptible
https://bugs.python.org/issue31815  opened by serhiy.storchaka

#31817: Compilation Error with Python 3.6.1/3.6.3 with Tkinter
https://bugs.python.org/issue31817  opened by jpc2350

#31818: [macOS] _scproxy.get_proxies() crash -- get_proxies() is not f
https://bugs.python.org/issue31818  opened by Mirko Friedenhagen

#31821: pause_reading() doesn't work from connection_made()
https://bugs.python.org/issue31821  opened by pitrou

#31822: Document that urllib.parse.{Defrag,Split,Parse}Result are name
https://bugs.python.org/issue31822  opened by Allen Li

#31823: Opaque default value for close_fds argument in Popen.__init__
https://bugs.python.org/issue31823  opened by Алексей Аверченко

#31824: Missing default argument detail in documentation of StreamRead
https://bugs.python.org/issue31824  opened by PeterLovett

#31826: Misleading __version__ attribute of modules in standard librar
https://bugs.python.org/issue31826  opened by abukaj

#31827: Remove os.stat_float_times()
https://bugs.python.org/issue31827  opened by haypo



Most recent 15 issues with no replies (15)
==

#31826: Misleading __version__ attribute of modules in standard librar
https://bugs.python.org/issue31826

#31824: Missing default argument detail in doc

[Python-Dev] Summary of Python tracker Issues

2017-10-27 Thread Python tracker

ACTIVITY SUMMARY (2017-10-20 - 2017-10-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:
  open6260 ( +0)
  closed 37377 (+59)
  total  43637 (+59)

Open issues with patches: 2411 


Issues opened (51)
==

#18835: Add aligned memory variants to the suite of PyMem functions/ma
https://bugs.python.org/issue18835  reopened by skrah

#28224: Compilation warnings on Windows: export 'PyInit_xx' specified 
https://bugs.python.org/issue28224  reopened by skrah

#30768: PyThread_acquire_lock_timed() should recompute the timeout whe
https://bugs.python.org/issue30768  reopened by haypo

#31811: async and await missing from keyword list in lexical analysis 
https://bugs.python.org/issue31811  reopened by yselivanov

#31828: Support Py_tss_NEEDS_INIT outside of static initialisation
https://bugs.python.org/issue31828  opened by scoder

#31829: Portability issues with pickle
https://bugs.python.org/issue31829  opened by serhiy.storchaka

#31830: asyncio.create_subprocess_exec doesn't capture all stdout outp
https://bugs.python.org/issue31830  opened by cannedrag

#31831: EmailMessage.add_attachment(filename="long or spécial") crash
https://bugs.python.org/issue31831  opened by calimeroteknik

#31834: BLAKE2: the (pure) SSE2 impl forced on x86_64 is slower than r
https://bugs.python.org/issue31834  opened by mgorny

#31836: test_code_module fails after test_idle
https://bugs.python.org/issue31836  opened by serhiy.storchaka

#31837: ParseError in test_all_project_files()
https://bugs.python.org/issue31837  opened by serhiy.storchaka

#31839: datetime: add method to parse isoformat() output
https://bugs.python.org/issue31839  opened by orent

#31841: Several methods of collections.UserString do not return instan
https://bugs.python.org/issue31841  opened by vaultah

#31842: pathlib: "Incorrect function" during resolve()
https://bugs.python.org/issue31842  opened by earonesty2

#31843: sqlite3.connect() should accept PathLike objects
https://bugs.python.org/issue31843  opened by Allen Li

#31844: HTMLParser: undocumented not implemented method
https://bugs.python.org/issue31844  opened by srittau

#31846: Error in 3.6.3 epub docs
https://bugs.python.org/issue31846  opened by n8henrie

#31848: "aifc" module does not always initialize "Aifc_read._ssnd_chun
https://bugs.python.org/issue31848  opened by Zero

#31849: Python/pyhash.c warning: comparison of integers of different s
https://bugs.python.org/issue31849  opened by xdegaye

#31850: test_nntplib failed with "nntplib.NNTPDataError: line too long
https://bugs.python.org/issue31850  opened by haypo

#31851: test_subprocess hangs randomly on x86 Windows7 3.x
https://bugs.python.org/issue31851  opened by haypo

#31852: Crashes with lines of the form "async \"
https://bugs.python.org/issue31852  opened by Alexandre Hamelin

#31853: Use super().method instead of socket.method in SSLSocket
https://bugs.python.org/issue31853  opened by earonesty

#31854: Add mmap.ACCESS_DEFAULT to namespace
https://bugs.python.org/issue31854  opened by Justus Schwabedal

#31855: mock_open is not compatible with read(n) (and pickle.load)
https://bugs.python.org/issue31855  opened by ron.rothman

#31858: IDLE: cleanup use of sys.ps1 and never set it.
https://bugs.python.org/issue31858  opened by terry.reedy

#31859: sharedctypes.RawArray initialization
https://bugs.python.org/issue31859  opened by meetaig

#31860: IDLE: Make font sample editable
https://bugs.python.org/issue31860  opened by serhiy.storchaka

#31861: aiter() and anext() built-in functions
https://bugs.python.org/issue31861  opened by davide.rizzo

#31862: Port the standard library to PEP 489 multiphase initialization
https://bugs.python.org/issue31862  opened by Dormouse759

#31863: Inconsistent returncode/exitcode for terminated child processe
https://bugs.python.org/issue31863  opened by Akos Kiss

#31865: html.unescape does not work as per documentation
https://bugs.python.org/issue31865  opened by cardin

#31867: Duplicated keys in MIME type_map with different values
https://bugs.python.org/issue31867  opened by Mark.Shannon

#31868: Null pointer dereference in ndb.ndbm get when used with a defa
https://bugs.python.org/issue31868  opened by tmiasko

#31869: commentary on ssl.PROTOCOL_TLS
https://bugs.python.org/issue31869  opened by J Sloot

#31870: add timeout parameter for get_server_certificate in ssl.py
https://bugs.python.org/issue31870  opened by Nixawk

#31871: Support for file descriptor params in os.path
https://bugs.python.org/issue31871  opened by Mateusz Kurek

#31872: SSL BIO is broken for internationalized domains
https://bugs.python.org/issue31872  opened by asvetlov

#31873: Inconsistent capitalization of proper noun - Unicode.
https://bugs.python.org/issue31873  opened by toonarmycaptain

#31874: [feature] ru

[Python-Dev] Summary of Python tracker Issues

2017-12-29 Thread Python tracker

ACTIVITY SUMMARY (2017-12-22 - 2017-12-29)
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:
  open6355 (+13)
  closed 37843 (+24)
  total  44198 (+37)

Open issues with patches: 2472 


Issues opened (31)
==

#30722: Tools/demo/redemo.py broken
https://bugs.python.org/issue30722  reopened by serhiy.storchaka

#32411: Idlelib.browser: stop sorting dicts created by pyclbr
https://bugs.python.org/issue32411  opened by terry.reedy

#32412: help() of bitwise operators should mention sets as well
https://bugs.python.org/issue32412  opened by steven.daprano

#32413: Document that locals() may return globals()
https://bugs.python.org/issue32413  opened by steven.daprano

#32414: PyCapsule_Import fails when name is in the form 'package.modul
https://bugs.python.org/issue32414  opened by lekma

#32417: fromutc does not respect datetime subclasses
https://bugs.python.org/issue32417  opened by p-ganssle

#32418: Implement Server.get_loop() method
https://bugs.python.org/issue32418  opened by asvetlov

#32419: Add unittest support for pyc projects
https://bugs.python.org/issue32419  opened by brgirgis

#32420: LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY
https://bugs.python.org/issue32420  opened by Kitamura

#32421: Keeping an exception in cache can segfault the interpreter
https://bugs.python.org/issue32421  opened by zunger

#32423: The Windows SDK version 10.0.15063.0 was not found
https://bugs.python.org/issue32423  opened by isuruf

#32424: Synchronize copy methods between Python and C implementations 
https://bugs.python.org/issue32424  opened by gphemsley

#32425: Allow non-default XML parsers to take advantage of a _parse_wh
https://bugs.python.org/issue32425  opened by gphemsley

#32426: Tkinter.ttk Widget does not define wich option exists to set t
https://bugs.python.org/issue32426  opened by alex.75

#32427: Rename and expose dataclasses._MISSING
https://bugs.python.org/issue32427  opened by eric.smith

#32428: dataclasses: make it an error to have initialized non-fields i
https://bugs.python.org/issue32428  opened by eric.smith

#32429: Outdated Modules/Setup warning is invisible
https://bugs.python.org/issue32429  opened by mdk

#32430: Simplify Modules/Setup{,.dist,.local}
https://bugs.python.org/issue32430  opened by mdk

#32431: Two bytes objects of zero length don't compare equal
https://bugs.python.org/issue32431  opened by jonathanunderwood

#32433: Provide optimized HMAC digest
https://bugs.python.org/issue32433  opened by christian.heimes

#32434: pathlib.WindowsPath.reslove(strict=False) returns absoulte pat
https://bugs.python.org/issue32434  opened by mliska

#32435: tarfile recognizes .gz file as tar
https://bugs.python.org/issue32435  opened by spetrunin

#32436: Implement PEP 567
https://bugs.python.org/issue32436  opened by yselivanov

#32438: PyLong_ API cleanup
https://bugs.python.org/issue32438  opened by erik.bray

#32439: Clean up the code for compiling comparison expressions
https://bugs.python.org/issue32439  opened by serhiy.storchaka

#32441: os.dup2 should return the new fd
https://bugs.python.org/issue32441  opened by benjamin.peterson

#32443: Add Linux's signalfd() to the signal module
https://bugs.python.org/issue32443  opened by gregory.p.smith

#32444: python -m venv symlink dependency on how python binary is call
https://bugs.python.org/issue32444  opened by seliger

#32445: Skip creating redundant wrapper functions in ExitStack.callbac
https://bugs.python.org/issue32445  opened by ncoghlan

#32446: ResourceLoader.get_data() should accept a PathLike
https://bugs.python.org/issue32446  opened by barry

#32447: IDLE shell won't open on Mac OS 10.13.1
https://bugs.python.org/issue32447  opened by sm1979



Most recent 15 issues with no replies (15)
==

#32447: IDLE shell won't open on Mac OS 10.13.1
https://bugs.python.org/issue32447

#32446: ResourceLoader.get_data() should accept a PathLike
https://bugs.python.org/issue32446

#32445: Skip creating redundant wrapper functions in ExitStack.callbac
https://bugs.python.org/issue32445

#32441: os.dup2 should return the new fd
https://bugs.python.org/issue32441

#32439: Clean up the code for compiling comparison expressions
https://bugs.python.org/issue32439

#32436: Implement PEP 567
https://bugs.python.org/issue32436

#32433: Provide optimized HMAC digest
https://bugs.python.org/issue32433

#32427: Rename and expose dataclasses._MISSING
https://bugs.python.org/issue32427

#32426: Tkinter.ttk Widget does not define wich option exists to set t
https://bugs.python.org/issue32426

#32423: The Windows SDK version 10.0.15063.0 was not found
https://bugs.python.org/issue32423

#32418: Implement Server.get_loop() method
https://bugs.python.org/issue32418

#32410: Implement loop.sock_sendfile method
https://bugs.python.org/issue32410

[Python-Dev] Summary of Python tracker Issues

2018-01-05 Thread Python tracker

ACTIVITY SUMMARY (2017-12-29 - 2018-01-05)
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:
  open6377 (+22)
  closed 37871 (+28)
  total  44248 (+50)

Open issues with patches: 2479 


Issues opened (37)
==

#15982: asyncore.dispatcher does not handle windows socket error code 
https://bugs.python.org/issue15982  reopened by vstinner

#32448: subscriptable
https://bugs.python.org/issue32448  opened by thehesiod

#32449: MappingView must inherit from Collection instead of Sized
https://bugs.python.org/issue32449  opened by yahya-abou-imran

#32450: non-descriptive variable name
https://bugs.python.org/issue32450  opened by Yuri Kanivetsky

#32451: python -m venv activation issue when using cygwin on windows
https://bugs.python.org/issue32451  opened by Kevin

#32453: shutil.rmtree can have O(n^2) performance on large dirs
https://bugs.python.org/issue32453  opened by nh2

#32454: Add socket.close(fd) function
https://bugs.python.org/issue32454  opened by christian.heimes

#32455: PyCompile_OpcodeStackEffect() and dis.stack_effect() are not p
https://bugs.python.org/issue32455  opened by serhiy.storchaka

#32456: PYTHONIOENCODING=undefined doesn't work in Python 3
https://bugs.python.org/issue32456  opened by serhiy.storchaka

#32457: Windows Python cannot handle an early PATH entry containing ".
https://bugs.python.org/issue32457  opened by Ray Donnelly

#32458: test_asyncio failures on Windows
https://bugs.python.org/issue32458  opened by pitrou

#32459: Capsule API usage docs are incompatible with module reloading 
https://bugs.python.org/issue32459  opened by ncoghlan

#32461: the first build after a change to Makefile.pre.in uses the old
https://bugs.python.org/issue32461  opened by xdegaye

#32462: mimetypes.guess_type() returns incorrectly formatted type
https://bugs.python.org/issue32462  opened by csabella

#32463: problems with shutil.py and os.get_terminal_size
https://bugs.python.org/issue32463  opened by Dhruve

#32464: raise NotImplemented vs return NotImplemented
https://bugs.python.org/issue32464  opened by thatiparthy

#32465: [urllib] proxy_bypass_registry - extra error handling required
https://bugs.python.org/issue32465  opened by chansol kim

#32466: Fix missing test coverage for fractions.Fraction.__new__
https://bugs.python.org/issue32466  opened by gphemsley

#32467: dict_values isn't considered a Collection nor a Container
https://bugs.python.org/issue32467  opened by yahya-abou-imran

#32469: Generator and coroutine repr could be more helpful
https://bugs.python.org/issue32469  opened by pitrou

#32471: Add an UML class diagram to the collections.abc module documen
https://bugs.python.org/issue32471  opened by yahya-abou-imran

#32473: Readibility of ABCMeta._dump_registry()
https://bugs.python.org/issue32473  opened by yahya-abou-imran

#32475: Add ability to query number of buffered bytes available on buf
https://bugs.python.org/issue32475  opened by kata198

#32476: Add concat functionality to ElementTree xpath find
https://bugs.python.org/issue32476  opened by jjolly

#32477: Move jumps optimization from the peepholer to the compiler
https://bugs.python.org/issue32477  opened by serhiy.storchaka

#32479: inconsistent ImportError message executing same import stateme
https://bugs.python.org/issue32479  opened by xiang.zhang

#32485: Multiprocessing dict sharing between forked processes
https://bugs.python.org/issue32485  opened by André Neto

#32486: tail optimization for 'yield from'
https://bugs.python.org/issue32486  opened by Robert Smart

#32489: Allow 'continue' in 'finally' clause
https://bugs.python.org/issue32489  opened by serhiy.storchaka

#32490: subprocess: duplicate filename in exception message
https://bugs.python.org/issue32490  opened by jwilk

#32491: base64.decode: linebreaks are not ignored
https://bugs.python.org/issue32491  opened by gregory.p.smith

#32492: C Fast path for namedtuple's property/itemgetter pair
https://bugs.python.org/issue32492  opened by rhettinger

#32493: UUID Module - FreeBSD build failure
https://bugs.python.org/issue32493  opened by David Carlier

#32494: interface to gdbm_count
https://bugs.python.org/issue32494  opened by sam-s

#32495: Adding Timer to multiprocessing
https://bugs.python.org/issue32495  opened by jcrotts

#32496: lib2to3 fails to parse a ** of a conditional expression
https://bugs.python.org/issue32496  opened by gregory.p.smith

#32497: datetime.strptime creates tz naive object from value containin
https://bugs.python.org/issue32497  opened by akeeman



Most recent 15 issues with no replies (15)
==

#32496: lib2to3 fails to parse a ** of a conditional expression
https://bugs.python.org/issue32496

#32494: interface to gdbm_count
https://bugs.python.org/issue32494

#32490: subprocess: duplicate filename in exception me

[Python-Dev] Summary of Python tracker Issues

2018-01-19 Thread Python tracker

ACTIVITY SUMMARY (2018-01-12 - 2018-01-19)
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:
  open6400 (+31)
  closed 37949 (+28)
  total  44349 (+59)

Open issues with patches: 2489 


Issues opened (46)
==

#32493: UUID Module - FreeBSD build failure
https://bugs.python.org/issue32493  reopened by vstinner

#32540: venv docs - doesn't match behavior
https://bugs.python.org/issue32540  opened by jason.coombs

#32541: cgi.FieldStorage constructor assumes all lines terminate with 
https://bugs.python.org/issue32541  opened by Ian Craggs

#32542: memory not freed, aka memory leak continues...
https://bugs.python.org/issue32542  opened by Michael.Felt

#32545: Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070
https://bugs.python.org/issue32545  opened by mwr256

#32546: Unusual TypeError with dataclass decorator
https://bugs.python.org/issue32546  opened by rhettinger

#32547: csv.DictWriter emits strange errors if fieldnames is an iterat
https://bugs.python.org/issue32547  opened by bendotc

#32548: IDLE: Add links for email and docs to help_about
https://bugs.python.org/issue32548  opened by csabella

#32549: Travis: Test with OpenSSL 1.1.0
https://bugs.python.org/issue32549  opened by christian.heimes

#32550: STORE_ANNOTATION bytecode is unnecessary and can be removed.
https://bugs.python.org/issue32550  opened by Mark.Shannon

#32551: Zipfile & directory execution in 3.5.4 also adds the parent di
https://bugs.python.org/issue32551  opened by nedbat

#32552: Improve text for file arguments in argparse.ArgumentDefaultsHe
https://bugs.python.org/issue32552  opened by elypter

#32553: venv says to use python3 which does not exist in 3.6.4
https://bugs.python.org/issue32553  opened by Paul Watson

#32554: random.seed(tuple) uses the randomized hash function and so is
https://bugs.python.org/issue32554  opened by johnnyd

#32555: Encoding issues with the locale encoding
https://bugs.python.org/issue32555  opened by vstinner

#32556: support bytes paths in nt _getdiskusage, _getvolumepathname, a
https://bugs.python.org/issue32556  opened by eryksun

#32557: allow shutil.disk_usage to take a file path
https://bugs.python.org/issue32557  opened by eryksun

#32560: inherit the py launcher's STARTUPINFO
https://bugs.python.org/issue32560  opened by eryksun

#32561: Add API to io objects for non-blocking reads/writes
https://bugs.python.org/issue32561  opened by njs

#32562: Support fspath protocol in AF_UNIX sockaddr resolution
https://bugs.python.org/issue32562  opened by njs

#32563: -Werror=declaration-after-statement expat build failure on Pyt
https://bugs.python.org/issue32563  opened by ncoghlan

#32565: Document the version of adding opcodes
https://bugs.python.org/issue32565  opened by serhiy.storchaka

#32566: Not able to open Python IDLE
https://bugs.python.org/issue32566  opened by Kiran

#32567: Venv’s config file (pyvenv.cfg) should be compatible with Co
https://bugs.python.org/issue32567  opened by uranusjr

#32568: Fix handling of sizehint=-1 in select.epoll()
https://bugs.python.org/issue32568  opened by taleinat

#32571: Speed up and clean up getting optional attributes in C code
https://bugs.python.org/issue32571  opened by serhiy.storchaka

#32572: Add the ftplib option, overrides the IP address.
https://bugs.python.org/issue32572  opened by studioes

#32573: sys.argv documentation should include caveat for embedded envi
https://bugs.python.org/issue32573  opened by pgacv2

#32574: asyncio.Queue, put() leaks memory if the queue is full
https://bugs.python.org/issue32574  opened by Mordis

#32579: UUID module fix, uuid1 python module function
https://bugs.python.org/issue32579  opened by David CARLIER2

#32580: Fallback to dev_urandom doesn't work when py_getrandom returns
https://bugs.python.org/issue32580  opened by jernejs

#32581: A bug of the write funtion of ConfigParser.py
https://bugs.python.org/issue32581  opened by jiangjinhu666

#32582: chr raises OverflowError
https://bugs.python.org/issue32582  opened by ukl

#32583: Crash during decoding using UTF-16/32 and custom error handler
https://bugs.python.org/issue32583  opened by sibiryakov

#32584: Uninitialized free_extra in code_dealloc
https://bugs.python.org/issue32584  opened by jeethu

#32585: Add ttk::spinbox to tkinter.ttk
https://bugs.python.org/issue32585  opened by Alan Moore

#32587: Make REG_MULTI_SZ support PendingFileRenameOperations
https://bugs.python.org/issue32587  opened by nanonyme

#32589: Statistics as a result from timeit
https://bugs.python.org/issue32589  opened by MGilch

#32590: Proposal: add an "ensure(arg)" builtin for parameter validatio
https://bugs.python.org/issue32590  opened by ncoghlan

#32591: Deprecate sys.set_coroutine_wrapper and replace it with more f
https://bugs.python.org/issue32591  opened by njs

#32592: Drop supp

[Python-Dev] Summary of Python tracker Issues

2018-01-26 Thread Python tracker

ACTIVITY SUMMARY (2018-01-19 - 2018-01-26)
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:
  open6445 (+45)
  closed 37988 (+39)
  total  44433 (+84)

Open issues with patches: 2512 


Issues opened (70)
==

#10381: Add timezone support to datetime C API
https://bugs.python.org/issue10381  reopened by vstinner

#20767: Some python extensions can't be compiled with clang 3.4
https://bugs.python.org/issue20767  reopened by vstinner

#29708: support reproducible Python builds
https://bugs.python.org/issue29708  reopened by brett.cannon

#32441: os.dup2 should return the new fd
https://bugs.python.org/issue32441  reopened by vstinner

#32591: Deprecate sys.set_coroutine_wrapper and replace it with more f
https://bugs.python.org/issue32591  reopened by yselivanov

#32599: Add dtrace hook for PyCFunction_Call
https://bugs.python.org/issue32599  opened by fche

#32601: PosixPathTest.test_expanduser fails in NixOS build sandbox
https://bugs.python.org/issue32601  opened by andersk

#32603: Deprecation warning on strings used in re module
https://bugs.python.org/issue32603  opened by csabella

#32604: Expose the subinterpreters C-API in Python for testing use.
https://bugs.python.org/issue32604  opened by eric.snow

#32605: Should we really hide unawaited coroutine warnings when an exc
https://bugs.python.org/issue32605  opened by njs

#32606: Email Header Injection Protection Bypass
https://bugs.python.org/issue32606  opened by thedoctorsoup

#32608: Incompatibilities with the socketserver and multiprocessing pa
https://bugs.python.org/issue32608  opened by rbprogrammer

#32609: Add setter and getter for min/max protocol ersion
https://bugs.python.org/issue32609  opened by christian.heimes

#32610: asyncio.all_tasks() should return only non-finished tasks.
https://bugs.python.org/issue32610  opened by asvetlov

#32611: Tkinter taskbar icon (Windows)
https://bugs.python.org/issue32611  opened by Minion Jim

#32612: pathlib.(Pure)WindowsPaths can compare equal but refer to diff
https://bugs.python.org/issue32612  opened by benrg

#32613: Use PEP 397 py launcher in windows faq
https://bugs.python.org/issue32613  opened by mdk

#32614: Fix documentation examples of using re with escape sequences
https://bugs.python.org/issue32614  opened by csabella

#32615: Inconsistent behavior if globals is a dict subclass
https://bugs.python.org/issue32615  opened by ppperry

#32616: Significant performance problems with Python 2.7 built with cl
https://bugs.python.org/issue32616  opened by zmwangx

#32620: [3.5] Travis CI fails on Python 3.5 with "pyenv: version `3.5'
https://bugs.python.org/issue32620  opened by vstinner

#32621: Problem of consistence in collection.abc documentation
https://bugs.python.org/issue32621  opened by yahya-abou-imran

#32622: Implement loop.sendfile
https://bugs.python.org/issue32622  opened by asvetlov

#32623: Resize dict on del/pop
https://bugs.python.org/issue32623  opened by yselivanov

#32624: Implement WriteTransport.is_protocol_paused()
https://bugs.python.org/issue32624  opened by asvetlov

#32625: Update the dis module documentation to reflect switch to wordc
https://bugs.python.org/issue32625  opened by belopolsky

#32626: Subscript unpacking raises SyntaxError
https://bugs.python.org/issue32626  opened by Ben Burrill

#32627: Header dependent _uuid build failure on Fedora 27
https://bugs.python.org/issue32627  opened by ncoghlan

#32628: Add configurable DirectoryIndex to http.server
https://bugs.python.org/issue32628  opened by epaulson

#32629: PyImport_ImportModule occasionally cause access violation
https://bugs.python.org/issue32629  opened by Jack Branson

#32630: Migrate decimal to use PEP 567 context variables
https://bugs.python.org/issue32630  opened by yselivanov

#32631: IDLE: revise zzdummy.py
https://bugs.python.org/issue32631  opened by terry.reedy

#32637: Android: set sys.platform to android
https://bugs.python.org/issue32637  opened by vstinner

#32638: distutils test errors with AIX and xlc
https://bugs.python.org/issue32638  opened by Michael.Felt

#32640: Python 2.7 str.join documentation is incorrect
https://bugs.python.org/issue32640  opened by Malcolm Smith

#32642: add support for path-like objects in sys.path
https://bugs.python.org/issue32642  opened by chris.jerdonek

#32644: unittest.mock.call len() error
https://bugs.python.org/issue32644  opened by snakevil

#32645: test_asyncio: TLS tests fail on "x86 Windows7" buildbot
https://bugs.python.org/issue32645  opened by vstinner

#32646: test_asyncgen: race condition on test_async_gen_asyncio_gc_acl
https://bugs.python.org/issue32646  opened by vstinner

#32647: Undefined references when compiling ctypes on binutils 2.29.1 
https://bugs.python.org/issue32647  opened by cstratak

#32649: complete C API doc debug and profile part with new Py

[Python-Dev] Summary of Python tracker Issues

2018-01-12 Thread Python tracker

ACTIVITY SUMMARY (2018-01-05 - 2018-01-12)
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:
  open6369 ( -8)
  closed 37921 (+50)
  total  44290 (+42)

Open issues with patches: 2470 


Issues opened (38)
==

#20104: expose posix_spawn(p)
https://bugs.python.org/issue20104  reopened by gregory.p.smith

#23749: asyncio missing wrap_socket (starttls)
https://bugs.python.org/issue23749  reopened by vstinner

#29137: Fix fpectl-induced ABI breakage
https://bugs.python.org/issue29137  reopened by doko

#31804: multiprocessing calls flush on sys.stdout at exit even if it i
https://bugs.python.org/issue31804  reopened by Pox TheGreat

#31993: pickle.dump allocates unnecessary temporary bytes / str
https://bugs.python.org/issue31993  reopened by serhiy.storchaka

#32206: Run modules with pdb
https://bugs.python.org/issue32206  reopened by ncoghlan

#32498: urllib.parse.unquote raises incorrect errormessage when string
https://bugs.python.org/issue32498  opened by stein-k

#32500: PySequence_Length() raises TypeError on dict type
https://bugs.python.org/issue32500  opened by mgorny

#32501: Documentation for dir([object])
https://bugs.python.org/issue32501  opened by Vladislavs Burakovs

#32502: uuid1() broken on macos high sierra
https://bugs.python.org/issue32502  opened by anpetral

#32503: Avoid creating small frames in pickle protocol 4
https://bugs.python.org/issue32503  opened by serhiy.storchaka

#32505: dataclasses: make field() with no annotation an error
https://bugs.python.org/issue32505  opened by eric.smith

#32506: dataclasses: no need for OrderedDict now that dict guarantees 
https://bugs.python.org/issue32506  opened by eric.smith

#32509: doctest syntax ambiguity between continuation line and ellipsi
https://bugs.python.org/issue32509  opened by jason.coombs

#32511: Thread primitives do not report the OS-level error on failure
https://bugs.python.org/issue32511  opened by zwol

#32512: Add an option to profile to run library module as a script
https://bugs.python.org/issue32512  opened by mariocj89

#32513: dataclasses: make it easier to use user-supplied special metho
https://bugs.python.org/issue32513  opened by eric.smith

#32514: 0x80070002 - The system cannot find the file specified
https://bugs.python.org/issue32514  opened by Beatty0111

#32515: Add an option to trace to run module as a script
https://bugs.python.org/issue32515  opened by mariocj89

#32516: Add a shared library mechanism for win32
https://bugs.python.org/issue32516  opened by xoviat

#32517: test_read_pty_output() of test_asyncio hangs on macOS 10.13.2 
https://bugs.python.org/issue32517  opened by vstinner

#32519: venv API docs - symlinks default incorrect
https://bugs.python.org/issue32519  opened by jason.coombs

#32521: NIS module fails to build due to the removal of interfaces rel
https://bugs.python.org/issue32521  opened by cstratak

#32522: Add precision argument to datetime.now
https://bugs.python.org/issue32522  opened by p-ganssle

#32523: inconsistent spacing in changelog.html
https://bugs.python.org/issue32523  opened by ned.deily

#32524: Python 2.7 leaks a packages __init__.py module object on Synta
https://bugs.python.org/issue32524  opened by Segev Finer

#32526: Closing async generator while it is running does not raise an 
https://bugs.python.org/issue32526  opened by achimnol

#32528: Change base class for futures.CancelledError
https://bugs.python.org/issue32528  opened by socketpair

#32529: Call readinto in shutil.copyfileobj
https://bugs.python.org/issue32529  opened by YoSTEALTH

#32530: How ro fix the chm encoding in Non western european codepage(c
https://bugs.python.org/issue32530  opened by Nim

#32531: gdb.execute can not put string value.
https://bugs.python.org/issue32531  opened by callmekohei

#32532: improve sys.settrace and sys.setprofile documentation
https://bugs.python.org/issue32532  opened by xiang.zhang

#32533: SSLSocket read/write thread-unsafety
https://bugs.python.org/issue32533  opened by Alexey Baldin

#32534: Speed-up list.insert
https://bugs.python.org/issue32534  opened by jeethu

#32536: ast and tokenize disagree about line number
https://bugs.python.org/issue32536  opened by Mark.Shannon

#32537: multiprocessing.pool.Pool.starmap_async - wrong parameter name
https://bugs.python.org/issue32537  opened by devnull

#32538: Multiprocessing Manager on 3D list - no change of the list pos
https://bugs.python.org/issue32538  opened by John_81

#32539: os.listdir(...) on deep path on windows in python2.7 fails wit
https://bugs.python.org/issue32539  opened by Anthony Sottile



Most recent 15 issues with no replies (15)
==

#32539: os.listdir(...) on deep path on windows in python2.7 fails wit
https://bugs.python.org/issue32539

#32538: Multiprocessing Manager on 3D list - no change

[Python-Dev] Summary of Python tracker Issues

2018-02-02 Thread Python tracker

ACTIVITY SUMMARY (2018-01-26 - 2018-02-02)
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:
  open6411 (-34)
  closed 38089 (+101)
  total  44500 (+67)

Open issues with patches: 2492 


Issues opened (35)
==

#32221: Converting ipv6 address to string representation using getname
https://bugs.python.org/issue32221  reopened by yselivanov

#32622: Implement loop.sendfile
https://bugs.python.org/issue32622  reopened by vstinner

#32683: isinstance is calling ob.__getattribute__ as a fallback instea
https://bugs.python.org/issue32683  opened by bup

#32684: asyncio.gather(..., return_exceptions=True) swallows cancellat
https://bugs.python.org/issue32684  opened by socketpair

#32689: shutil.move raises AttributeError if first argument is a pathl
https://bugs.python.org/issue32689  opened by craigh

#32691: "pdb -m " sets __main__.__package__ incorrectly
https://bugs.python.org/issue32691  opened by ncoghlan

#32692: test_threading.test_set_and_clear fails in AppVeyor CI
https://bugs.python.org/issue32692  opened by xiang.zhang

#32694: Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAG
https://bugs.python.org/issue32694  opened by yselivanov

#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695  opened by bbayles

#32696: Fix pickling exceptions with multiple arguments
https://bugs.python.org/issue32696  opened by slallum

#32706: test_check_hostname() of test_ftplib started to fail randomly
https://bugs.python.org/issue32706  opened by vstinner

#32708: test_sendfile() hangs on AMD64 FreeBSD 10.x Shared 3.x buildbo
https://bugs.python.org/issue32708  opened by vstinner

#32710: test_asyncio leaked [4, 4, 3] memory blocks, sum=11 on AMD64 W
https://bugs.python.org/issue32710  opened by vstinner

#32713: tarfile.itn breaks if n is a negative float
https://bugs.python.org/issue32713  opened by j0ffrey

#32715: Make create_unix_server for SOCK_DGRAM work
https://bugs.python.org/issue32715  opened by holger+lp

#32716: setup.py register --repository is broken
https://bugs.python.org/issue32716  opened by shimizukawa

#32717: Document PEP 560
https://bugs.python.org/issue32717  opened by levkivskyi

#32718: Install PowerShell activation scripts for venv for all platfor
https://bugs.python.org/issue32718  opened by brett.cannon

#32719: fatal error raised when Ctrl-C print loop
https://bugs.python.org/issue32719  opened by xiang.zhang

#32720: Format mini-language integer definition is incorrect
https://bugs.python.org/issue32720  opened by ncoghlan

#32723: codecs.open silently ignores argument errors
https://bugs.python.org/issue32723  opened by xiang.zhang

#32725: Instance of _multiprocessing.PipeConnection-subtype crash on d
https://bugs.python.org/issue32725  opened by hakril

#32726: macOS installer and framework enhancements and changes for 3.7
https://bugs.python.org/issue32726  opened by ned.deily

#32728: Extend zipfile's compression level support  to LZMA
https://bugs.python.org/issue32728  opened by bbayles

#32729: socket error handling needed
https://bugs.python.org/issue32729  opened by rkdls

#32730: Allow py launcher to launch other registered Pythons
https://bugs.python.org/issue32730  opened by petsu...@gmail.com

#32731: getpass.getuser() raises an unspecified exceptions (ImportErro
https://bugs.python.org/issue32731  opened by gregory.p.smith

#32732: LoggingAdapter ignores extra kwargs of Logger#log()
https://bugs.python.org/issue32732  opened by mcoolive

#32734: Asyncio Lock safety issue (unlimited acquire)
https://bugs.python.org/issue32734  opened by bar.harel

#32739: collections.deque rotate(n=1) default value not documented
https://bugs.python.org/issue32739  opened by yuy

#32742: zipfile extractall needlessly re-wraps ZipInfo instances
https://bugs.python.org/issue32742  opened by peterbe

#32743: Typo in hamt.c comments
https://bugs.python.org/issue32743  opened by delimitry

#32745: ctypes string pointer fields should accept embedded null chara
https://bugs.python.org/issue32745  opened by theller

#32746: More misspellings, mostly in source code.
https://bugs.python.org/issue32746  opened by terry.reedy

#32749: Remove dbm.dumb behavior deprecated in 3.6
https://bugs.python.org/issue32749  opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==

#32749: Remove dbm.dumb behavior deprecated in 3.6
https://bugs.python.org/issue32749

#32746: More misspellings, mostly in source code.
https://bugs.python.org/issue32746

#32728: Extend zipfile's compression level support  to LZMA
https://bugs.python.org/issue32728

#32718: Install PowerShell activation scripts for venv for all platfor
https://bugs.python.org/issue32718

#32717: Document PEP 560
https://bugs.python.org/issue32717

#32716: setup.p

[Python-Dev] Summary of Python tracker Issues

2018-02-09 Thread Python tracker

ACTIVITY SUMMARY (2018-02-02 - 2018-02-09)
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:
  open6439 (+28)
  closed 38121 (+32)
  total  44560 (+60)

Open issues with patches: 2497 


Issues opened (44)
==

#31961: subprocess._execute_child doesn't accept a single PathLike arg
https://bugs.python.org/issue31961  reopened by serhiy.storchaka

#32521: NIS module fails to build due to the removal of interfaces rel
https://bugs.python.org/issue32521  reopened by cstratak

#32616: Significant performance problems with Python 2.7 built with cl
https://bugs.python.org/issue32616  reopened by inada.naoki

#32750: lib2to3 log_error method behavior is inconsitent with document
https://bugs.python.org/issue32750  opened by soupytwist

#32751: wait_for(future, ...) should wait for the future (even if a ti
https://bugs.python.org/issue32751  opened by njs

#32752: no information about accessing typing.Generic type arguments
https://bugs.python.org/issue32752  opened by Paul Pinterits

#32754: feature request: asyncio.gather/wait cancel children on first 
https://bugs.python.org/issue32754  opened by thehesiod

#32755: Several cookies with the same name get intermixed
https://bugs.python.org/issue32755  opened by Юрий Пухальский

#32756: argparse: parse_known_args: raising exception on unknown arg f
https://bugs.python.org/issue32756  opened by actionless

#32757: Python 2.7 : Buffer Overflow vulnerability in exec() function
https://bugs.python.org/issue32757  opened by hadimene

#32758: Stack overflow when parse long expression to AST
https://bugs.python.org/issue32758  opened by serhiy.storchaka

#32759: multiprocessing.Array do not release shared memory
https://bugs.python.org/issue32759  opened by OO O

#32761: Create IDLE Modern Mac keyset
https://bugs.python.org/issue32761  opened by rhettinger

#32762: Choose protocol implementation on transport.set_protocol()
https://bugs.python.org/issue32762  opened by asvetlov

#32764: Popen doesn't work on Windows when args is a list
https://bugs.python.org/issue32764  opened by serhiy.storchaka

#32766: 4.7.7. Function Annotations
https://bugs.python.org/issue32766  opened by John Hossbach

#32767: Mutating a list while iterating:  clarify the docs
https://bugs.python.org/issue32767  opened by tim.peters

#32768: object.__new__ does not accept arguments if __bases__ is chang
https://bugs.python.org/issue32768  opened by VA

#32769: Add 'annotations' to the glossary
https://bugs.python.org/issue32769  opened by csabella

#32771: merge the underlying data stores of unicodedata and the str ty
https://bugs.python.org/issue32771  opened by benjamin.peterson

#32773: distutils should NOT preserve timestamps
https://bugs.python.org/issue32773  opened by jdemeyer

#32776: asyncio SIGCHLD scalability problems
https://bugs.python.org/issue32776  opened by holger+lp

#32779: urljoining an empty query string doesn't clear query string
https://bugs.python.org/issue32779  opened by Paul Fisher

#32780: ctypes: memoryview gives incorrect PEP3118 format strings for 
https://bugs.python.org/issue32780  opened by Eric.Wieser

#32781: lzh_tw is missing in locale.py
https://bugs.python.org/issue32781  opened by cypressyew

#32782: ctypes: memoryview gives incorrect PEP3118 itemsize for array 
https://bugs.python.org/issue32782  opened by Eric.Wieser

#32786: Didnot work strftime() when hangeul in format sting
https://bugs.python.org/issue32786  opened by leop0ld

#32787: Better error handling in ctypes
https://bugs.python.org/issue32787  opened by serhiy.storchaka

#32788: Better error handling in sqlite3
https://bugs.python.org/issue32788  opened by serhiy.storchaka

#32789: Note missing from logging.debug() docs
https://bugs.python.org/issue32789  opened by pgacv2

#32790: Keep trailing zeros in precision for string format option g
https://bugs.python.org/issue32790  opened by sk1d

#32792: ChainMap should preserve order of underlying mappings
https://bugs.python.org/issue32792  opened by rhettinger

#32793: smtplib: duplicated debug message
https://bugs.python.org/issue32793  opened by qingyunha

#32795: subprocess.check_output() with timeout does not exit if child 
https://bugs.python.org/issue32795  opened by Mike Lewis

#32797: Tracebacks from Cython modules no longer work
https://bugs.python.org/issue32797  opened by jdemeyer

#32798: mmap.flush() on Linux does not accept the "offset" and "size" 
https://bugs.python.org/issue32798  opened by byronhawkins

#32799:  returned a resul
https://bugs.python.org/issue32799  opened by EliRibble

#32800: Replace deprecated link to new page on w3c site
https://bugs.python.org/issue32800  opened by sblondon

#32801: Lib/_strptime.py: utilize all()
https://bugs.python.org/issue32801  opened by dilyan.palauzov

#32803: smtplib: LMTP broken in the case of

[Python-Dev] Summary of Python tracker Issues

2018-02-16 Thread Python tracker

ACTIVITY SUMMARY (2018-02-09 - 2018-02-16)
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:
  open6456 (+17)
  closed 38153 (+32)
  total  44609 (+49)

Open issues with patches: 2511 


Issues opened (35)
==

#32810: Expose ags_gen and agt_gen in asynchronous generators
https://bugs.python.org/issue32810  opened by dabeaz

#32813: SSL shared_ciphers implementation wrong - returns configured b
https://bugs.python.org/issue32813  opened by noxxi

#32814: smtplib.send_message mishandles 8BITMIME RFC 6152
https://bugs.python.org/issue32814  opened by Segev Finer

#32818: multiprocessing segmentfault under Windows compatibility mode
https://bugs.python.org/issue32818  opened by Ma Lin

#32819: match_hostname() error reporting bug
https://bugs.python.org/issue32819  opened by christian.heimes

#32820: Add bits method to ipaddress
https://bugs.python.org/issue32820  opened by ewosborne

#32821: Add snippet on how to configure a "split" stream for console
https://bugs.python.org/issue32821  opened by mariocj89

#32822: finally block doesn't re-raise exception if return statement e
https://bugs.python.org/issue32822  opened by David Rebbe

#32823: Regression in test -j behavior and time in 3.7.0b1
https://bugs.python.org/issue32823  opened by terry.reedy

#32824: Docs: Using Python on a Macintosh has bad info per Apple site
https://bugs.python.org/issue32824  opened by griswolf

#32825: warn user of creation of multiple Tk instances
https://bugs.python.org/issue32825  opened by mps

#32829: Lib/ be more pythonic
https://bugs.python.org/issue32829  opened by dilyan.palauzov

#32831: IDLE: Add docstrings and tests for codecontext
https://bugs.python.org/issue32831  opened by csabella

#32832: doctest should support custom ps1/ps2 prompts
https://bugs.python.org/issue32832  opened by Sergey.Kirpichev

#32833: argparse doesn't recognise two option aliases as equal
https://bugs.python.org/issue32833  opened by Krzysztof Leszczyński

#32834: test_gdb fails with Posix locale in 3.7
https://bugs.python.org/issue32834  opened by serhiy.storchaka

#32835: Add documention mentioning that Cygwin isn't fully compatible
https://bugs.python.org/issue32835  opened by jayyin11043

#32836: Symbol table for comprehensions (list, dict, set) still includ
https://bugs.python.org/issue32836  opened by mjpieters

#32838: Fix Python versions in the table of magic numbers
https://bugs.python.org/issue32838  opened by serhiy.storchaka

#32839: Add after_info as a function to tkinter
https://bugs.python.org/issue32839  opened by csabella

#32840: Must install python 3.6.3 when 3.6.4 already installed
https://bugs.python.org/issue32840  opened by NaCl

#32841: Asyncio.Condition prevents cancellation
https://bugs.python.org/issue32841  opened by bar.harel

#32843: More revisions to test.support docs
https://bugs.python.org/issue32843  opened by csabella

#32844: subprocess may incorrectly redirect a low fd to stderr if anot
https://bugs.python.org/issue32844  opened by izbyshev

#32846: Deletion of large sets of strings is extra slow
https://bugs.python.org/issue32846  opened by terry.reedy

#32847: Add DirectoryNotEmptyError subclass of OSError
https://bugs.python.org/issue32847  opened by barry

#32849: Fatal Python error: Py_Initialize: can't initialize sys standa
https://bugs.python.org/issue32849  opened by rudolphf

#32850: Run gc_collect() before complaining about dangling threads
https://bugs.python.org/issue32850  opened by smurfix

#32852: trace changes sys.argv from list to tuple
https://bugs.python.org/issue32852  opened by altendky

#32853: struct's docstring implies alignment is always performed
https://bugs.python.org/issue32853  opened by Eli_B

#32854: Add ** Map Unpacking Support for namedtuple
https://bugs.python.org/issue32854  opened by John Crawford

#32855: Add documention stating supported Platforms
https://bugs.python.org/issue32855  opened by jayyin11043

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856  opened by serhiy.storchaka

#32857: tkinter after_cancel does not behave correctly when called wit
https://bugs.python.org/issue32857  opened by csabella

#32858: Improve OpenSSL ECDH support
https://bugs.python.org/issue32858  opened by sruester



Most recent 15 issues with no replies (15)
==

#32855: Add documention stating supported Platforms
https://bugs.python.org/issue32855

#32853: struct's docstring implies alignment is always performed
https://bugs.python.org/issue32853

#32852: trace changes sys.argv from list to tuple
https://bugs.python.org/issue32852

#32849: Fatal Python error: Py_Initialize: can't initialize sys standa
https://bugs.python.org/issue32849

#32847: Add DirectoryNotEmptyError subclass of OSError
https://bugs.python.org/issue32847

#32843: More

[Python-Dev] Summary of Python tracker Issues

2018-02-23 Thread Python tracker

ACTIVITY SUMMARY (2018-02-16 - 2018-02-23)
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:
  open6485 (+29)
  closed 38190 (+37)
  total  44675 (+66)

Open issues with patches: 2530 


Issues opened (54)
==

#31355: Remove Travis CI macOS job: rely on buildbots
https://bugs.python.org/issue31355  reopened by pitrou

#32008: Example suggest to use a TLSv1 socket
https://bugs.python.org/issue32008  reopened by christian.heimes

#32861: urllib.robotparser: incomplete __str__ methods
https://bugs.python.org/issue32861  opened by michael-lazar

#32862: os.dup2(fd, fd, inheritable=False) behaves inconsistently
https://bugs.python.org/issue32862  opened by izbyshev

#32865: os.pipe  creates inheritable FDs with a bad internal state on 
https://bugs.python.org/issue32865  opened by eryksun

#32866: zipimport loader.get_data() requires absolute zip file path
https://bugs.python.org/issue32866  opened by barry

#32867: argparse assertion failure with multiline metavars
https://bugs.python.org/issue32867  opened by MaT1g3R

#32871: Interrupt .communicate() on SIGTERM/INT
https://bugs.python.org/issue32871  opened by porton

#32872: backport of #32305 causes regressions in various packages
https://bugs.python.org/issue32872  opened by doko

#32873: Pickling of typing types
https://bugs.python.org/issue32873  opened by serhiy.storchaka

#32874: IDLE: Add tests for pyparse
https://bugs.python.org/issue32874  opened by csabella

#32875: Add __exit__() method to event loops
https://bugs.python.org/issue32875  opened by porton

#32876: HTMLParser raises exception on some inputs
https://bugs.python.org/issue32876  opened by hanno

#32877: Login to bugs.python.org with Google account NOT working
https://bugs.python.org/issue32877  opened by ruffsl

#32878: Document value of st_ino on Windows
https://bugs.python.org/issue32878  opened by gvanrossum

#32879: Race condition in multiprocessing Queue
https://bugs.python.org/issue32879  opened by TwistedSim

#32880: IDLE: Fix and update and cleanup pyparse
https://bugs.python.org/issue32880  opened by terry.reedy

#32881: pycapsule:PyObject * is NULL pointer
https://bugs.python.org/issue32881  opened by zhaoya

#32882: SSLContext.set_ecdh_curve() not accepting x25519
https://bugs.python.org/issue32882  opened by sruester

#32883: Key agreement parameters not accessible
https://bugs.python.org/issue32883  opened by sruester

#32884: Adding the ability for getpass to print asterisks when passowr
https://bugs.python.org/issue32884  opened by matanya.stroh

#32885: Tools/scripts/pathfix.py leaves bunch of ~ suffixed files arou
https://bugs.python.org/issue32885  opened by hroncok

#32886: new Boolean ABC in numbers module
https://bugs.python.org/issue32886  opened by smarie

#32887: os: Users of path_converter don't handle fd == -1 properly
https://bugs.python.org/issue32887  opened by izbyshev

#32888: Improve exception message in ast.literal_eval
https://bugs.python.org/issue32888  opened by Rosuav

#32890: os: Some functions may report bogus errors on Windows
https://bugs.python.org/issue32890  opened by izbyshev

#32891: Add 'Integer' as synonym for 'Integral' in numbers module.
https://bugs.python.org/issue32891  opened by terry.reedy

#32892: Remove specific constant AST types in favor of ast.Constant
https://bugs.python.org/issue32892  opened by serhiy.storchaka

#32893: ast.literal_eval() shouldn't accept booleans as numbers in AST
https://bugs.python.org/issue32893  opened by serhiy.storchaka

#32894: AST unparsing of infinity numbers
https://bugs.python.org/issue32894  opened by serhiy.storchaka

#32896: Error when subclassing a dataclass with a field that uses a de
https://bugs.python.org/issue32896  opened by John Didion

#32897: test_gdb failed on Fedora 27
https://bugs.python.org/issue32897  opened by amitg-b14

#32900: Teach pdb to step through asyncio et al.
https://bugs.python.org/issue32900  opened by smurfix

#32901: Update 3.7 and 3.8 Windows and macOS installer builds to tcl/t
https://bugs.python.org/issue32901  opened by terry.reedy

#32902: FileInput "inplace" redirects output of other threads
https://bugs.python.org/issue32902  opened by mj4int

#32903: os.chdir() may leak memory on Windows
https://bugs.python.org/issue32903  opened by izbyshev

#32904: os.chdir(), os.getcwd() may crash on Windows in presence of ra
https://bugs.python.org/issue32904  opened by izbyshev

#32907: pathlib: test_resolve_common fails on Windows
https://bugs.python.org/issue32907  opened by izbyshev

#32909: ApplePersistenceIgnoreState warning on macOS
https://bugs.python.org/issue32909  opened by cbrnr

#32910: venv: Deactivate.ps1 is not created when Activate.ps1 was used
https://bugs.python.org/issue32910  opened by godaygo

#32911: Doc strings no longer stored in body of AST
https://bugs.python.org/issue329

[Python-Dev] Summary of Python tracker Issues

2017-12-22 Thread Python tracker

ACTIVITY SUMMARY (2017-12-15 - 2017-12-22)
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:
  open6342 (+12)
  closed 37819 (+64)
  total  44161 (+76)

Open issues with patches: 2456 


Issues opened (52)
==

#30697: segfault in PyErr_NormalizeException() after memory exhaustion
https://bugs.python.org/issue30697  reopened by brett.cannon

#32335: Failed Python build on Fedora 27
https://bugs.python.org/issue32335  opened by amitg-b14

#32336: Save OrderedDict import in argparse
https://bugs.python.org/issue32336  opened by rhettinger

#32337: Dict order is now guaranteed, so add tests and doc for it
https://bugs.python.org/issue32337  opened by rhettinger

#32338: Save OrderedDict import in re
https://bugs.python.org/issue32338  opened by serhiy.storchaka

#32339: Make the dict type used in csv.DictReader configurable
https://bugs.python.org/issue32339  opened by serhiy.storchaka

#32343: Leak Sanitizer reports memory leaks while building using ASAN
https://bugs.python.org/issue32343  opened by kirit1193

#32345: EIO from write() is only fatal if print() contains a newline
https://bugs.python.org/issue32345  opened by Creideiki

#32346: Speed up slot lookup for class creation
https://bugs.python.org/issue32346  opened by pitrou

#32347: System Integrity Protection breaks shutil.copystat()
https://bugs.python.org/issue32347  opened by Ryan Govostes

#32352: `inspect.getfullargspec` doesn't work fine for some builtin ca
https://bugs.python.org/issue32352  opened by thautwarm

#32353: Add docs about Embedding with an frozen module limitation.
https://bugs.python.org/issue32353  opened by Decorater

#32354: Unclear intention of deprecating Py_UNICODE_TOLOWER / Py_UNICO
https://bugs.python.org/issue32354  opened by ideasman42

#32358: json.dump: fp must be a text file object
https://bugs.python.org/issue32358  opened by qingyunha

#32359: Add getters for all SSLContext internal configuration
https://bugs.python.org/issue32359  opened by njs

#32360: Save OrderedDict imports in various stdlibs.
https://bugs.python.org/issue32360  opened by inada.naoki

#32361: global / nonlocal interference : is this a bug, a feature or a
https://bugs.python.org/issue32361  opened by Camion

#32362: multiprocessing.connection.Connection misdocumented as multipr
https://bugs.python.org/issue32362  opened by Amery

#32363: Deprecate task.set_result() and task.set_exception()
https://bugs.python.org/issue32363  opened by asvetlov

#32364: Add AbstractFuture and AbstractTask
https://bugs.python.org/issue32364  opened by asvetlov

#32367: [Security] CVE-2017-17522: webbrowser.py in Python does not va
https://bugs.python.org/issue32367  opened by vstinner

#32368: Segfault when compiling many conditional expressions
https://bugs.python.org/issue32368  opened by snordhausen

#32370: Wrong ANSI encoding used by subprocess for some locales
https://bugs.python.org/issue32370  opened by Segev Finer

#32371: Delay-loading of python dll is impossible when using some C ma
https://bugs.python.org/issue32371  opened by Pierre Chatelier

#32372: Optimize out __debug__ at the AST level
https://bugs.python.org/issue32372  opened by serhiy.storchaka

#32373: Add socket.getblocking() method
https://bugs.python.org/issue32373  opened by yselivanov

#32374: Document that m_traverse for multi-phase initialized modules c
https://bugs.python.org/issue32374  opened by encukou

#32375: Compilation warnings in getpath.c with gcc on Ubuntu / -D_FORT
https://bugs.python.org/issue32375  opened by pitrou

#32378: test_npn_protocols broken with LibreSSL 2.6.1+
https://bugs.python.org/issue32378  opened by christian.heimes

#32380: functools.singledispatch interacts poorly with methods
https://bugs.python.org/issue32380  opened by Ethan Smith

#32381: Python 3.6 cannot reopen .pyc file with non-ASCII path
https://bugs.python.org/issue32381  opened by tianjg

#32384: Generator tests is broken in non-CPython implementation
https://bugs.python.org/issue32384  opened by isaiahp

#32387: Disallow untagged C extension import on major platforms
https://bugs.python.org/issue32387  opened by pitrou

#32388: Remove cross-version binary compatibility
https://bugs.python.org/issue32388  opened by pitrou

#32390: AIX (xlc_r) compile error with Modules/posixmodule.c: Function
https://bugs.python.org/issue32390  opened by Michael.Felt

#32391: Add StreamWriter.wait_closed()
https://bugs.python.org/issue32391  opened by asvetlov

#32392: subprocess.run documentation does not have **kwargs
https://bugs.python.org/issue32392  opened by oprypin

#32393: nav menu jitter in old documentation
https://bugs.python.org/issue32393  opened by Joseph Hendrey

#32394: socket lib beahavior change in 3.6.4
https://bugs.python.org/issue32394  opened by skn78

#32395: asyncio.StreamReader.readuntil is not general enough
https://bugs.python.org

[Python-Dev] Summary of Python tracker Issues

2018-08-03 Thread Python tracker

ACTIVITY SUMMARY (2018-07-27 - 2018-08-03)
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:
  open6759 (+19)
  closed 39323 (+63)
  total  46082 (+82)

Open issues with patches: 2692 


Issues opened (60)
==

#34097: ZIP does not support timestamps before 1980
https://bugs.python.org/issue34097  reopened by vstinner

#34177: test_site fails in macOS-PR VSTS builds for 3.7 branch
https://bugs.python.org/issue34177  reopened by pablogsal

#34252: Bunch of path leaks on Python 3.7 on Release
https://bugs.python.org/issue34252  opened by illera88

#34253: Tkinter- On windows, calling filedialog or messagebox before t
https://bugs.python.org/issue34253  opened by nyt

#34254: Include type annotations in error messages for better errors
https://bugs.python.org/issue34254  opened by xtreak

#34255: test_embed skipped when srcdir != builddir
https://bugs.python.org/issue34255  opened by ronaldoussoren

#34256: Python treats ASCII record seperator ('\x1e') as a newline
https://bugs.python.org/issue34256  opened by timClicks

#34259: Improve docstring of list.sort
https://bugs.python.org/issue34259  opened by timhoffm

#34260: shutil.copy2 is not the same as cp -p
https://bugs.python.org/issue34260  opened by csernazs

#34261: Add description to clinic.py
https://bugs.python.org/issue34261  opened by timhoffm

#34262: Asyncio test fails under Win 7
https://bugs.python.org/issue34262  opened by pansen

#34264: Inconsistency between stack size in main thread and secondary 
https://bugs.python.org/issue34264  opened by ronaldoussoren

#34266: Bad behavior with "restart \" or "restart "" in pdb
https://bugs.python.org/issue34266  opened by ppperry

#34267: find_python.bat doesn't find installed Python 3.7
https://bugs.python.org/issue34267  opened by Segev Finer

#34268: run pool.submit in callback when future.set_result
https://bugs.python.org/issue34268  opened by gaoxinge

#34270: Add names to asyncio tasks
https://bugs.python.org/issue34270  opened by alex.gronholm

#34271: Please support logging of SSL master secret by env variable SS
https://bugs.python.org/issue34271  opened by jmfrank63

#34272: Reorganize C API tests
https://bugs.python.org/issue34272  opened by serhiy.storchaka

#34273: %f is confusingly associated with fixed point format
https://bugs.python.org/issue34273  opened by MikeFoxtrot

#34274: Python launcher behavior with "#!/usr/bin/env python" shebang
https://bugs.python.org/issue34274  opened by Segev Finer

#34276: urllib.parse doesn't round-trip file URI's with multiple leadi
https://bugs.python.org/issue34276  opened by chris.jerdonek

#34278: Documentation: os.waitid and os.WNOHANG
https://bugs.python.org/issue34278  opened by crzbear

#34279: RFC: issue a warning in regrtest when no tests have been execu
https://bugs.python.org/issue34279  opened by vstinner

#34282: Enum._convert shadows members named _convert
https://bugs.python.org/issue34282  opened by orlnub123

#34283: [Windows] Python 2 mishandles console code page after setlocal
https://bugs.python.org/issue34283  opened by Segev Finer

#34284: Nonsensical exception message when calling `__new__` on non-in
https://bugs.python.org/issue34284  opened by ppperry

#34285: regrtest: in case of test failure, add "always look on the bri
https://bugs.python.org/issue34285  opened by vstinner

#34286: lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)
https://bugs.python.org/issue34286  opened by doko

#34288: Declare sethostname in socketmodule.c for SOLARIS
https://bugs.python.org/issue34288  opened by rbelio

#34290: _ctypes PyCField_new doesn't do anything
https://bugs.python.org/issue34290  opened by bup

#34292: test_compile hangs in AMD Ubuntu buildbots
https://bugs.python.org/issue34292  opened by pablogsal

#34293: DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar
https://bugs.python.org/issue34293  opened by jfbu

#34294: re.finditer and lookahead bug
https://bugs.python.org/issue34294  opened by beardypig

#34296: Speed up python startup by pre-warming the vm
https://bugs.python.org/issue34296  opened by cykerway

#34297: Windows py.exe launcher fail to handle quote correctly
https://bugs.python.org/issue34297  opened by copelnug

#34300: gcc 7.3 causes a warning when compiling getpath.c in python 2.
https://bugs.python.org/issue34300  opened by tzickel

#34302: Avoid inefficient way to find start point in deque.index
https://bugs.python.org/issue34302  opened by ksg97031

#34303: micro-optimizations in functools.reduce()
https://bugs.python.org/issue34303  opened by sir-sigurd

#34305: inspect.getsourcefile and inspect.getcomments do not work with
https://bugs.python.org/issue34305  opened by Eric.Wieser

#34306: minidom: wrong processing of xmlns attributes
https://bugs.python.org/issue34306  opened by porton

#34308:

[Python-Dev] Summary of Python tracker Issues

2018-07-27 Thread Python tracker


ACTIVITY SUMMARY (2018-07-20 - 2018-07-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:
  open6740 ( +6)
  closed 39260 (+73)
  total  46000 (+79)

Open issues with patches: 2681 


Issues opened (50)
==

#34126: Profiling certain invalid calls crashes Python
https://bugs.python.org/issue34126  reopened by vstinner

#34157: NamedTemporaryFile can leave temporary files behind
https://bugs.python.org/issue34157  reopened by r.david.murray

#34171: Lib/trace.cover not removed by the clean target
https://bugs.python.org/issue34171  opened by doko

#34172: multiprocessing.Pool and ThreadPool leak resources after being
https://bugs.python.org/issue34172  opened by tzickel

#34173: [3.7] deadlock in /usr/lib/python3.7/concurrent/futures/thread
https://bugs.python.org/issue34173  opened by corey.bryant

#34176: Asyncio StreamReader fails to close Transport
https://bugs.python.org/issue34176  opened by JDLH

#34178: test_tcl fails on the 3.7 branch
https://bugs.python.org/issue34178  opened by doko

#34182: Lib/test/test_pydoc.py failed when ran as a script
https://bugs.python.org/issue34182  opened by serhiy.storchaka

#34185: Lib/test/test_bdb.py failed when ran as a script
https://bugs.python.org/issue34185  opened by serhiy.storchaka

#34187: Issues with lazy fd support in _WindowsConsoleIO fileno() and 
https://bugs.python.org/issue34187  opened by eryksun

#34188: Allow dict choices to "transform" values in argpagse
https://bugs.python.org/issue34188  opened by porton

#34191: argparse: Missing subparser error message should be more clear
https://bugs.python.org/issue34191  opened by porton

#34192: FunctionType.__new__ can generate functions that immediately c
https://bugs.python.org/issue34192  opened by bup

#34193: Fix pluralization in TypeError messages in getargs.c
https://bugs.python.org/issue34193  opened by xtreak

#34194: test_ssl, AIX, and defaults for _ssl connections
https://bugs.python.org/issue34194  opened by Michael.Felt

#34198: Additional encoding options to tkinter.filedialog
https://bugs.python.org/issue34198  opened by narito

#34199: Add support for delete logger in log module.
https://bugs.python.org/issue34199  opened by chetankolhe

#34200: importlib: python -m test test_pkg -m test_7 fails randomly
https://bugs.python.org/issue34200  opened by vstinner

#34203: documentation: recommend Python 3 over 2 in faq
https://bugs.python.org/issue34203  opened by abcdef

#34204: Bump the default pickle protocol in shelve
https://bugs.python.org/issue34204  opened by serhiy.storchaka

#34205: Ansible: _PyImport_LoadDynamicModuleWithSpec() crash on an inv
https://bugs.python.org/issue34205  opened by mdk

#34206: Move and clarify Py_Main documentation
https://bugs.python.org/issue34206  opened by ncoghlan

#34207: test_cmd_line test_utf8_mode test_warnings fail in AMD64 FreeB
https://bugs.python.org/issue34207  opened by pablogsal

#34211: Cygwin build broken due to use of _Type in static decla
https://bugs.python.org/issue34211  opened by erik.bray

#34212: Cygwin link failure with builtin modules since issue30860
https://bugs.python.org/issue34212  opened by erik.bray

#34213: Frozen dataclass __init__ fails for "object" property"
https://bugs.python.org/issue34213  opened by Omenien

#34214: Pylint recusion stack overflow abort
https://bugs.python.org/issue34214  opened by nickdrozd

#34215: streams.py:readuntil IncompleteReadError is message is incorre
https://bugs.python.org/issue34215  opened by mrbell...@gmail.com

#34216: python platform no child error
https://bugs.python.org/issue34216  opened by sskamble619

#34219: distutils: build_ext -D wrongly assume defining a symbol with 
https://bugs.python.org/issue34219  opened by monson

#34222: Email message serialization enters an infinite loop when foldi
https://bugs.python.org/issue34222  opened by altvod

#34223: PYTHONDUMPREFS=1 ./python -c pass does crash
https://bugs.python.org/issue34223  opened by vstinner

#34224: python 3.7 inside venv tries to write back to read-only instal
https://bugs.python.org/issue34224  opened by ajung

#34226: cgi.parse_multipart() requires undocumented CONTENT-LENGTH in 
https://bugs.python.org/issue34226  opened by yan12125

#34231: PYTHONBREAKPOINT is not documented with python --help
https://bugs.python.org/issue34231  opened by matrixise

#34232: Python3.7.0 exe installers (32 and 64 bit) failing on Windows7
https://bugs.python.org/issue34232  opened by wolma

#34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact() in 2.7
https://bugs.python.org/issue34234  opened by serhiy.storchaka

#34235: PyArg_ParseTupleAndKeywords: support required keyword argument
https://bugs.python.org/issue34235  opened by serhiy.storchaka

#34236: Test6012 in test_capi is not run as part of make test
https://bugs.python.org/issue34236  opene

[Python-Dev] Summary of Python tracker Issues

2018-08-17 Thread Python tracker


ACTIVITY SUMMARY (2018-08-10 - 2018-08-17)
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:
  open6775 (+19)
  closed 39396 (+29)
  total  46171 (+48)

Open issues with patches: 2697 


Issues opened (31)
==

#34217: windows: cross compilation fails due to headers with uppercase
https://bugs.python.org/issue34217  reopened by erikjanss

#34373: test_time errors on AIX
https://bugs.python.org/issue34373  opened by Michael.Felt

#34374: Shouldn't shutil.copyfile replace link in dst with follow_syml
https://bugs.python.org/issue34374  opened by theger

#34381: Make tests with outbound connection optional
https://bugs.python.org/issue34381  opened by michael-o

#34382: test_os.test_mode fails when directory base directory has g+s 
https://bugs.python.org/issue34382  opened by Michael.Felt

#34383: asyncio passes SSL certificate error to loop.call_exception_ha
https://bugs.python.org/issue34383  opened by dandrei

#34384: os.readlink does not accept pathlib.Path on Windows
https://bugs.python.org/issue34384  opened by girtsf

#34388: collect_gdb fails for test.pythoninfo in several AMD64 FreeBSD
https://bugs.python.org/issue34388  opened by pablogsal

#34389: CPython may fail to build in the presence of a ~/.pydistutils.
https://bugs.python.org/issue34389  opened by Antony.Lee

#34391: test_ftplib is failing with TLS 1.3
https://bugs.python.org/issue34391  opened by christian.heimes

#34392: Add sys.isinterned()
https://bugs.python.org/issue34392  opened by serhiy.storchaka

#34394: Descriptors HowTo doesn't mention __set_name__
https://bugs.python.org/issue34394  opened by MarSoft

#34395: memory leaks in error handling in csv and pickle modules
https://bugs.python.org/issue34395  opened by sir-sigurd

#34396: Certain methods that heap allocated subtypes inherit suffer a 
https://bugs.python.org/issue34396  opened by bup

#34397: remove redundant overflow checks in tuple and list implementat
https://bugs.python.org/issue34397  opened by sir-sigurd

#34398: Docs search does not index glossary items
https://bugs.python.org/issue34398  opened by jfine2358

#34401: [SOLUTION] Make test_gdb work on HP-UX
https://bugs.python.org/issue34401  opened by michael-o

#34402: [SOLUTION] strftime fails on HP-UX
https://bugs.python.org/issue34402  opened by michael-o

#34403: test_utf8_mode.test_cmd_line() fails on HP-UX due to false ass
https://bugs.python.org/issue34403  opened by michael-o

#34404: test_time incorrectly defined
https://bugs.python.org/issue34404  opened by michael-o

#34405: Upgrade to OpenSSL 1.1.0i / 1.0.2p
https://bugs.python.org/issue34405  opened by christian.heimes

#34406: Typo in documentation
https://bugs.python.org/issue34406  opened by Alisue Lambda

#34407: datetime.time.isoformat function has inconsistent behavior wit
https://bugs.python.org/issue34407  opened by Maksym Shalenyi (Enkidulan)

#34408: possible null pointer dereference in pystate.c
https://bugs.python.org/issue34408  opened by pablogsal

#34409: Add a way to customize iteration over fields in asdict() for t
https://bugs.python.org/issue34409  opened by mkurnikov

#34410: Segfault/TimeoutError: itertools.tee of multiprocessing.pool.i
https://bugs.python.org/issue34410  opened by carlorosati

#34411: ProactorEventLoop should use implement GetAddrInfo, GetNameInf
https://bugs.python.org/issue34411  opened by ysangkok+launchpad

#34412: strsignal(3) does not exist on HP-UX
https://bugs.python.org/issue34412  opened by michael-o

#34413: Porting section of 3.5 "What's New" doc does not mention bytec
https://bugs.python.org/issue34413  opened by eric.snow

#34415: Typo in logging.Formatter docstring
https://bugs.python.org/issue34415  opened by MarSoft

#34416: PyCapsule_Import seems to release the GIL without acquiring it
https://bugs.python.org/issue34416  opened by p-ganssle



Most recent 15 issues with no replies (15)
==

#34415: Typo in logging.Formatter docstring
https://bugs.python.org/issue34415

#34408: possible null pointer dereference in pystate.c
https://bugs.python.org/issue34408

#34407: datetime.time.isoformat function has inconsistent behavior wit
https://bugs.python.org/issue34407

#34403: test_utf8_mode.test_cmd_line() fails on HP-UX due to false ass
https://bugs.python.org/issue34403

#34401: [SOLUTION] Make test_gdb work on HP-UX
https://bugs.python.org/issue34401

#34389: CPython may fail to build in the presence of a ~/.pydistutils.
https://bugs.python.org/issue34389

#34383: asyncio passes SSL certificate error to loop.call_exception_ha
https://bugs.python.org/issue34383

#34382: test_os.test_mode fails when directory base directory has g+s 
https://bugs.python.org/issue34382

#34373: test_time errors on AIX
https://bugs.python.org/issue34373

#34368: ftplib __init__ function can't handle 120 or 4xy reply whe

[Python-Dev] Summary of Python tracker Issues

2018-08-24 Thread Python tracker

ACTIVITY SUMMARY (2018-08-17 - 2018-08-24)
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:
  open6807 (+31)
  closed 39431 (+36)
  total  46238 (+67)

Open issues with patches: 2707 


Issues opened (48)
==

#34421: Cannot install package with unicode module names on Windows
https://bugs.python.org/issue34421  opened by julien.malard

#34422: __name__ not available for classes in typing module
https://bugs.python.org/issue34422  opened by Gabriel Tremblay

#34423: Overflow when casting from double to time_t, and_PyTime_t.
https://bugs.python.org/issue34423  opened by enedil

#34424: Unicode names break email header
https://bugs.python.org/issue34424  opened by _savage

#34426: "__lltrace__"  seems to be wrong , "__ltrace__" is correct in 
https://bugs.python.org/issue34426  opened by Nojima Takahide

#34427: calling MutableSequence.extend on self produces infinite loop
https://bugs.python.org/issue34427  opened by Naris R

#34428: tokenize
https://bugs.python.org/issue34428  opened by lkcl

#34429: On Windows tempfile.TemporaryFile behaves like NamedTemporaryF
https://bugs.python.org/issue34429  opened by dwich

#34430: Symmetrical chaining futures in asyncio.future.wrap_future
https://bugs.python.org/issue34430  opened by huji

#34431: Docs does not eval allows code object as argument
https://bugs.python.org/issue34431  opened by jfine2358

#34433: cancel all other pending child futures
https://bugs.python.org/issue34433  opened by tzongw

#34434: Removal of kwargs for built-in types not covered with "changed
https://bugs.python.org/issue34434  opened by andymaier

#34439: Expose venv --prompt value to an environment value
https://bugs.python.org/issue34439  opened by Tomer

#34442: zlib module not built on windows
https://bugs.python.org/issue34442  opened by steveire

#34443: enum repr should use __qualname__
https://bugs.python.org/issue34443  opened by doerwalter

#3: Module's __file__ should be absolute always ("." in sys.path)
https://bugs.python.org/issue3  opened by blueyed

#34445: asyncio support in doctests
https://bugs.python.org/issue34445  opened by Stefan Tjarks

#34446: ambiguous _max_size parameter in SpooledTemporaryFile
https://bugs.python.org/issue34446  opened by jcc2220

#34447: ttk.TreeView (and maybe other functions) is overzealous in con
https://bugs.python.org/issue34447  opened by abarnert

#34448: incomplete/missing message from configure.ac for usable wchar_
https://bugs.python.org/issue34448  opened by michael-o

#34449: HP aCC complains about invalid -fPIC on HP-UX
https://bugs.python.org/issue34449  opened by michael-o

#34450: improve  shutil.make_archive
https://bugs.python.org/issue34450  opened by redstone-cold

#34451: docs: tutorial/introduction doesn't mention toggle of prompts
https://bugs.python.org/issue34451  opened by jfine2358

#34453: ipaddress module accepts some strange IPv6 addresses that it s
https://bugs.python.org/issue34453  opened by lkcl

#34455: Tkinter crashing when pressing Command + ^  (OSX)
https://bugs.python.org/issue34455  opened by iPodClassic

#34458: No way to alternate options
https://bugs.python.org/issue34458  opened by porton

#34459: email.contentmanager should use IANA encoding
https://bugs.python.org/issue34459  opened by era

#34460: email.charset: common IANA labels missing
https://bugs.python.org/issue34460  opened by era

#34461: Availability of parsers in etree initializer
https://bugs.python.org/issue34461  opened by nilanjan roy

#34463: Discrepancy between traceback.print_exception and sys.__except
https://bugs.python.org/issue34463  opened by Timothy McCurrach

#34464: There are inconsitencies in the treatment of True, False, None
https://bugs.python.org/issue34464  opened by jfine2358

#34465: ipaddress should accept bytearray in addition to bytes
https://bugs.python.org/issue34465  opened by joernheissler

#34466: socket.settimeout working incorrectly for connect() method of 
https://bugs.python.org/issue34466  opened by Slon

#34467: No mechanism to abort created coroutine or suppress not-awaite
https://bugs.python.org/issue34467  opened by Sheng Zhong

#34470: windows msi in headless mode fails to install Script directory
https://bugs.python.org/issue34470  opened by cdknorow

#34472: zipfile: does not include optional descriptor signature
https://bugs.python.org/issue34472  opened by silas

#34475: functools.partial objects have no __qualname__ attribute
https://bugs.python.org/issue34475  opened by chris.jerdonek

#34476: asyncio.sleep(0) not documented
https://bugs.python.org/issue34476  opened by hniksic

#34478: Possibly misleading/wrong documentation about PyModuleDef.m_fr
https://bugs.python.org/issue34478  opened by Segev Finer

#34479: ArgumentParser subparser error display at the wrong level
https://bugs.python.org/iss

[Python-Dev] Summary of Python tracker Issues

2018-07-20 Thread Python tracker

ACTIVITY SUMMARY (2018-07-13 - 2018-07-20)
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:
  open6733 (+27)
  closed 39188 (+35)
  total  45921 (+62)

Open issues with patches: 2681 


Issues opened (46)
==

#25150: 3.5: Include/pyatomic.h is incompatible with OpenMP (compilati
https://bugs.python.org/issue25150  reopened by vstinner

#34068: traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_L
https://bugs.python.org/issue34068  reopened by vstinner

#34110: cPickle may raise AttributeError when loading concurrently in 
https://bugs.python.org/issue34110  opened by sangongs

#34111: python-config breaks when symlinked to another location
https://bugs.python.org/issue34111  opened by tobik

#34113: LLTRACE segv
https://bugs.python.org/issue34113  opened by vandyswa

#34115: code.InteractiveConsole.interact() closes stdin
https://bugs.python.org/issue34115  opened by Yonatan Zunger

#34117: Rename "generator expressions" to "generator comprehensions"
https://bugs.python.org/issue34117  opened by brett.cannon

#34118: Fix some class entries in 'Built-in Functions'
https://bugs.python.org/issue34118  opened by terry.reedy

#34120: IDLE Caret/Focus Lost
https://bugs.python.org/issue34120  opened by vtudorache

#34125: Profiling depends on whether **kwargs is given
https://bugs.python.org/issue34125  opened by jdemeyer

#34126: Profiling certain invalid calls crashes Python
https://bugs.python.org/issue34126  opened by jdemeyer

#34127: Gramatically incorrect error message for some descriptor calls
https://bugs.python.org/issue34127  opened by ppperry

#34128: Release GIL periodically in _pickle module
https://bugs.python.org/issue34128  opened by Martin Bammer

#34129: CGITB does not mangle variables names
https://bugs.python.org/issue34129  opened by pjurkas

#34131: test_threading: BarrierTests.test_default_timeout() failed on 
https://bugs.python.org/issue34131  opened by vstinner

#34132: Obscure netrc parser "bug"
https://bugs.python.org/issue34132  opened by skip.montanaro

#34134: multiprocessing memory huge usage
https://bugs.python.org/issue34134  opened by Windson Yang

#34135: The results of time.tzname print broken.
https://bugs.python.org/issue34135  opened by maxtortime

#34136: Del on class __annotations__ regressed, failing test
https://bugs.python.org/issue34136  opened by kayhayen

#34137: Add Path.lexist() to pathlib
https://bugs.python.org/issue34137  opened by lordmauve

#34138: imaplib RFC 6855 issue
https://bugs.python.org/issue34138  opened by Sam Varshavchik

#34139: Remove stale unix datagram socket before binding
https://bugs.python.org/issue34139  opened by qdawans

#34142: Windows launcher version lookup flawed
https://bugs.python.org/issue34142  opened by LarryZA

#34144: venv activate.bat reset codepage fails on windows 10
https://bugs.python.org/issue34144  opened by LorenzMende

#34145: uuid3 and uuid5 hard to use portably between Python 2 and 3
https://bugs.python.org/issue34145  opened by rubasov

#34146: PyCData_Type.tp_hash doesn't use PyObject_HashNotImplemented
https://bugs.python.org/issue34146  opened by bup

#34148: Fatal error on SSL transport
https://bugs.python.org/issue34148  opened by yjqiang

#34149: Behavior of the min/max with key=None
https://bugs.python.org/issue34149  opened by amper

#34150: test_multiprocessing_spawn: Dangling processes leaked on AMD64
https://bugs.python.org/issue34150  opened by vstinner

#34151: use malloc() for better performance of some list operations
https://bugs.python.org/issue34151  opened by sir-sigurd

#34152: performance of some list slice assignment margin cases can be 
https://bugs.python.org/issue34152  opened by sir-sigurd

#34154: Tkinter __init__ documentations sometimes missing valid keywor
https://bugs.python.org/issue34154  opened by Creation Elemental

#34155: email.utils.parseaddr mistakenly parse an email
https://bugs.python.org/issue34155  opened by Cyril Nicodème

#34156: Nail down and document the behavior of range expressions in RE
https://bugs.python.org/issue34156  opened by zwol

#34158: Documentation of datetime  '%z' format code is odd
https://bugs.python.org/issue34158  opened by Christophe Nanteuil

#34159: asyncio basic event loop stuck with no tasks scheduled or read
https://bugs.python.org/issue34159  opened by Sheng Zhong

#34160: ElementTree not preserving attribute order
https://bugs.python.org/issue34160  opened by rhettinger

#34162: idlelib/NEWS.txt for 3.8.0 (and backports)
https://bugs.python.org/issue34162  opened by terry.reedy

#34163: Python latest release 2.7 shows SSL error
https://bugs.python.org/issue34163  opened by Janibasha

#34164: base64.b32decode() leads into UnboundLocalError and OverflowEr
https://bugs.python.org/issue34164  opened by Barro

#34165: uu.decode() raises binascii.Error inst

[Python-Dev] Summary of Python tracker Issues

2018-09-07 Thread Python tracker


ACTIVITY SUMMARY (2018-08-31 - 2018-09-07)
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:
  open6841 (+13)
  closed 39517 (+38)
  total  46358 (+51)

Open issues with patches: 2729 


Issues opened (40)
==

#34557: When sending binary file to a Microsoft FTP server over FTP TL
https://bugs.python.org/issue34557  opened by James Campbell2

#34559: multiprocessing AuthenticationError when nesting with non-defa
https://bugs.python.org/issue34559  opened by natedogith1

#34560: Backport of uuid1() failure fix
https://bugs.python.org/issue34560  opened by Riccardo Mottola

#34561: Replace list sorting merge_collapse()?
https://bugs.python.org/issue34561  opened by tim.peters

#34562: cannot install versions 3.6.5+ on Windows
https://bugs.python.org/issue34562  opened by Zyg

#34564: Tutorial Section 2.1 Windows Installation Path Correction
https://bugs.python.org/issue34564  opened by aperture

#34565: Launcher does not validate major versions
https://bugs.python.org/issue34565  opened by bgerrity

#34568: Types in `typing` not anymore instances of `type` or subclasse
https://bugs.python.org/issue34568  opened by pekka.klarck

#34569: test__xxsubinterpreters.ShareableTypeTests._assert_values fail
https://bugs.python.org/issue34569  opened by Michael.Felt

#34570: Segmentation fault in _PyType_Lookup
https://bugs.python.org/issue34570  opened by Pablosky

#34572: C unpickling bypasses import thread safety
https://bugs.python.org/issue34572  opened by tjb900

#34573: Simplify __reduce__() of set and dict iterators.
https://bugs.python.org/issue34573  opened by sir-sigurd

#34574: OrderedDict iterators are exhausted during pickling
https://bugs.python.org/issue34574  opened by sir-sigurd

#34575: Python 3.6 compilation fails on AppVeyor: libeay.lib was creat
https://bugs.python.org/issue34575  opened by vstinner

#34576: SimpleHTTPServer: warn users on security
https://bugs.python.org/issue34576  opened by vstinner

#34578: Pipenv lock : ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue34578  opened by Arselon

#34579: test_embed.InitConfigTests fail on AIX
https://bugs.python.org/issue34579  opened by Michael.Felt

#34580: sqlite doc: clarify the scope of the context manager
https://bugs.python.org/issue34580  opened by vigdis

#34582: VSTS builds should use new YAML syntax and pools
https://bugs.python.org/issue34582  opened by David Staheli

#34583: os.stat() wrongfully returns False for symlink on Windows 10 v
https://bugs.python.org/issue34583  opened by Isaac Shabtay

#34584: subprocess
https://bugs.python.org/issue34584  opened by JokeNeverSoke

#34585: Don't use AC_RUN_IFELSE to determine float endian
https://bugs.python.org/issue34585  opened by rossburton

#34586: collections.ChainMap should have a get_where method
https://bugs.python.org/issue34586  opened by Zahari.Dim

#34587: test_socket: testCongestion() hangs on my Fedora 28
https://bugs.python.org/issue34587  opened by vstinner

#34588: traceback formatting can drop a frame
https://bugs.python.org/issue34588  opened by benjamin.peterson

#34589: Py_Initialize() and Py_Main() should not enable C locale coerc
https://bugs.python.org/issue34589  opened by vstinner

#34590: "Logging HOWTO" should share an example of best practices for 
https://bugs.python.org/issue34590  opened by Nathaniel Manista

#34591: smtplib mixes RFC821 and RFC822 addresses
https://bugs.python.org/issue34591  opened by daurnimator

#34592: cdll.LoadLibrary allows None as an argument
https://bugs.python.org/issue34592  opened by superbobry

#34595: PyUnicode_FromFormat(): add %T format for an object type name
https://bugs.python.org/issue34595  opened by vstinner

#34596: [unittest] raise error if @skip is used with an argument that 
https://bugs.python.org/issue34596  opened by Naitree Zhu

#34597: Python needs to check existence of functions at runtime for ta
https://bugs.python.org/issue34597  opened by Zorg

#34598: How to fix? Error in Kali linux python 2.7 - Collecting pip Fr
https://bugs.python.org/issue34598  opened by andy polandski

#34600: python3 regression ElementTree.iterparse() unable to capture c
https://bugs.python.org/issue34600  opened by Martin Hosken

#34602: python3 resource.setrlimit strange behaviour under macOS
https://bugs.python.org/issue34602  opened by marche147

#34603: ctypes on Windows: error calling C function that returns a str
https://bugs.python.org/issue34603  opened by mattneri

#34604: Possible mojibake in pwd.getpwnam and grp.getgrnam
https://bugs.python.org/issue34604  opened by wg

#34605: Avoid master/slave terminology
https://bugs.python.org/issue34605  opened by vstinner

#34606: Unable to read zip file with extra
https://bugs.python.org/issue34606  opened by altendky

#34607: test_multiprocessing_forkserver is altering the environmen

[Python-Dev] Summary of Python tracker Issues

2018-07-06 Thread Python tracker

ACTIVITY SUMMARY (2018-06-29 - 2018-07-06)
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:
  open6721 (+16)
  closed 39090 (+44)
  total  45811 (+60)

Open issues with patches: 2675 


Issues opened (43)
==

#33735: test_multiprocessing_spawn leaked [1, 2, 1] memory blocks on A
https://bugs.python.org/issue33735  reopened by vstinner

#34001: LibreSSL does not tolerate setting minimum_version greater tha
https://bugs.python.org/issue34001  opened by Alan.Huang

#34002: minor efficiency and clarity improvements in email package
https://bugs.python.org/issue34002  opened by selik

#34003: csv.DictReader can return basic dict instead of OrderedDict
https://bugs.python.org/issue34003  opened by selik

#34004: Acquiring locks not interrupted by signals on musl libc
https://bugs.python.org/issue34004  opened by Joseph Sible

#34007: test_gdb fails in s390x SLES buildbots
https://bugs.python.org/issue34007  opened by pablogsal

#34008: Do we support calling Py_Main() after Py_Initialize()?
https://bugs.python.org/issue34008  opened by ncoghlan

#34009: Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues
https://bugs.python.org/issue34009  opened by ncoghlan

#34011: Default preference not given to venv DLL's
https://bugs.python.org/issue34011  opened by jonathan-lp

#34012: No option to include system headers in distutils.core.Extensio
https://bugs.python.org/issue34012  opened by danh

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013  opened by corona10

#34014: loop.run_in_executor should propagate current contextvars
https://bugs.python.org/issue34014  opened by hellysmile

#34017: Tkinter CheckButton not working in EXE
https://bugs.python.org/issue34017  opened by elfantroussi

#34019: webbrowser: wrong arguments for Opera browser.
https://bugs.python.org/issue34019  opened by kbumsik

#34021: [2.7] test_regrtest: test_env_changed() fails on x86 Windows X
https://bugs.python.org/issue34021  opened by vstinner

#34022: 6 tests fail using SOURCE_DATE_EPOCH env var
https://bugs.python.org/issue34022  opened by vstinner

#34023: timedelta(seconds=x) strange results when type(x) ==  np.int32
https://bugs.python.org/issue34023  opened by mark.dickinson

#34025: SMTP EmailPolicy not using the correct line length for RCF 204
https://bugs.python.org/issue34025  opened by Douglas Thor

#34026: Request for 2 Windows installation changes.
https://bugs.python.org/issue34026  opened by terry.reedy

#34027: python 3.7 openpty/forkpty build failure using nix package man
https://bugs.python.org/issue34027  opened by LnL7

#34028: Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged mi
https://bugs.python.org/issue34028  opened by si...@simonfoley.net

#34029: tkinter.filedialog.askdirectory() crashing before dialog opens
https://bugs.python.org/issue34029  opened by rsteel1

#34031: [EASY] Incorrect usage of unittest.TestCase in test_urllib2_lo
https://bugs.python.org/issue34031  opened by pablogsal

#34032: Add platlibdir to allow distinction between /usr/lib and /usr/
https://bugs.python.org/issue34032  opened by mcepl

#34033: distutils is not reproducible
https://bugs.python.org/issue34033  opened by vstinner

#34034: Python 3.7.0 multiprocessing forkserver ForkingPickler behavio
https://bugs.python.org/issue34034  opened by Santiago Hernandez

#34035: zipfile: AttributeError in "seek" method of "_SharedFile" clas
https://bugs.python.org/issue34035  opened by espdev

#34036: ModuleNotFoundError: No module named '_ctypes' when install Py
https://bugs.python.org/issue34036  opened by semkin

#34037: test_asyncio: test_run_in_executor_cancel() leaked a dangling 
https://bugs.python.org/issue34037  opened by vstinner

#34038: urllib2.urlopen fails if http_proxy(s) is set to a sock5 proxy
https://bugs.python.org/issue34038  opened by T L2

#34041: add *deterministic* parameter to sqlite3.Connection.create_fun
https://bugs.python.org/issue34041  opened by sir-sigurd

#34042: Reference loss for local classes
https://bugs.python.org/issue34042  opened by kayhayen

#34046: subparsers -> add_parser doesn't support hyphen char '-'
https://bugs.python.org/issue34046  opened by nir_ba...@bmc.com

#34047: IDLE: on macOS, scroll slider 'sticks' at bottom of file
https://bugs.python.org/issue34047  opened by belgort

#34050: Broken links to "OpenSSL cipher list format" in documentation
https://bugs.python.org/issue34050  opened by rolweber

#34051: Update multiprocessing example
https://bugs.python.org/issue34051  opened by Windson Yang

#34052: sqlite's create_function() raises exception on unhashable call
https://bugs.python.org/issue34052  opened by sir-sigurd

#34055: IDLE: erroneous 'smart' indents in shell
https://bugs.python.org/issue34055  opened by grantjenks

#34056: checked hash-based pyc fil

[Python-Dev] Summary of Python tracker Issues

2018-07-13 Thread Python tracker


ACTIVITY SUMMARY (2018-07-06 - 2018-07-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:
  open6706 (-15)
  closed 39153 (+63)
  total  45859 (+48)

Open issues with patches: 2666 


Issues opened (33)
==

#33922: [Windows] Document the launcher's -64 suffix
https://bugs.python.org/issue33922  reopened by eryksun

#34062: Python launcher on Windows does not work with --list or --list
https://bugs.python.org/issue34062  opened by brett.cannon

#34063: binhex REASONABLY_LARGE = 32768 so what is 128000
https://bugs.python.org/issue34063  opened by Jim.Jewett

#34064: subprocess functions with shell=1 pass wrong command to win32 
https://bugs.python.org/issue34064  opened by mandel59

#34067: Problem with contextlib.nullcontext
https://bugs.python.org/issue34067  opened by serhiy.storchaka

#34068: traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_L
https://bugs.python.org/issue34068  opened by serhiy.storchaka

#34070: Superfluous call to isatty in open() when buffering >= 0
https://bugs.python.org/issue34070  opened by Dav1d

#34071: asyncio: repr(task) raises AssertionError for coros which loop
https://bugs.python.org/issue34071  opened by JDLH

#34075: asyncio: We should prohibit setting a ProcessPoolExecutor in w
https://bugs.python.org/issue34075  opened by yselivanov

#34078: Broken CRL functionality in ssl.py
https://bugs.python.org/issue34078  opened by Joe N

#34079: Multiprocessing module fails to build on Solaris 11.3
https://bugs.python.org/issue34079  opened by clallen

#34081: Sphinx duplicate label warning in docs
https://bugs.python.org/issue34081  opened by xtreak

#34082: EnumMeta.__new__ should use enum_class.__new__
https://bugs.python.org/issue34082  opened by rs2

#34084: possible free statically allocated string in compiler when eas
https://bugs.python.org/issue34084  opened by xiang.zhang

#34085: doc Improve wording on classmethod/staticmethod
https://bugs.python.org/issue34085  opened by adelfino

#34086: logging.Handler.handleError regressed in python3
https://bugs.python.org/issue34086  opened by oren

#34087: int(s), float(s) and others may cause segmentation fault
https://bugs.python.org/issue34087  opened by fenrrir

#34088: [EASY] sndhdr.what() throws exceptions on unknown files
https://bugs.python.org/issue34088  opened by Barro

#34089: Remove required (non-optional) modules from Modules/Setup.dist
https://bugs.python.org/issue34089  opened by nascheme

#34090: Python function call optimization: avoid temporary tuple to pa
https://bugs.python.org/issue34090  opened by vstinner

#34091: REPL does not work in msys2, ConEmu terminals on windows
https://bugs.python.org/issue34091  opened by maxnoe

#34093: Reproducible pyc: FLAG_REF is not stable.
https://bugs.python.org/issue34093  opened by inada.naoki

#34095: [2.7] test_idle fails with: /usr/bin/xvfb-run: line 181:  3617
https://bugs.python.org/issue34095  opened by deep42thought

#34096: [2.7] test_audioop.test_max() failed: AssertionError: -2147483
https://bugs.python.org/issue34096  opened by deep42thought

#34097: ZIP does not support timestamps before 1980
https://bugs.python.org/issue34097  opened by petr.viktorin

#34098: multiprocessing.Server swallows original exception traceback
https://bugs.python.org/issue34098  opened by salgado

#34099: Provide debuggers with a way to know that a function is exitin
https://bugs.python.org/issue34099  opened by fabioz

#34100: Same constants in tuples are not merged while compile()
https://bugs.python.org/issue34100  opened by Dan Rose

#34101: PyBuffer_GetPointer() not documented
https://bugs.python.org/issue34101  opened by pitrou

#34102: local variable 'parts' referenced before assignment in feedpar
https://bugs.python.org/issue34102  opened by sshnaidm

#34105: test_socket.test_host_resolution_bad_address fails on Mac OS X
https://bugs.python.org/issue34105  opened by lys.nikolaou

#34106: Add --with-module-config= to 'configure' script
https://bugs.python.org/issue34106  opened by nascheme

#34108: 2to3 munges new lines on Windows
https://bugs.python.org/issue34108  opened by jason.coombs



Most recent 15 issues with no replies (15)
==

#34106: Add --with-module-config= to 'configure' script
https://bugs.python.org/issue34106

#34105: test_socket.test_host_resolution_bad_address fails on Mac OS X
https://bugs.python.org/issue34105

#34101: PyBuffer_GetPointer() not documented
https://bugs.python.org/issue34101

#34099: Provide debuggers with a way to know that a function is exitin
https://bugs.python.org/issue34099

#34098: multiprocessing.Server swallows original exception traceback
https://bugs.python.org/issue34098

#34089: Remove required (non-optional) modules from Modules/Setup.dist
https://bugs.python.org/issue34089

#34085: doc Improve wording on classmet

[Python-Dev] Summary of Python tracker Issues

2018-03-09 Thread Python tracker

ACTIVITY SUMMARY (2018-03-02 - 2018-03-09)
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:
  open6516 (+25)
  closed 38271 (+28)
  total  44787 (+53)

Open issues with patches: 2546 


Issues opened (39)
==

#31500: IDLE: Tiny font on HiDPI display
https://bugs.python.org/issue31500  reopened by terry.reedy

#32985: subprocess.Popen: Confusing documentation for restore_signals
https://bugs.python.org/issue32985  opened by ntrrgc

#32986: multiprocessing, default assumption of Pool size unhelpful
https://bugs.python.org/issue32986  opened by M J Harvey

#32987: tokenize.py parses unicode identifiers incorrectly
https://bugs.python.org/issue32987  opened by steve

#32989: IDLE: Fix pyparse.find_good_parse_start and its bad editor cal
https://bugs.python.org/issue32989  opened by csabella

#32990: Supporting extensible format(PCM) for wave.open(read-mode)
https://bugs.python.org/issue32990  opened by acelletti

#32993: urllib and webbrowser.open() can open w/ file: protocol
https://bugs.python.org/issue32993  opened by yao zhihua

#32995: Add a glossary entry for context variables
https://bugs.python.org/issue32995  opened by serhiy.storchaka

#32996: Improve What's New in 3.7
https://bugs.python.org/issue32996  opened by serhiy.storchaka

#33000: IDLE Doc: Text consumes unlimited RAM, consoles likely not
https://bugs.python.org/issue33000  opened by jbrearley

#33001: Buffer overflow vulnerability in os.symlink on Windows (CVE-20
https://bugs.python.org/issue33001  opened by steve.dower

#33002: Making a class formattable as hex/oct integer with printf-styl
https://bugs.python.org/issue33002  opened by josh.r

#33003: urllib: Document parse_http_list
https://bugs.python.org/issue33003  opened by labrat

#33006: docstring of filter function is incorrect
https://bugs.python.org/issue33006  opened by Pierre Thibault

#33007: Objects referencing private-mangled names do not roundtrip pro
https://bugs.python.org/issue33007  opened by Antony.Lee

#33008: urllib.request.parse_http_list incorrectly strips backslashes
https://bugs.python.org/issue33008  opened by labrat

#33010: os.path.isdir() returns True for broken directory symlinks or 
https://bugs.python.org/issue33010  opened by izbyshev

#33012: Invalid function cast warnings with gcc 8 for METH_NOARGS
https://bugs.python.org/issue33012  opened by siddhesh

#33014: Clarify doc string for str.isidentifier()
https://bugs.python.org/issue33014  opened by dabeaz

#33015: Fix function cast warning in thread_pthread.h
https://bugs.python.org/issue33015  opened by siddhesh

#33016: nt._getfinalpathname may use uninitialized memory
https://bugs.python.org/issue33016  opened by izbyshev

#33017: Special set-cookie setting will bypass Cookielib
https://bugs.python.org/issue33017  opened by LCatro

#33018: Improve issubclass() error checking and message
https://bugs.python.org/issue33018  opened by jab

#33019: Review usage of environment variables in the stdlib
https://bugs.python.org/issue33019  opened by pitrou

#33020: Tkinter old style classes
https://bugs.python.org/issue33020  opened by benkir07

#33021: Some fstat() calls do not release the GIL, possibly hanging al
https://bugs.python.org/issue33021  opened by nirs

#33023: Unable to copy ssl.SSLContext
https://bugs.python.org/issue33023  opened by vitaly.krug

#33024: asyncio.WriteTransport.set_write_buffer_limits orders its args
https://bugs.python.org/issue33024  opened by vitaly.krug

#33025: urlencode produces bad output from ssl.CERT_NONE and friends t
https://bugs.python.org/issue33025  opened by vitaly.krug

#33026: Fix jumping out of "with" block
https://bugs.python.org/issue33026  opened by serhiy.storchaka

#33027: handling filename encoding in Content-Disposition by cgi.Field
https://bugs.python.org/issue33027  opened by pawciobiel

#33028: tempfile.TemporaryDirectory incorrectly documented
https://bugs.python.org/issue33028  opened by Richard Neumann

#33029: Invalid function cast warnings with gcc 8 for getter and sette
https://bugs.python.org/issue33029  opened by siddhesh

#33030: GetLastError() may be overwritten by Py_END_ALLOW_THREADS
https://bugs.python.org/issue33030  opened by steve.dower

#33031: Questionable code in OrderedDict definition
https://bugs.python.org/issue33031  opened by serhiy.storchaka

#33032: Mention implicit cache in struct.Struct docs
https://bugs.python.org/issue33032  opened by ncoghlan

#33033: Clarify that the signed number convertors to PyArg_ParseTuple.
https://bugs.python.org/issue33033  opened by Antony.Lee

#33034: urllib.parse.urlparse and urlsplit not raising ValueError for 
https://bugs.python.org/issue33034  opened by jonathan-lp

#33036: test_selectors.PollSelectorTestCase failing on macOS 10.13.3
https://bugs.python.org/issue33036  opened by n8henrie



Most recent 15 issues with no r

[Python-Dev] Summary of Python tracker Issues

2018-04-13 Thread Python tracker

ACTIVITY SUMMARY (2018-04-06 - 2018-04-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:
  open6572 ( +4)
  closed 38452 (+32)
  total  45024 (+36)

Open issues with patches: 2560 


Issues opened (24)
==

#33238: AssertionError on await of Future returned by asyncio.wrap_fut
https://bugs.python.org/issue33238  opened by Jason Haydaman

#33239: tempfile module: functions with the 'buffering' option are inc
https://bugs.python.org/issue33239  opened by MartyMacGyver

#33240: shutil.rmtree fails when the inner floder is opened in Explore
https://bugs.python.org/issue33240  opened by yuliu

#33245: Unable to send CTRL_BREAK_EVENT
https://bugs.python.org/issue33245  opened by Ofekmeister

#33249: Unpickling objects with recursive references and partials fail
https://bugs.python.org/issue33249  opened by aleneum

#33250: Move VERSION attribute output up in pydoc (via help() builtin)
https://bugs.python.org/issue33250  opened by handle

#33251: ConfigParser.items returns items present in vars
https://bugs.python.org/issue33251  opened by timster

#33252: Clarify ResourceWarning documentation
https://bugs.python.org/issue33252  opened by edmorley

#33254: importlib.resources.contents() incorrectly yields an empty lis
https://bugs.python.org/issue33254  opened by brett.cannon

#33255: json.dumps has different behaviour if encoding='utf-8' or enco
https://bugs.python.org/issue33255  opened by nhatcher

#33256: module is not displayed by cgitb.html
https://bugs.python.org/issue33256  opened by sblondon

#33257: Race conditions in Tkinter with non-threaded Tcl
https://bugs.python.org/issue33257  opened by Ivan.Pozdeev

#33258: Unable to install 3.6.5 on Windows Server 2008
https://bugs.python.org/issue33258  opened by hpo0016

#33259: Encoding issue in the name of the local DST timezone
https://bugs.python.org/issue33259  opened by maggyero

#33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261  opened by jdemeyer

#33262: Deprecate shlex.split(None) to read from stdin.
https://bugs.python.org/issue33262  opened by christian.heimes

#33263: Asyncio server enters an invalid state after a request with SO
https://bugs.python.org/issue33263  opened by drtyrsa

#33264: Remove to-be-deprecated urllib.request.urlretrieve function re
https://bugs.python.org/issue33264  opened by adelfino

#33266: 2to3 doesn't parse all valid string literals
https://bugs.python.org/issue33266  opened by Zsolt Dollenstein

#33267: ctypes array types create reference cycles
https://bugs.python.org/issue33267  opened by Eric.Wieser

#33269: InteractiveConsole behaves differently when used on terminal a
https://bugs.python.org/issue33269  opened by Kadir Haldenbilen

#33270: tags for anonymous code objects should be interned
https://bugs.python.org/issue33270  opened by Daniel Moisset

#33271: Exception handling matches subtypes, not subclasses
https://bugs.python.org/issue33271  opened by Michael McCoy

#33272: Which are reasonable reason for recursion limit in function _v
https://bugs.python.org/issue33272  opened by mv.gavrilov



Most recent 15 issues with no replies (15)
==

#33272: Which are reasonable reason for recursion limit in function _v
https://bugs.python.org/issue33272

#33271: Exception handling matches subtypes, not subclasses
https://bugs.python.org/issue33271

#33270: tags for anonymous code objects should be interned
https://bugs.python.org/issue33270

#33263: Asyncio server enters an invalid state after a request with SO
https://bugs.python.org/issue33263

#33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261

#33259: Encoding issue in the name of the local DST timezone
https://bugs.python.org/issue33259

#33257: Race conditions in Tkinter with non-threaded Tcl
https://bugs.python.org/issue33257

#33256: module is not displayed by cgitb.html
https://bugs.python.org/issue33256

#33255: json.dumps has different behaviour if encoding='utf-8' or enco
https://bugs.python.org/issue33255

#33251: ConfigParser.items returns items present in vars
https://bugs.python.org/issue33251

#33250: Move VERSION attribute output up in pydoc (via help() builtin)
https://bugs.python.org/issue33250

#33236: MagicMock().__iter__.return_value is different from MagicMock(
https://bugs.python.org/issue33236

#33234: Improve list() pre-sizing for inputs with known lengths
https://bugs.python.org/issue33234

#33225: imaplib module IMAP4.append() unexpected response BAD Command 
https://bugs.python.org/issue33225

#33220: Antivirus hits on python-2.7.14.amd64.msi file
https://bugs.python.org/issue33220



Most recent 15 issues waiting for review (15)
=

#33271: Exception handling matches subtypes, not subclasses
https

[Python-Dev] Summary of Python tracker Issues

2018-04-06 Thread Python tracker

ACTIVITY SUMMARY (2018-03-30 - 2018-04-06)
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:
  open6568 (+25)
  closed 38420 (+27)
  total  44988 (+52)

Open issues with patches: 2558 


Issues opened (40)
==

#23403: Use pickle protocol 4 by default?
https://bugs.python.org/issue23403  reopened by lukasz.langa

#31455: ElementTree.XMLParser() mishandles exceptions
https://bugs.python.org/issue31455  reopened by zach.ware

#33187: Document ElementInclude (XInclude) support in ElementTree
https://bugs.python.org/issue33187  opened by scoder

#33188: dataclass MRO entry resolution for type variable metaclasses: 
https://bugs.python.org/issue33188  opened by Ricyteach

#33189: pygettext doesn't work with f-strings
https://bugs.python.org/issue33189  opened by Riccardo Polignieri

#33190: problem with ABCMeta.__prepare__ when called after types.new_c
https://bugs.python.org/issue33190  opened by Ricyteach

#33191: Refleak in posix_spawn
https://bugs.python.org/issue33191  opened by zach.ware

#33192: asyncio should use signal.set_wakeup_fd on Windows
https://bugs.python.org/issue33192  opened by njs

#33193: Cannot create a venv on Windows when directory path contains d
https://bugs.python.org/issue33193  opened by Stuart Cuthbertson

#33194: Path-file objects does not have method to delete itself if its
https://bugs.python.org/issue33194  opened by rougeth

#33196: SEGV in mp.synchronize.Lock.__repr__ in spawn'ed proc if ctx m
https://bugs.python.org/issue33196  opened by arcivanov

#33197: Confusing error message when constructing invalid inspect.Para
https://bugs.python.org/issue33197  opened by Antony.Lee

#33198: Build on Linux with --enable-optimizations fails
https://bugs.python.org/issue33198  opened by fschulze

#33200: Optimize the empty set "literal"
https://bugs.python.org/issue33200  opened by serhiy.storchaka

#33201: Modernize "Extension types" documentation
https://bugs.python.org/issue33201  opened by pitrou

#33204: IDLE: remove \b from colorizer string prefix
https://bugs.python.org/issue33204  opened by terry.reedy

#33205: GROWTH_RATE prevents dict shrinking
https://bugs.python.org/issue33205  opened by inada.naoki

#33210: pkgutil.walk_packages "prefix" option docs are misleading
https://bugs.python.org/issue33210  opened by cykerway

#33211: lineno and col_offset are wrong on function definitions with d
https://bugs.python.org/issue33211  opened by gforcada

#33212: add several options to msgfmt.py
https://bugs.python.org/issue33212  opened by umedoblock

#33213: crypt function not hashing properly on Mac (uses a specific sa
https://bugs.python.org/issue33213  opened by Ron Reiter

#33214: join method for list and tuple
https://bugs.python.org/issue33214  opened by Javier Dehesa

#33216: Wrong order of stack for CALL_FUNCTION_VAR and CALL_FUNCTION_V
https://bugs.python.org/issue33216  opened by mvaled

#33217: x in enum.Flag member is True when x is not a Flag
https://bugs.python.org/issue33217  opened by Dutcho

#33219: x in IntFlag should test raise TypeError if x is not an IntFla
https://bugs.python.org/issue33219  opened by Dutcho

#33220: Antivirus hits on python-2.7.14.amd64.msi file
https://bugs.python.org/issue33220  opened by brett.rasmus...@inl.gov

#33221: Add stats for asyncio task usage.
https://bugs.python.org/issue33221  opened by asvetlov

#33222: Various test failures if PYTHONUSERBASE is not canonicalized
https://bugs.python.org/issue33222  opened by jdemeyer

#33223: test_posix fails ERRNO 0
https://bugs.python.org/issue33223  opened by wizofe

#33225: imaplib module IMAP4.append() unexpected response BAD Command 
https://bugs.python.org/issue33225  opened by yuy

#33227: Cmd do_something only accepts one argument
https://bugs.python.org/issue33227  opened by Oz.Tiram

#33228: Use Random.choices in tempfile
https://bugs.python.org/issue33228  opened by wolma

#33229: Documentation -  io — Core tools for working with streams - 
https://bugs.python.org/issue33229  opened by Mikhail Zakharov

#33230: _decimal build failure (unsupported platform for that module) 
https://bugs.python.org/issue33230  opened by Hubert Holin

#33232: Segmentation fault in operator.attrgetter
https://bugs.python.org/issue33232  opened by asturm

#33233: Suggest third-party cmd2 module as alternative to cmd
https://bugs.python.org/issue33233  opened by ned.deily

#33234: Improve list() pre-sizing for inputs with known lengths
https://bugs.python.org/issue33234  opened by rhettinger

#33235: Better help text for dict.setdefault
https://bugs.python.org/issue33235  opened by Paddy McCarthy

#33236: MagicMock().__iter__.return_value is different from MagicMock(
https://bugs.python.org/issue33236  opened by mrh1997

#33237: Improve AttributeError message for partially initialized modul
https://bugs.python.org/issue332

[Python-Dev] Summary of Python tracker Issues

2018-04-20 Thread Python tracker

ACTIVITY SUMMARY (2018-04-13 - 2018-04-20)
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:
  open6587 (+15)
  closed 38484 (+32)
  total  45071 (+47)

Open issues with patches: 2573 


Issues opened (30)
==

#33274: minidom removeAttributeNode returns None
https://bugs.python.org/issue33274  opened by iter

#33275: glob.glob should explicitly note that results aren't sorted
https://bugs.python.org/issue33275  opened by Ben FrantzDale

#33276: Clarify that __path__ can't be set to just anything
https://bugs.python.org/issue33276  opened by brett.cannon

#33277: Deprecate __loader__, __package__, __file__, and __cached__ on
https://bugs.python.org/issue33277  opened by brett.cannon

#33278: libexpat uses HAVE_SYSCALL_GETRANDOM instead of HAVE_GETRANDOM
https://bugs.python.org/issue33278  opened by lemburg

#33280: Update link to Tcl/Tk 8.6 man pages in tkinter.rst
https://bugs.python.org/issue33280  opened by adelfino

#33281: ctypes.util.find_library not working on macOS
https://bugs.python.org/issue33281  opened by Ian Burgwin

#33282: Subprocess Popen communicate hung if stdin not given to Popen,
https://bugs.python.org/issue33282  opened by JatinGoel

#33284: Increase test coverage for numbers.py
https://bugs.python.org/issue33284  opened by Barry Devlin

#33286: Conflict between tqdm and multiprocessing on windows
https://bugs.python.org/issue33286  opened by schwemro

#33289: askcolor is returning floats for r,g,b values instead of ints
https://bugs.python.org/issue33289  opened by Bryan.Oakley

#33294: Support complex expressions for py-print command.
https://bugs.python.org/issue33294  opened by Martin Liška

#33295: ERROR: test_sites_no_connection_close (test.test_urllib2net.Ot
https://bugs.python.org/issue33295  opened by inada.naoki

#33296: datetime.datetime.utcfromtimestamp call decimal causes precisi
https://bugs.python.org/issue33296  opened by anglister

#33297: Mention Pillow package on tkinter.rst to work with more image 
https://bugs.python.org/issue33297  opened by adelfino

#33300: Bad usage example in id() DocString
https://bugs.python.org/issue33300  opened by gneff

#33301: Add __contains__ to pathlib
https://bugs.python.org/issue33301  opened by Alok Singh

#33302: The search for pyvenv.cfg doesn't match PEP 405
https://bugs.python.org/issue33302  opened by mattheww

#33303: ElementTree Comment text isn't escaped
https://bugs.python.org/issue33303  opened by johnburnett

#33305: Improve syntax error for numbers with leading zero
https://bugs.python.org/issue33305  opened by steven.daprano

#33306: Improving SyntaxError for unmatched parentheses
https://bugs.python.org/issue33306  opened by serhiy.storchaka

#33309: Unittest Mock objects do not freeze arguments they are called 
https://bugs.python.org/issue33309  opened by slacknate

#33311: cgitb: remove parentheses when the error is in module
https://bugs.python.org/issue33311  opened by sblondon

#33312: ubsan undefined behavior sanitizer flags struct _dictkeysobjec
https://bugs.python.org/issue33312  opened by gregory.p.smith

#33314: Bad rendering in the documentation for the os module
https://bugs.python.org/issue33314  opened by pablogsal

#33315: Allow queue.Queue to be used in type annotations
https://bugs.python.org/issue33315  opened by sproshev

#33316: PyThread_release_lock always fails
https://bugs.python.org/issue33316  opened by Ivan.Pozdeev

#33317: `repr()` of string in NFC and NFD forms does not differ
https://bugs.python.org/issue33317  opened by pekka.klarck

#33318: Move folding tuples of constants into compiler.c from peephole
https://bugs.python.org/issue33318  opened by serhiy.storchaka

#33319: `subprocess.run` documentation doesn't tell is using `stdout=P
https://bugs.python.org/issue33319  opened by pekka.klarck



Most recent 15 issues with no replies (15)
==

#33319: `subprocess.run` documentation doesn't tell is using `stdout=P
https://bugs.python.org/issue33319

#33318: Move folding tuples of constants into compiler.c from peephole
https://bugs.python.org/issue33318

#33316: PyThread_release_lock always fails
https://bugs.python.org/issue33316

#33315: Allow queue.Queue to be used in type annotations
https://bugs.python.org/issue33315

#33314: Bad rendering in the documentation for the os module
https://bugs.python.org/issue33314

#33311: cgitb: remove parentheses when the error is in module
https://bugs.python.org/issue33311

#33309: Unittest Mock objects do not freeze arguments they are called 
https://bugs.python.org/issue33309

#33306: Improving SyntaxError for unmatched parentheses
https://bugs.python.org/issue33306

#33303: ElementTree Comment text isn't escaped
https://bugs.python.org/issue33303

#33302: The search for pyvenv.cfg doesn't match PEP 405
https://bugs.python.org/issue33302

#33301: Add

[Python-Dev] Summary of Python tracker Issues

2018-03-30 Thread Python tracker

ACTIVITY SUMMARY (2018-03-23 - 2018-03-30)
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:
  open6543 (+14)
  closed 38393 (+46)
  total  44936 (+60)

Open issues with patches: 2548 


Issues opened (42)
==

#31793: Allow to specialize smart quotes in documentation translations
https://bugs.python.org/issue31793  reopened by mdk

#33128: PathFinder is twice on sys.meta_path
https://bugs.python.org/issue33128  opened by htgoebel

#33129: Add kwarg-only option to dataclass
https://bugs.python.org/issue33129  opened by alan_du

#33130: functools.reduce signature/docstring discordance
https://bugs.python.org/issue33130  opened by vreuter

#33131: Upgrade to pip 10 for Python 3.7
https://bugs.python.org/issue33131  opened by ncoghlan

#33132: Possible refcount issues in the compiler
https://bugs.python.org/issue33132  opened by serhiy.storchaka

#33133: Don't return implicit optional types by get_type_hints
https://bugs.python.org/issue33133  opened by levkivskyi

#33135: Define field prefixes for the various config structs
https://bugs.python.org/issue33135  opened by ncoghlan

#33136: Harden ssl module against CVE-2018-8970
https://bugs.python.org/issue33136  opened by christian.heimes

#33137: line traces may be missed on backward jumps when instrumented 
https://bugs.python.org/issue33137  opened by xdegaye

#33138: Improve standard error for uncopyable types
https://bugs.python.org/issue33138  opened by serhiy.storchaka

#33139: Bdb doesn't find instruction in linecache after pdb.set_trace(
https://bugs.python.org/issue33139  opened by prounce

#33140: shutil.chown on Windows
https://bugs.python.org/issue33140  opened by eryksun

#33144: random._randbelow optimization
https://bugs.python.org/issue33144  opened by wolma

#33146: contextlib.suppress should capture exception for inspection an
https://bugs.python.org/issue33146  opened by jason.coombs

#33147: Update references for RFC 3548 to RFC 4648
https://bugs.python.org/issue33147  opened by paulehoffman

#33148: RuntimeError('Event loop is closed') after cancelling getaddri
https://bugs.python.org/issue33148  opened by vitaly.krug

#33150: Signature error for methods of class configparser.Interpolatio
https://bugs.python.org/issue33150  opened by acue

#33152: Use list comprehension in timeit module instead of loop with a
https://bugs.python.org/issue33152  opened by Windson Yang

#33153: interpreter crash when multiplying large tuples
https://bugs.python.org/issue33153  opened by imz

#33154: subprocess.Popen ResourceWarning should have activation-deacti
https://bugs.python.org/issue33154  opened by acue

#33155: Use super().method instead in Logging
https://bugs.python.org/issue33155  opened by madsjensen

#33158: Add fileobj property to csv reader and writer objects
https://bugs.python.org/issue33158  opened by samwyse

#33159: Implement PEP 473
https://bugs.python.org/issue33159  opened by skreft

#33161: Refactor of pathlib's _WindowsBehavior.gethomedir
https://bugs.python.org/issue33161  opened by onlined

#33162: TimedRotatingFileHandler in logging module
https://bugs.python.org/issue33162  opened by Nikunj jain

#33164: Blake 2 module update
https://bugs.python.org/issue33164  opened by David Carlier

#33165: Add stacklevel parameter to logging APIs
https://bugs.python.org/issue33165  opened by ncoghlan

#33166: os.cpu_count() returns wrong number of processors on specific 
https://bugs.python.org/issue33166  opened by yanirh

#33167: RFC Documentation Updates to urllib.parse.rst
https://bugs.python.org/issue33167  opened by agnosticdev

#33168: distutils build/build_ext and --debug
https://bugs.python.org/issue33168  opened by lazka

#33169: importlib.invalidate_caches() doesn't clear all caches
https://bugs.python.org/issue33169  opened by gvanrossum

#33171: multiprocessing won't utilize all of platform resources
https://bugs.python.org/issue33171  opened by yanirh

#33173: GzipFile's .seekable() returns True even if underlying buffer 
https://bugs.python.org/issue33173  opened by Walt Askew

#33174: error building the _sha3 module with Intel 2018 compilers
https://bugs.python.org/issue33174  opened by wscullin

#33176: Allow memoryview.cast(readonly=...)
https://bugs.python.org/issue33176  opened by pitrou

#33178: Add support for BigEndianUnion and LittleEndianUnion in ctypes
https://bugs.python.org/issue33178  opened by emezh

#33179: Investigate using a context variable for zero-arg super initia
https://bugs.python.org/issue33179  opened by ncoghlan

#33180: Flag for unusable sys.executable
https://bugs.python.org/issue33180  opened by steve.dower

#33181: SimpleHTTPRequestHandler shouldn't redirect to directories wit
https://bugs.python.org/issue33181  opened by oulenz

#33184: Update OpenSSL to 1.1.0h / 1.0.2o
https://bugs.python.org/issue33184  opened by ned.deily

#33185: Python 3.7.0b3

[Python-Dev] Summary of Python tracker Issues

2018-03-16 Thread Python tracker

ACTIVITY SUMMARY (2018-03-09 - 2018-03-16)
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:
  open6525 ( +9)
  closed 38312 (+41)
  total  44837 (+50)

Open issues with patches: 2546 


Issues opened (44)
==

#27645: Supporting native backup facility of SQLite
https://bugs.python.org/issue27645  reopened by berker.peksag

#33014: Clarify str.isidentifier docstring; fix keyword.iskeyword docs
https://bugs.python.org/issue33014  reopened by terry.reedy

#33037: Skip sending/receiving after SSL transport closing
https://bugs.python.org/issue33037  opened by asvetlov

#33038: GzipFile doesn't always ignore None as filename
https://bugs.python.org/issue33038  opened by da

#33039: int() and math.trunc don't accept objects that only define __i
https://bugs.python.org/issue33039  opened by ncoghlan

#33041: Issues with "async for"
https://bugs.python.org/issue33041  opened by serhiy.storchaka

#33042: New 3.7 startup sequence crashes PyInstaller
https://bugs.python.org/issue33042  opened by htgoebel

#33043: Add a 'Contributing to Docs' link at the bottom of docs.python
https://bugs.python.org/issue33043  opened by willingc

#33044: pdb from base class, get inside a method of derived class
https://bugs.python.org/issue33044  opened by ishanSrt

#33046: IDLE option to strip trailing whitespace automatically on save
https://bugs.python.org/issue33046  opened by rhettinger

#33047: "RuntimeError: dictionary changed size during iteration" using
https://bugs.python.org/issue33047  opened by Delgan

#33048: macOS job broken on Travis CI
https://bugs.python.org/issue33048  opened by pitrou

#33049: itertools.count() confusingly mentions zip() and sequence numb
https://bugs.python.org/issue33049  opened by trey

#33050: Centralized documentation of assumptions made by C code
https://bugs.python.org/issue33050  opened by tvanslyke

#33051: IDLE: Create new tab for editor options in configdialog
https://bugs.python.org/issue33051  opened by csabella

#33052: Sporadic segmentation fault in test_datetime
https://bugs.python.org/issue33052  opened by pitrou

#33053: Running a module with `-m` will add empty directory to sys.pat
https://bugs.python.org/issue33053  opened by ztane

#33054: unittest blocks when testing function using multiprocessing.Po
https://bugs.python.org/issue33054  opened by Kenneth Chik

#33055: bytes does not implement __bytes__()
https://bugs.python.org/issue33055  opened by FHTMitchell

#33057: logging.Manager.logRecordFactory is never used
https://bugs.python.org/issue33057  opened by feinsteinben

#33058: Enhance Python's Memory Instrumentation with COUNT_ALLOCS
https://bugs.python.org/issue33058  opened by elizondo93

#33059: netrc module validates file mode only for /home/user/.netrc
https://bugs.python.org/issue33059  opened by akoeltringer

#33061: NoReturn missing from __all__ in typing.py
https://bugs.python.org/issue33061  opened by Allen Tracht

#33062: ssl_renegotiate() doesn't seem to be exposed
https://bugs.python.org/issue33062  opened by vitaly.krug

#33063: failed to build _ctypes: undefined reference to `ffi_closure_F
https://bugs.python.org/issue33063  opened by siming85

#33065: IDLE debugger: problem importing user created module
https://bugs.python.org/issue33065  opened by jcdlr

#33066: raise an exception from multiple positions break the traceback
https://bugs.python.org/issue33066  opened by hubo1016

#33067: http.client no longer sends HTTP request in one TCP package
https://bugs.python.org/issue33067  opened by christian.heimes

#33069: Maintainer information discarded when writing PKG-INFO
https://bugs.python.org/issue33069  opened by p-ganssle

#33070: Add platform triplet for RISC-V
https://bugs.python.org/issue33070  opened by schwab

#33071: Document that PyPI no longer requires 'register'
https://bugs.python.org/issue33071  opened by p-ganssle

#33073: Add as_integer_ratio() to int() objects
https://bugs.python.org/issue33073  opened by rhettinger

#33074: dbm corrupts index on macOS (_dbm module)
https://bugs.python.org/issue33074  opened by nneonneo

#33076: Trying to cleanly terminate a threaded Queue at exit of progra
https://bugs.python.org/issue33076  opened by Delgan

#33077: typing: Unexpected result with value of instance of class inhe
https://bugs.python.org/issue33077  opened by Евгений Махмудов

#33078: Queue with maxsize can lead to deadlocks
https://bugs.python.org/issue33078  opened by tomMoral

#33079: subprocess: document the interaction between subprocess.Popen 
https://bugs.python.org/issue33079  opened by sloonz

#33080: regen-importlib is causing build races against other regen-all
https://bugs.python.org/issue33080  opened by Alexander Kanavin

#33081: multiprocessing Queue leaks a file descriptor associated with 
https://bugs.python.org/issue33081  opened by Henr

[Python-Dev] Summary of Python tracker Issues

2018-03-23 Thread Python tracker

ACTIVITY SUMMARY (2018-03-16 - 2018-03-23)
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:
  open6528 ( +3)
  closed 38349 (+37)
  total  44877 (+40)

Open issues with patches: 2542 


Issues opened (30)
==

#33087: No reliable clean shutdown method
https://bugs.python.org/issue33087  opened by Void2258

#33088: Cannot pass a SyncManager proxy to a multiprocessing subproces
https://bugs.python.org/issue33088  opened by jjdmon

#33089: Add multi-dimensional Euclidean distance function to the math 
https://bugs.python.org/issue33089  opened by rhettinger

#33090: race condition between send and recv in _ssl with non-zero tim
https://bugs.python.org/issue33090  opened by nneonneo

#33091: ssl.SSLError: Invalid error code (_ssl.c:2217)
https://bugs.python.org/issue33091  opened by devkid

#33092: The bytecode for f-string formatting is inefficient.
https://bugs.python.org/issue33092  opened by Mark.Shannon

#33093: Fatal error on SSL transport
https://bugs.python.org/issue33093  opened by Eric Toombs

#33095: Cross-reference isolated mode from relevant locations
https://bugs.python.org/issue33095  opened by ncoghlan

#33096: ttk.Treeview.insert() does not allow to insert item with "Fals
https://bugs.python.org/issue33096  opened by igor.yakovchenko

#33097: concurrent futures Executors accept tasks after interpreter sh
https://bugs.python.org/issue33097  opened by mrknmc

#33099: test_poplib hangs with the changes done in PR
https://bugs.python.org/issue33099  opened by jayyin11043

#33102: get the nth folder of a given path
https://bugs.python.org/issue33102  opened by amjad ben hedhili

#33105: os.path.isfile returns false on Windows when file path is long
https://bugs.python.org/issue33105  opened by ldconejo

#33106: Deleting a key in a read-only gdbm results in KeyError, not gd
https://bugs.python.org/issue33106  opened by sam-s

#33109: argparse: make new 'required' argument to add_subparsers defau
https://bugs.python.org/issue33109  opened by wolma

#33110: Adding a done callback to a concurrent.futures Future once it 
https://bugs.python.org/issue33110  opened by samm

#33111: Merely importing tkinter breaks parallel code (multiprocessing
https://bugs.python.org/issue33111  opened by ezwelty

#33113: Query performance is very low and can even lead to denial of s
https://bugs.python.org/issue33113  opened by ghi5107

#33114: random.sample() behavior is unexpected/unclear from docs
https://bugs.python.org/issue33114  opened by Scott Eilerman

#33115: Asyncio loop blocks with a lot of parallel tasks
https://bugs.python.org/issue33115  opened by decaz

#33117: asyncio example uses non-existing/documented method
https://bugs.python.org/issue33117  opened by hfingler

#33118: No clean way to get notified when a Transport's write buffer e
https://bugs.python.org/issue33118  opened by vitaly.krug

#33119: python sys.argv argument parsing not clear
https://bugs.python.org/issue33119  opened by Jonathan Huot

#33120: infinite loop in inspect.unwrap(unittest.mock.call)
https://bugs.python.org/issue33120  opened by peterdemin

#33121: recv returning 0 on closed connection not documented
https://bugs.python.org/issue33121  opened by joders

#33122: ftplib: FTP_TLS seems to have problems with sites that close t
https://bugs.python.org/issue33122  opened by jottbe

#33123: Path.unlink should have a missing_ok parameter
https://bugs.python.org/issue33123  opened by rbu

#33124: Lazy execution of module bytecode
https://bugs.python.org/issue33124  opened by nascheme

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125  opened by Steven Noonan

#33126: Some C buffer protocol APIs not documented
https://bugs.python.org/issue33126  opened by pitrou



Most recent 15 issues with no replies (15)
==

#33126: Some C buffer protocol APIs not documented
https://bugs.python.org/issue33126

#33124: Lazy execution of module bytecode
https://bugs.python.org/issue33124

#33123: Path.unlink should have a missing_ok parameter
https://bugs.python.org/issue33123

#33122: ftplib: FTP_TLS seems to have problems with sites that close t
https://bugs.python.org/issue33122

#33121: recv returning 0 on closed connection not documented
https://bugs.python.org/issue33121

#33119: python sys.argv argument parsing not clear
https://bugs.python.org/issue33119

#33117: asyncio example uses non-existing/documented method
https://bugs.python.org/issue33117

#33113: Query performance is very low and can even lead to denial of s
https://bugs.python.org/issue33113

#33110: Adding a done callback to a concurrent.futures Future once it 
https://bugs.python.org/issue33110

#33099: test_poplib hangs with the changes done in PR
https://bugs.python.org/issue33099

#33096: ttk.Treeview.insert() does not allow to insert item with "

[Python-Dev] Summary of Python tracker Issues

2018-03-02 Thread Python tracker

ACTIVITY SUMMARY (2018-02-23 - 2018-03-02)
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:
  open6491 ( +6)
  closed 38243 (+53)
  total  44734 (+59)

Open issues with patches: 2527 


Issues opened (49)
==

#32604: Expose the subinterpreters C-API in Python for testing use.
https://bugs.python.org/issue32604  reopened by eric.snow

#32924: Python 3.7 docs in docs.p.o points to GitHub's master branch
https://bugs.python.org/issue32924  reopened by ned.deily

#32925: AST optimizer: Change a list into tuple in iterations and cont
https://bugs.python.org/issue32925  opened by serhiy.storchaka

#32926: Add public TestCase method/property to get result of current t
https://bugs.python.org/issue32926  opened by Victor Engmark

#32927: Add typeshed documentation for unittest.TestCase._feedErrorsTo
https://bugs.python.org/issue32927  opened by Victor Engmark

#32932: better error message when __all__ contains non-str objects
https://bugs.python.org/issue32932  opened by xiang.zhang

#32933: mock_open does not support iteration around text files.
https://bugs.python.org/issue32933  opened by anthony-flury

#32934: logging.handlers.BufferingHandler capacity is unclearly specif
https://bugs.python.org/issue32934  opened by enrico

#32935: Documentation falsely leads to believe that MemoryHandler can 
https://bugs.python.org/issue32935  opened by enrico

#32936: RobotFileParser.parse() should raise an exception when the rob
https://bugs.python.org/issue32936  opened by Guinness

#32937: Multiprocessing worker functions not terminating with a large 
https://bugs.python.org/issue32937  opened by Ericg

#32938: webbrowser: Add options for private mode
https://bugs.python.org/issue32938  opened by csabella

#32939: IDLE: self.use_context_ps1 defined in editor, but always False
https://bugs.python.org/issue32939  opened by csabella

#32940: IDLE: pyparse - simplify StringTranslatePseudoMapping
https://bugs.python.org/issue32940  opened by csabella

#32941: mmap should expose madvise()
https://bugs.python.org/issue32941  opened by pitrou

#32942: Regression: test_script_helper fails
https://bugs.python.org/issue32942  opened by abrezovsky

#32943: confusing error message for rot13 codec
https://bugs.python.org/issue32943  opened by xiang.zhang

#32946: Speed up import from non-packages
https://bugs.python.org/issue32946  opened by serhiy.storchaka

#32947: Support OpenSSL 1.1.1
https://bugs.python.org/issue32947  opened by christian.heimes

#32948: clang compiler warnings on Travis
https://bugs.python.org/issue32948  opened by christian.heimes

#32949: Simplify "with"-related opcodes
https://bugs.python.org/issue32949  opened by serhiy.storchaka

#32950: profiling python gc
https://bugs.python.org/issue32950  opened by Luavis

#32951: Prohibit direct instantiation of SSLSocket and SSLObject
https://bugs.python.org/issue32951  opened by christian.heimes

#32952: Add __qualname__ for attributes of Mock instances
https://bugs.python.org/issue32952  opened by s_kostyuk

#32953: Dataclasses: frozen should not be inherited for non-dataclass 
https://bugs.python.org/issue32953  opened by eric.smith

#32954: Lazy Literal String Interpolation (PEP-498-based fl-strings)
https://bugs.python.org/issue32954  opened by arcivanov

#32955: IDLE crashes when trying to save a file
https://bugs.python.org/issue32955  opened by zaphod424

#32957: distutils.command.install checks truthiness of .ext_modules in
https://bugs.python.org/issue32957  opened by korijn

#32958: Urllib proxy_bypass crashes for urls containing long basic aut
https://bugs.python.org/issue32958  opened by ablack

#32959: zipimport fails when the ZIP archive contains more than 65535 
https://bugs.python.org/issue32959  opened by mchouza

#32960: dataclasses: disallow inheritance between frozen and non-froze
https://bugs.python.org/issue32960  opened by eric.smith

#32962: test_gdb fails in debug build with `-mcet -fcf-protection -O0`
https://bugs.python.org/issue32962  opened by ishcherb

#32963: Python 2.7 tutorial claims source code is UTF-8 encoded
https://bugs.python.org/issue32963  opened by mjpieters

#32964: Reuse a testing implementation of the path protocol in tests
https://bugs.python.org/issue32964  opened by serhiy.storchaka

#32966: Python 3.6.4 - 0x80070643 - Fatal Error during installation
https://bugs.python.org/issue32966  opened by exceltw

#32968: Fraction modulo infinity should behave consistently with other
https://bugs.python.org/issue32968  opened by elias

#32969: Add more constants to zlib module
https://bugs.python.org/issue32969  opened by xiang.zhang

#32970: Improve disassembly of the MAKE_FUNCTION instruction
https://bugs.python.org/issue32970  opened by serhiy.storchaka

#32971: Docs on unittest.TestCase.assertRaises() should clarify contex
https://bugs.python.org/issue32971  opened 

[Python-Dev] Summary of Python tracker Issues

2018-10-05 Thread Python tracker

ACTIVITY SUMMARY (2018-09-28 - 2018-10-05)
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:
  open6813 (+32)
  closed 39845 (+42)
  total  46658 (+74)

Open issues with patches: 2722 


Issues opened (53)
==

#18291: codecs.open interprets FS, RS, GS as line ends
https://bugs.python.org/issue18291  reopened by serhiy.storchaka

#31310: semaphore tracker isn't protected against crashes
https://bugs.python.org/issue31310  reopened by serhiy.storchaka

#32117: Tuple unpacking in return and yield statements
https://bugs.python.org/issue32117  reopened by serhiy.storchaka

#34811: test_gdb fails with latest gdb
https://bugs.python.org/issue34811  reopened by vstinner

#34834: test_ssl.test_options does not correctly account for built-in 
https://bugs.python.org/issue34834  opened by xnox

#34836: test_ssl.test_default_ecdh_curve needs no tls1.3 flag in 2.7, 
https://bugs.python.org/issue34836  opened by xnox

#34837: Multiprocessing.pool API Extension - Pass Data to Workers w/o 
https://bugs.python.org/issue34837  opened by seanharr11

#34838: Improve arg clinic code generation for cases with type checkin
https://bugs.python.org/issue34838  opened by rhettinger

#34839: doctest: Change example under warnings section
https://bugs.python.org/issue34839  opened by cheryl.sabella

#34840: dlopen() error with no error message from dlerror()
https://bugs.python.org/issue34840  opened by shuoz

#34841: Script’s directory not in sys.path with embeddable Windows d
https://bugs.python.org/issue34841  opened by ssapin

#34844: logging.Formatter enhancement - Checking on style and fmt fiel
https://bugs.python.org/issue34844  opened by BNMetrics

#34846: Runtime failure with Failed to import site module
https://bugs.python.org/issue34846  opened by sat@gmail.com

#34847: asyncio: Add PHA for TLS 1.3
https://bugs.python.org/issue34847  opened by fantix

#34848: range.index only takes one argument when it's documented as ta
https://bugs.python.org/issue34848  opened by bup

#34849: Drop logging when asyncio waits in selector.select()
https://bugs.python.org/issue34849  opened by asvetlov

#34850: Emit a syntax warning for "is" with a literal
https://bugs.python.org/issue34850  opened by serhiy.storchaka

#34852: Counter-intuitive behavior of Server.close() / wait_closed()
https://bugs.python.org/issue34852  opened by aymeric.augustin

#34855: batch file variables
https://bugs.python.org/issue34855  opened by lindblad

#34856: Make the repr of lambda containing the signature and body expr
https://bugs.python.org/issue34856  opened by serhiy.storchaka

#34857: IDLE: SyntaxWarning not handled properly
https://bugs.python.org/issue34857  opened by terry.reedy

#34858: MappingProxy objects should JSON serialize just like a diction
https://bugs.python.org/issue34858  opened by Michael Smith2

#34861: Improve cProfile standard output
https://bugs.python.org/issue34861  opened by Anders.Hovmöller

#34864: In Idle, Mac tabs make editor status line disappear.
https://bugs.python.org/issue34864  opened by andyharrington

#34866: CGI DOS vulnerability via long post list
https://bugs.python.org/issue34866  opened by Matthew Belisle

#34867: Add mode to disable small integer and interned string caches
https://bugs.python.org/issue34867  opened by steven.daprano

#34870: Core dump when Python VSCode debugger is attached
https://bugs.python.org/issue34870  opened by Per Lundberg

#34872: investigate task/future cancellation in asynciomodule.c
https://bugs.python.org/issue34872  opened by yselivanov

#34876: Python3.8 changes how decorators are traced
https://bugs.python.org/issue34876  opened by nedbat

#34877: Inconsistent Behavior Of futures.ProcessPoolExecutor
https://bugs.python.org/issue34877  opened by TensorTom

#34880: About the "assert" bytecode
https://bugs.python.org/issue34880  opened by vtheno athena

#34881: unnecessary encoded-words usage breaks DKIM signatures
https://bugs.python.org/issue34881  opened by bryced

#34882: f(a=1, *args) should be a SyntaxError
https://bugs.python.org/issue34882  opened by metaxm

#34883: test_lzma: Multiple test failures when liblzma is built withou
https://bugs.python.org/issue34883  opened by mgorny

#34884: Python loads incorrect libraries
https://bugs.python.org/issue34884  opened by Tim Hutt

#34885: asyncio documention has lost its paragraph about cancellation
https://bugs.python.org/issue34885  opened by abki

#34886: subprocess.run throws exception when input and stdin are passe
https://bugs.python.org/issue34886  opened by aecant

#34888: Python3.8 optimizes away a "while" line
https://bugs.python.org/issue34888  opened by nedbat

#34890: Support functools.partial in inspect.is*function() checks
https://bugs.python.org/issue34890  opened by asvetlov

#34891: Multi-processing example inaccurate w

[Python-Dev] Summary of Python tracker Issues

2018-10-12 Thread Python tracker

ACTIVITY SUMMARY (2018-10-05 - 2018-10-12)
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:
  open6824 (+10)
  closed 39893 (+49)
  total  46717 (+59)

Open issues with patches: 2721 


Issues opened (38)
==

#34908: netrc parsing is overly strict
https://bugs.python.org/issue34908  opened by ianwremmel

#34912: Update overflow checks in resize_buffer
https://bugs.python.org/issue34912  opened by Windson Yang

#34914: Clarify text encoding used to enable UTF-8 mode
https://bugs.python.org/issue34914  opened by ncoghlan

#34915: LWPCookieJar.save() creates *.lwp file in 644 mode
https://bugs.python.org/issue34915  opened by aleskva

#34916: include sqlite-3.25+ (with window functions)
https://bugs.python.org/issue34916  opened by Big Stone

#34918: Python 3 tkinter measurement problem
https://bugs.python.org/issue34918  opened by Ackbach

#34919: Crash caused by certain characters in a string
https://bugs.python.org/issue34919  opened by cwickens

#34920: PYTHONWARNINGS entries are escaped
https://bugs.python.org/issue34920  opened by nikratio

#34922: hashlib segmentation fault
https://bugs.python.org/issue34922  opened by shuoz

#34924: inspect.signature isn't aware that types.MethodType can wrap a
https://bugs.python.org/issue34924  opened by bup

#34927: Tkinter-related segfault on macOS (regression between 3.7.0 an
https://bugs.python.org/issue34927  opened by aivarannamaa

#34930: sha1module: Switch sha1 implementation to sha1dc/hardened sha1
https://bugs.python.org/issue34930  opened by antoine.pietri

#34931: os.path.splitext with more dots
https://bugs.python.org/issue34931  opened by xnovakj

#34932: Add macOS TCP_KEEPALIVE to available socket options
https://bugs.python.org/issue34932  opened by llawall

#34934: Consider making Windows select.select interruptible using WSAE
https://bugs.python.org/issue34934  opened by ondrej.kutal

#34936: tkinter.Spinbox.selection_element() raises TclError
https://bugs.python.org/issue34936  opened by j-4321-i

#34938: Fix mimetype.init() to account for from import
https://bugs.python.org/issue34938  opened by YoSTEALTH

#34939: Possibly spurious SyntaxError: annotated name can't be global
https://bugs.python.org/issue34939  opened by rohanpadhye

#34941: xml.etree.ElementTree findall() fails when using custom TreeBu
https://bugs.python.org/issue34941  opened by jackjansen

#34943: sched cancel (wrong item removed from queue)
https://bugs.python.org/issue34943  opened by ajneu

#34944: Update _dirnameW to accept long path names
https://bugs.python.org/issue34944  opened by jopamer

#34945: regression with ./python -m test and pdb
https://bugs.python.org/issue34945  opened by matrixise

#34946: inspect.getcallargs is marked as deprecated in documentation, 
https://bugs.python.org/issue34946  opened by chrisjbremner

#34947: inspect.getclosurevars() does not get all globals
https://bugs.python.org/issue34947  opened by azag0

#34948: Document __warningregister__
https://bugs.python.org/issue34948  opened by steven.daprano

#34949: ntpath.abspath no longer uses normpath
https://bugs.python.org/issue34949  opened by rhwlo

#34950: Parse trusted and signature information from X509 certificate
https://bugs.python.org/issue34950  opened by famendola

#34951: cookielib/cookiejar cookies' Expires date parse fails with lon
https://bugs.python.org/issue34951  opened by alb_moral

#34952: Problems with the warningregistry() decorator in Lib/unittest/
https://bugs.python.org/issue34952  opened by serhiy.storchaka

#34953: Implement `mmap.mmap.__repr__`
https://bugs.python.org/issue34953  opened by cool-RR

#34956: _tkinter built on macOS 10.14 does not link to Tcl and Tk in /
https://bugs.python.org/issue34956  opened by wordtech

#34957: Segementation faults on ARM and ARM64
https://bugs.python.org/issue34957  opened by stefanr...@yahoo.com

#34958: urllib.error.HTTPError.fp is not closed when error is finalize
https://bugs.python.org/issue34958  opened by puxlit

#34960: macOS builds expose stack_size option in LINKEDFOORSHARED and 
https://bugs.python.org/issue34960  opened by xzcvczx

#34961: Global scoping when shadowing local names in class definitions
https://bugs.python.org/issue34961  opened by multun

#34963: String representation for types created with typing.NewType(â€
https://bugs.python.org/issue34963  opened by fish2000

#34965: Python on Docker container using flask is going down after som
https://bugs.python.org/issue34965  opened by sri_spl

#34966: Pydoc: better support of method aliases
https://bugs.python.org/issue34966  opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==

#34966: Pydoc: better support of method aliases
https://bugs.python.org/issue34966

#34963: String representation for types created with typing.NewType(â€
https

[Python-Dev] Summary of Python tracker Issues

2018-10-19 Thread Python tracker

ACTIVITY SUMMARY (2018-10-12 - 2018-10-19)
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:
  open6835 (+11)
  closed 39943 (+50)
  total  46778 (+61)

Open issues with patches: 2737 


Issues opened (41)
==

#34783: [3.7] segmentation-fault/core dump when try to run non-existin
https://bugs.python.org/issue34783  reopened by ned.deily

#34909: StrEnum subclasses cannot be created
https://bugs.python.org/issue34909  reopened by ned.deily

#34968: loop.call_soon_threadsafe should be documented to be re-entran
https://bugs.python.org/issue34968  opened by njs

#34969: Add --fast, --best to the gzip CLI
https://bugs.python.org/issue34969  opened by matrixise

#34970: Protect tasks weak set manipulation in asyncio.all_tasks()
https://bugs.python.org/issue34970  opened by asvetlov

#34971: add support for tls/ssl sessions in asyncio
https://bugs.python.org/issue34971  opened by RemiCardona

#34973: Crash in bytes constructor with mutating list
https://bugs.python.org/issue34973  opened by serhiy.storchaka

#34975: start_tls() difficult when using asyncio.start_server()
https://bugs.python.org/issue34975  opened by icgood

#34976: IDLE: Replace the search dialog with a search bar
https://bugs.python.org/issue34976  opened by taleinat

#34977: Release Windows Store app containing Python
https://bugs.python.org/issue34977  opened by steve.dower

#34978: check type of object in fix_dict.py in 2to3
https://bugs.python.org/issue34978  opened by devarakondapranav

#34979: Python throws “SyntaxError: Non-UTF-8 code start with \xe8..
https://bugs.python.org/issue34979  opened by ausaki

#34980: KillPython target doesn't detect 64-bit processes
https://bugs.python.org/issue34980  opened by jkloth

#34981: Unable to install Python from web-based installer and executab
https://bugs.python.org/issue34981  opened by skycraper

#34983: expose symtable.Symbol.is_nonlocal()
https://bugs.python.org/issue34983  opened by pablogsal

#34984: Improve error messages in bytes and bytearray constructors
https://bugs.python.org/issue34984  opened by serhiy.storchaka

#34985: python finds test modules from the wrong directory during PGO 
https://bugs.python.org/issue34985  opened by Kal Sze2

#34987: A possible null pointer dereference in _pickle.c's save_reduce
https://bugs.python.org/issue34987  opened by ZackerySpytz

#34990: year 2038 problem in compileall.py
https://bugs.python.org/issue34990  opened by bmwiedemann

#34991: variable type list [] referential integrity data loss
https://bugs.python.org/issue34991  opened by alan.pan

#34993: asyncio.streams.FlowControlMixin should be part of the API
https://bugs.python.org/issue34993  opened by xitop

#34995: functools.cached_property does not maintain the wrapped method
https://bugs.python.org/issue34995  opened by mwilbz

#34996: Add name to process and thread pool
https://bugs.python.org/issue34996  opened by Raz Manor

#35000: aexit called after loop close
https://bugs.python.org/issue35000  opened by pdxjohnny

#35003: Provide an option to venv to put files in a bin/ directory on 
https://bugs.python.org/issue35003  opened by brett.cannon

#35004: Odd behavior when using datetime.timedelta under cProfile
https://bugs.python.org/issue35004  opened by beaugunderson

#35005: argparse should accept json and yaml argument types
https://bugs.python.org/issue35005  opened by derelbenkoenig

#35007: Minor change to weakref docs
https://bugs.python.org/issue35007  opened by frankmillman

#35009: argparse throws UnicodeEncodeError for printing help with unic
https://bugs.python.org/issue35009  opened by xtreak

#35012: [3.7] test_multiprocessing_spawn hangs randomly on AppVeyor
https://bugs.python.org/issue35012  opened by vstinner

#35015: availability directive breaks po files
https://bugs.python.org/issue35015  opened by mdk

#35017: socketserver accept a last request after shutdown
https://bugs.python.org/issue35017  opened by beledouxdenis

#35018: Sax parser provides no user access to lexical handlers
https://bugs.python.org/issue35018  opened by Jonathan.Gossage

#35019: Minor Bug found in asyncio - Python 3.5.3
https://bugs.python.org/issue35019  opened by bassford

#35020: Add multisort recipe to sorting docs
https://bugs.python.org/issue35020  opened by xtreak

#35021: Assertion failures in datetimemodule.c.
https://bugs.python.org/issue35021  opened by twouters

#35022: MagicMock should support `__fspath__`
https://bugs.python.org/issue35022  opened by Maxime Belanger

#35024: Incorrect logging in importlib when '.pyc' file creation fails
https://bugs.python.org/issue35024  opened by qagren

#35025: Compiling `timemodule.c` can fail on macOS due to availability
https://bugs.python.org/issue35025  opened by Maxime Belanger

#35026: Winreg's documentation lacks mentioning required permission at
https://bugs.python.org/issue35026

[Python-Dev] Summary of Python tracker Issues

2018-10-26 Thread Python tracker


ACTIVITY SUMMARY (2018-10-19 - 2018-10-26)
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:
  open6823 (-12)
  closed 40005 (+62)
  total  46828 (+50)

Open issues with patches: 2716 


Issues opened (34)
==

#25750: tp_descr_get(self, obj, type) is called without owning a refer
https://bugs.python.org/issue25750  reopened by serhiy.storchaka

#35028: Off by one error in cgi.FieldStorage(max_num_fields)
https://bugs.python.org/issue35028  opened by Matthew Belisle

#35031: test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CU
https://bugs.python.org/issue35031  opened by pablogsal

#35032: Remove the videos from faq/Windows
https://bugs.python.org/issue35032  opened by matrixise

#35033: Column or row spanning cells are not implemented.
https://bugs.python.org/issue35033  opened by mdk

#35035: Documentation for email.utils is named email.util.rst
https://bugs.python.org/issue35035  opened by zmwangx

#35037: PYLONG_BITS_IN_DIGIT differs between MinGW and MSVC
https://bugs.python.org/issue35037  opened by scoder

#35040: [functools] provide an async-compatible version of functools.l
https://bugs.python.org/issue35040  opened by Liran Nuna

#35042: Use the role :pep: for the PEP \d+
https://bugs.python.org/issue35042  opened by matrixise

#35045: test_min_max_version (test.test_ssl.ContextTests) fails on Fed
https://bugs.python.org/issue35045  opened by cstratak

#35047: Better error messages in unittest.mock
https://bugs.python.org/issue35047  opened by Petter S

#35048: Can't reassign __class__ despite the assigned class having ide
https://bugs.python.org/issue35048  opened by bup

#35050: Off-by-one bug in AF_ALG
https://bugs.python.org/issue35050  opened by christian.heimes

#35052: Coverity scan: copy/paste error in Lib/xml/dom/minidom.py
https://bugs.python.org/issue35052  opened by cstratak

#35054: Add more index entries for symbols
https://bugs.python.org/issue35054  opened by serhiy.storchaka

#35055: Error when we try to download the epub archive
https://bugs.python.org/issue35055  opened by matrixise

#35056: Test leaks of memory not managed by Python allocator
https://bugs.python.org/issue35056  opened by serhiy.storchaka

#35058: Unable to Install Python on Windows
https://bugs.python.org/issue35058  opened by alexbach

#35059: Convert Py_INCREF() and PyObject_INIT() to inlined functions
https://bugs.python.org/issue35059  opened by vstinner

#35061: Specify libffi.so soname for ctypes
https://bugs.python.org/issue35061  opened by tturbs

#35062: io.IncrementalNewlineDecoder assign out-of-range value to bitw
https://bugs.python.org/issue35062  opened by xiang.zhang

#35063: Checking for abstractmethod implementation fails to consider M
https://bugs.python.org/issue35063  opened by Antony.Lee

#35064: COUNT_ALLOCS build export inc_count() and dec_count() function
https://bugs.python.org/issue35064  opened by vstinner

#35065: Reading received data from a closed TCP stream using `StreamRe
https://bugs.python.org/issue35065  opened by vxgmichel

#35066: Inconsistency between dangling '%' handling in time.strftime()
https://bugs.python.org/issue35066  opened by mjsaah

#35067: Use vswhere instead of _distutils_findvs
https://bugs.python.org/issue35067  opened by steve.dower

#35068: [2.7] Possible crashes due to incorrect error handling in pyex
https://bugs.python.org/issue35068  opened by ZackerySpytz

#35070: test_posix fails on macOS 10.14 Mojave
https://bugs.python.org/issue35070  opened by barry

#35071: Canot send real string from c api to module (corrupted string)
https://bugs.python.org/issue35071  opened by Yhojann Aguilera

#35072: re.sub does not play nice with chr(92)
https://bugs.python.org/issue35072  opened by Samuel Warfield

#35074: source install [3.7.1] on debian jessie
https://bugs.python.org/issue35074  opened by foxleoly

#35075: Doc: pprint example uses dead URL
https://bugs.python.org/issue35075  opened by inada.naoki

#35076: FAIL: test_min_max_version (test.test_ssl.ContextTests) with l
https://bugs.python.org/issue35076  opened by jean-michel

#35077: Make TypeError message less ambiguous
https://bugs.python.org/issue35077  opened by coyot



Most recent 15 issues with no replies (15)
==

#35076: FAIL: test_min_max_version (test.test_ssl.ContextTests) with l
https://bugs.python.org/issue35076

#35075: Doc: pprint example uses dead URL
https://bugs.python.org/issue35075

#35068: [2.7] Possible crashes due to incorrect error handling in pyex
https://bugs.python.org/issue35068

#35067: Use vswhere instead of _distutils_findvs
https://bugs.python.org/issue35067

#35064: COUNT_ALLOCS build export inc_count() and dec_count() function
https://bugs.python.org/issue35064

#35063: Checking for abstractmethod implementation fails to consider M
https://bugs.python.org/issue35063

#35062

[Python-Dev] Summary of Python tracker Issues

2018-11-02 Thread Python tracker

ACTIVITY SUMMARY (2018-10-26 - 2018-11-02)
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:
  open6828 ( +5)
  closed 40071 (+66)
  total  46899 (+71)

Open issues with patches: 2720 


Issues opened (41)
==

#35034: Add closing and iteration to threading.Queue
https://bugs.python.org/issue35034  reopened by hemflit

#35078: Allow customization of CSS class name of a month in calendar m
https://bugs.python.org/issue35078  opened by thatiparthy

#35081: Move internal headers to Include/internal/
https://bugs.python.org/issue35081  opened by vstinner

#35082: Mock.__dir__ lists deleted attributes
https://bugs.python.org/issue35082  opened by mariocj89

#35083: Fix documentation for __instancecheck__
https://bugs.python.org/issue35083  opened by joydiamond

#35084: binascii.Error: Incorrect padding
https://bugs.python.org/issue35084  opened by Tester

#35091: Objects/listobject.c: gallop functions rely on signed integer 
https://bugs.python.org/issue35091  opened by izbyshev

#35097: IDLE add doc subsection for editor windows
https://bugs.python.org/issue35097  opened by terry.reedy

#35099: Improve the IDLE - console differences doc
https://bugs.python.org/issue35099  opened by terry.reedy

#35100: urllib.parse.unquote_to_bytes: needs "escape plus" option
https://bugs.python.org/issue35100  opened by Henry Zhu

#35101: inspect.findsource breaks on class frame objects
https://bugs.python.org/issue35101  opened by orlnub123

#35103: format_exception() doesn't work with PyErr_Fetch
https://bugs.python.org/issue35103  opened by tomasheran

#35104: IDLE: On macOS, Command-M minimizes & opens "Open Module..."
https://bugs.python.org/issue35104  opened by taleinat

#35105: Document that CPython accepts "invalid" identifiers
https://bugs.python.org/issue35105  opened by vstinner

#35107: untokenize() fails on tokenize output when a newline is missin
https://bugs.python.org/issue35107  opened by gregory.p.smith

#35108: inspect.getmembers passes exceptions from object's properties 
https://bugs.python.org/issue35108  opened by rominf

#35109: Doctest in CI uses python binary built from master causing Dep
https://bugs.python.org/issue35109  opened by xtreak

#35111: Make Custom Object Classes JSON Serializable
https://bugs.python.org/issue35111  opened by andrewchap

#35113: inspect.getsource returns incorrect source for classes when cl
https://bugs.python.org/issue35113  opened by xtreak

#35114: ssl.RAND_status docs describe it as returning True/False; actu
https://bugs.python.org/issue35114  opened by josh.r

#35118: Add peek() or first() method in queue
https://bugs.python.org/issue35118  opened by Windson Yang

#35120: SSH tunnel support to ftp lib
https://bugs.python.org/issue35120  opened by msharma

#35121: Cookie domain check returns incorrect results
https://bugs.python.org/issue35121  opened by 西田雄治

#35122: Process not exiting on unhandled exception when using multipro
https://bugs.python.org/issue35122  opened by akhi singhania

#35123: Add style guide for sentinel usage
https://bugs.python.org/issue35123  opened by madman bob

#35124: Add style guide for unit tests
https://bugs.python.org/issue35124  opened by madman bob

#35125: asyncio shield: remove inner callback on outer cancellation
https://bugs.python.org/issue35125  opened by mainro

#35126: Mistake in FAQ about converting number to string.
https://bugs.python.org/issue35126  opened by grottrumsel

#35127: pyurandom() fails if user does not have an entropy device
https://bugs.python.org/issue35127  opened by pehdrah

#35131: Cannot access to customized paths within .pth file
https://bugs.python.org/issue35131  opened by Valentin Zhao

#35132: python-gdb error: Python Exception  Type
https://bugs.python.org/issue35132  opened by Dylan Cali

#35133: Bugs in concatenating string literals on different lines
https://bugs.python.org/issue35133  opened by serhiy.storchaka

#35134: Move !Py_LIMITED_API to Include/pycapi/
https://bugs.python.org/issue35134  opened by vstinner

#35136: test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot
https://bugs.python.org/issue35136  opened by pablogsal

#35138: timeit documentation should have example with function argumen
https://bugs.python.org/issue35138  opened by davidak

#35140: encoding problem: coding:gbk cause syntaxError
https://bugs.python.org/issue35140  opened by anmikf

#35143: Annotations future requires unparse, but not accessible from P
https://bugs.python.org/issue35143  opened by kayhayen

#35144: TemporaryDirectory can't be cleaned up if there are unsearchab
https://bugs.python.org/issue35144  opened by lilydjwg

#35145: sqlite3: "select *" should autoconvert datetime fields
https://bugs.python.org/issue35145  opened by jondo

#35147: _Py_NO_RETURN is always empty on GCC
https://bugs.pytho

[Python-Dev] Summary of Python tracker Issues

2018-11-09 Thread Python tracker


ACTIVITY SUMMARY (2018-11-02 - 2018-11-09)
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:
  open6834 ( +6)
  closed 40118 (+47)
  total  46952 (+53)

Open issues with patches: 2726 


Issues opened (42)
==

#10536: Enhancements to gettext docs
https://bugs.python.org/issue10536  reopened by serhiy.storchaka

#32409: venv activate.bat is UTF-8 encoded but uses current console co
https://bugs.python.org/issue32409  reopened by pablogsal

#33486: regen autotools related files
https://bugs.python.org/issue33486  reopened by ned.deily

#34011: Default preference not given to venv DLL's
https://bugs.python.org/issue34011  reopened by pablogsal

#35145: sqlite3: "select *" should optionally sniff and autoconvert TE
https://bugs.python.org/issue35145  reopened by matrixise

#35149: pip3 show causing Error for  ConfigParaser
https://bugs.python.org/issue35149  opened by mdileep

#35151: Python 2 xml.etree.ElementTree documentation tutorial uses und
https://bugs.python.org/issue35151  opened by epakai

#35153: Allow to set headers in xmlrpc.client.ServerProxy
https://bugs.python.org/issue35153  opened by ced

#35155: Clarify Protocol Handlers in urllib.request Docs
https://bugs.python.org/issue35155  opened by Denton-L

#35156: Consider revising documentation on Python Builds from source
https://bugs.python.org/issue35156  opened by neyuru

#35157: Missing pyconfig.h when building from source and pgo flag is e
https://bugs.python.org/issue35157  opened by neyuru

#35158: Fix PEP 3115 to NOT imply that the class dictionary is used in
https://bugs.python.org/issue35158  opened by joydiamond

#35163: locale: setlocale(..., 'eo') sets non-existing locale
https://bugs.python.org/issue35163  opened by carmenbianca

#35164: socket.getfqdn and socket.gethostbyname fail on MacOS
https://bugs.python.org/issue35164  opened by ssbarnea

#35165: Possible wrong method name in attribute references doc
https://bugs.python.org/issue35165  opened by denis-osipov

#35166: BUILD_MAP_UNPACK doesn't function as expected for dict subclas
https://bugs.python.org/issue35166  opened by bup

#35168: shlex punctuation_chars inconsistency
https://bugs.python.org/issue35168  opened by tphh

#35169: Improve error messages for assignment
https://bugs.python.org/issue35169  opened by serhiy.storchaka

#35172: Add support for other MSVC compiler versions to distutils. dis
https://bugs.python.org/issue35172  opened by Ali Rizvi-Santiago

#35173: Re-use already existing functionality to allow Python 2.7.x (b
https://bugs.python.org/issue35173  opened by Ali Rizvi-Santiago

#35174: Calling for super().__str__ seems to call self.__repr__ in lis
https://bugs.python.org/issue35174  opened by Camion

#35177: Add missing dependencies between AST/parser header files
https://bugs.python.org/issue35177  opened by vstinner

#35178: Typo/trivial mistake in warnings.py (may be related to 2.x to 
https://bugs.python.org/issue35178  opened by tashrifbillah

#35181: Doc: Namespace Packages: Inconsistent documentation of __loade
https://bugs.python.org/issue35181  opened by mdk

#35182: Popen.communicate() breaks when child closes its side of pipe 
https://bugs.python.org/issue35182  opened by and800

#35183: os.path.splitext documentation needs typical example
https://bugs.python.org/issue35183  opened by shaungriffith

#35184: Makefile is not correctly generated when compiling pyextat wit
https://bugs.python.org/issue35184  opened by mgmacias95

#35185: Logger race condition - loses lines if removeHandler called fr
https://bugs.python.org/issue35185  opened by benspiller

#35186: distutils.command.upload uses deprecated platform.dist with bd
https://bugs.python.org/issue35186  opened by p-ganssle

#35189: PEP 475: fnctl functions are not retried if interrupted by a s
https://bugs.python.org/issue35189  opened by akeskimo

#35190: collections.abc.Sequence cannot be used to test whether a clas
https://bugs.python.org/issue35190  opened by hroncok

#35191: socket.setblocking(x) treats multiples of 2**32 as False
https://bugs.python.org/issue35191  opened by izbyshev

#35192: pathlib mkdir throws FileExistsError when not supposed to
https://bugs.python.org/issue35192  opened by Adam Dunlap

#35193: Off by one error in peephole call to find_op on case RETURN_VA
https://bugs.python.org/issue35193  opened by gregory.p.smith

#35194: A typo in a constant in cp932 codec
https://bugs.python.org/issue35194  opened by izbyshev

#35195: Pandas read_csv() is 3.5X Slower on Python 3.7.1 vs Python 3.6
https://bugs.python.org/issue35195  opened by Dragoljub

#35196: IDLE text squeezer is too aggressive and is slow
https://bugs.python.org/issue35196  opened by rhettinger

#35197: graminit.h defines very generic names like 'stmt' or 'test'
https://bugs.python.org/issue35197  opened by vstinner

#35198: Build issue while com

[Python-Dev] Summary of Python tracker Issues

2018-08-31 Thread Python tracker

ACTIVITY SUMMARY (2018-08-24 - 2018-08-31)
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:
  open6828 (+21)
  closed 39479 (+48)
  total  46307 (+69)

Open issues with patches: 2719 


Issues opened (49)
==

#34171: Lib/trace.cover not removed by the clean target
https://bugs.python.org/issue34171  reopened by pablogsal

#34488: improve performance of BytesIO.writelines() by avoiding creati
https://bugs.python.org/issue34488  opened by sir-sigurd

#34489: subprocess: execution of batch-files (.cmd/.bat) is vulnerable
https://bugs.python.org/issue34489  opened by sebres

#34490: transport.get_extra_info('sockname') of test_asyncio fails on 
https://bugs.python.org/issue34490  opened by Michael.Felt

#34496: Argparse library: parse --set type
https://bugs.python.org/issue34496  opened by fralau

#34498: Python 3.7 breaks on singledispatch_function.register(pseudo_t
https://bugs.python.org/issue34498  opened by Dutcho

#34499: Extend registering of single-dispatch functions to parametrize
https://bugs.python.org/issue34499  opened by Dutcho

#34500: Fix ResourceWarning in difflib.py
https://bugs.python.org/issue34500  opened by Tiger-222

#34505: urllib2 fails for proxy credentials that contains a '/' charac
https://bugs.python.org/issue34505  opened by Balibax5445

#34506: Traceback logged when SSL handshake fails
https://bugs.python.org/issue34506  opened by hniksic

#34507: Add path expansion interpolation in pyvenv.cfg home key
https://bugs.python.org/issue34507  opened by chnlior

#34508: return of non-parenthesized star-unpacking expression a Syntax
https://bugs.python.org/issue34508  opened by mark.dickinson

#34509: Starting to use gcc-8 on CI
https://bugs.python.org/issue34509  opened by junaruga

#34510: add HTTPConnection.settimeout()
https://bugs.python.org/issue34510  opened by collinanderson

#34512: Document platform-specific strftime() behavior for non-ASCII f
https://bugs.python.org/issue34512  opened by izbyshev

#34513: test_multiprocessing_spawn fails on x86 Windows7 3.7 buildbot
https://bugs.python.org/issue34513  opened by pablogsal

#34514: assertEqual doesn't use maxDiff when comparing dictionaries
https://bugs.python.org/issue34514  opened by Victor Engmark2

#34515: lib2to3: support non-ASCII identifiers
https://bugs.python.org/issue34515  opened by monson

#34516: httplib sets unbefitting "Host" in request header when request
https://bugs.python.org/issue34516  opened by visionwun

#34518: Documentation for coroutine objects
https://bugs.python.org/issue34518  opened by hniksic

#34519: Add additional aliases for HP Roman 8
https://bugs.python.org/issue34519  opened by michael-o

#34520: test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windo
https://bugs.python.org/issue34520  opened by pablogsal

#34521: test_socket.RecvmsgIntoSCMRightsStreamTest fails on AMD64 Free
https://bugs.python.org/issue34521  opened by pablogsal

#34522: PyTypeObject's tp_base initialization bug
https://bugs.python.org/issue34522  opened by eelizondo

#34525: smtplib's authobject return value wrongly documented
https://bugs.python.org/issue34525  opened by srittau

#34526: Path.relative_to() taking multiple arguments could be better d
https://bugs.python.org/issue34526  opened by Antony.Lee

#34529: add the option for json.dumps to return newline delimited json
https://bugs.python.org/issue34529  opened by ronron

#34530: distutils: find_executable() fails if the PATH environment var
https://bugs.python.org/issue34530  opened by vstinner

#34532: Python launcher on Windows exits with error when requesting li
https://bugs.python.org/issue34532  opened by bgerrity

#34533: Apply PEP384 to _csv module
https://bugs.python.org/issue34533  opened by eelizondo

#34535: queue.Queue(timeout=0.001) avg delay Windows:14.5ms, Ubuntu: 0
https://bugs.python.org/issue34535  opened by Gammaguy

#34536: Enum._missing_ doesn't raise TypeError when a non-Enum object 
https://bugs.python.org/issue34536  opened by Paul Pinterits

#34537: test_gdb fails with LC_ALL=C
https://bugs.python.org/issue34537  opened by vstinner

#34538: Remove encouragement to author a base class for all Exception 
https://bugs.python.org/issue34538  opened by Nathaniel Manista

#34539: namedtuple's exec() throws segmentation fault
https://bugs.python.org/issue34539  opened by turicas

#34541: pathlib.Path.iterdir doesn't throw an exception until you star
https://bugs.python.org/issue34541  opened by Paul Pinterits

#34542: [TLS] Update test certs to future proof settings
https://bugs.python.org/issue34542  opened by christian.heimes

#34543: _struct.Struct: calling functions without calling __init__ res
https://bugs.python.org/issue34543  opened by DeKrain

#34544: FreeBSD: Fatal Python error: get_locale_encoding: failed to ge
https://bugs.python.org/issue34544  opened by vstinn

[Python-Dev] Summary of Python tracker Issues

2018-09-21 Thread Python tracker

ACTIVITY SUMMARY (2018-09-14 - 2018-09-21)
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:
  open6795 (-24)
  closed 39723 (+111)
  total  46518 (+87)

Open issues with patches: 2711 


Issues opened (63)
==

#19756: test_nntplib: sporadic failures, network isses? server down?
https://bugs.python.org/issue19756  reopened by berker.peksag

#34682: Typo reports on docs@
https://bugs.python.org/issue34682  opened by zach.ware

#34683: Caret positioned wrong for SyntaxError reported by ast.c
https://bugs.python.org/issue34683  opened by gvanrossum

#34686: Add `-r`, as opposed to `-R` to Python core interpreter
https://bugs.python.org/issue34686  opened by lepaperwan

#34687: asyncio: is it time to make ProactorEventLoop as the default e
https://bugs.python.org/issue34687  opened by vstinner

#34688: Segfault in pandas that works fine on 3.7
https://bugs.python.org/issue34688  opened by xtreak

#34689: Lib/sysconfig.py expands non-variables
https://bugs.python.org/issue34689  opened by lepaperwan

#34690: Store startup modules as C structures for 20%+ startup speed i
https://bugs.python.org/issue34690  opened by larry

#34691: _contextvars missing in x64 master branch Windows build?
https://bugs.python.org/issue34691  opened by tim.peters

#34696: PyByteArray_FromObject() has undocumented (and untested) behav
https://bugs.python.org/issue34696  opened by ZackerySpytz

#34697: ctypes: Crash if manually-created CField instance is used
https://bugs.python.org/issue34697  opened by izbyshev

#34698: urllib.request.Request.set_proxy doesn't (necessarily) replace
https://bugs.python.org/issue34698  opened by tburke

#34699: allow path-like objects in program arguments in Windows
https://bugs.python.org/issue34699  opened by guoci

#34700: typing.get_type_hints doesn't know about typeshed
https://bugs.python.org/issue34700  opened by Ben.Darnell

#34701: Asyncio documentation for recursive coroutines is lacking
https://bugs.python.org/issue34701  opened by azaria.zornberg

#34702: urlopen doesn't handle query strings with "file" scheme
https://bugs.python.org/issue34702  opened by liZe

#34704: Do not access ob_type directly, introduce Py_TP
https://bugs.python.org/issue34704  opened by nascheme

#34705: Python 3.8 changes how returns through finally clauses are tra
https://bugs.python.org/issue34705  opened by nedbat

#34706: Signature.from_callable sometimes drops subclassing
https://bugs.python.org/issue34706  opened by bukzor

#34707: Python not reentrant
https://bugs.python.org/issue34707  opened by skaller

#34708: Odd crashes/freezes when sys.stdout.shell.console is typed
https://bugs.python.org/issue34708  opened by Harrison Chudleigh

#34709: Suggestion: make getuser.getpass() also look at SUDO_USER envi
https://bugs.python.org/issue34709  opened by Amos S

#34711: return ENOTDIR when open() accepts filenames with a trailing s
https://bugs.python.org/issue34711  opened by Michael.Felt

#34713: csvwriter.writerow()'s return type is undocumented
https://bugs.python.org/issue34713  opened by nchammas

#34714: timeout in test_multiprocessing_spawn x86 Windows7 3.x buildbo
https://bugs.python.org/issue34714  opened by pablogsal

#34716: MagicMock.__divmod__ should return a pair
https://bugs.python.org/issue34716  opened by serhiy.storchaka

#34720: Fix test_importlib.test_bad_traverse for AIX
https://bugs.python.org/issue34720  opened by Michael.Felt

#34722: Non-deterministic bytecode generation
https://bugs.python.org/issue34722  opened by Peter Ebden

#34724: argparse subparser help indent too short
https://bugs.python.org/issue34724  opened by TakingItCasual

#34725: Py_GetProgramFullPath() odd behaviour in Windows
https://bugs.python.org/issue34725  opened by mariofutire

#34726: Add support of checked hash-based pycs in zipimport
https://bugs.python.org/issue34726  opened by serhiy.storchaka

#34728: deprecate *loop* argument for asyncio.sleep
https://bugs.python.org/issue34728  opened by yselivanov

#34730: aclose() doesn't stop raise StopAsyncIteration / GeneratorExit
https://bugs.python.org/issue34730  opened by dfee

#34732: uuid returns version more than 5
https://bugs.python.org/issue34732  opened by jophine pranjal

#34734: Azure linux buildbot failure
https://bugs.python.org/issue34734  opened by xtreak

#34736: Confusing base64.b64decode output
https://bugs.python.org/issue34736  opened by mark.dickinson

#34737: Python upgrade with SYSTEM account uninstalls python
https://bugs.python.org/issue34737  opened by JatinGoel

#34738: Distutils: ZIP files don't include directory entries
https://bugs.python.org/issue34738  opened by serhiy.storchaka

#34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser
https://bugs.python.org/issue34739  opened by serhiy.storchaka

#34740: Get rid of tp_getattro in ossaudiodev.oss_audio_de

[Python-Dev] Summary of Python tracker Issues

2018-09-28 Thread Python tracker

ACTIVITY SUMMARY (2018-09-21 - 2018-09-28)
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:
  open6781 (-14)
  closed 39803 (+80)
  total  46584 (+66)

Open issues with patches: 2703 


Issues opened (54)
==

#12782: Multiple context expressions do not support parentheses for co
https://bugs.python.org/issue12782  reopened by lukasz.langa

#28655: Tests altered the execution environment in isolated mode
https://bugs.python.org/issue28655  reopened by vstinner

#32528: Change base class for futures.CancelledError
https://bugs.python.org/issue32528  reopened by yselivanov

#34768: Add documentation explaining __init__.py in packages
https://bugs.python.org/issue34768  opened by bkestelman

#34769: _asyncgen_finalizer_hook running in wrong thread
https://bugs.python.org/issue34769  opened by twisteroid ambassador

#34771: test_ctypes failing on Linux SPARC64
https://bugs.python.org/issue34771  opened by kelledin-3

#34773: sqlite3 module inconsistently returning only some rows from a 
https://bugs.python.org/issue34773  opened by shankargopal

#34774: IDLE: use theme colors for help viewer
https://bugs.python.org/issue34774  opened by terry.reedy

#34775: pathlib.PurePath division raises TypeError instead of returnin
https://bugs.python.org/issue34775  opened by Roger Aiudi

#34776: Postponed annotations break inspection of dataclasses
https://bugs.python.org/issue34776  opened by drhagen

#34778: Memoryview for column-major (f_contiguous) arrays from bytes i
https://bugs.python.org/issue34778  opened by lgautier

#34779: IDLE internals show up in tracebacks when returning objects th
https://bugs.python.org/issue34779  opened by ppperry

#34780: Hang on startup if stdin refers to a pipe with an outstanding 
https://bugs.python.org/issue34780  opened by izbyshev

#34781: infinite waiting in multiprocessing.Pool
https://bugs.python.org/issue34781  opened by coells

#34782: Pdb crashes when code is executed in a mapping that does not d
https://bugs.python.org/issue34782  opened by ppperry

#34784: Heap-allocated StructSequences
https://bugs.python.org/issue34784  opened by eelizondo

#34785: pty.spawn -- auto-termination after child process is dead (a z
https://bugs.python.org/issue34785  opened by jarryshaw

#34788: ipaddress module fails on rfc4007 scoped IPv6 addresses
https://bugs.python.org/issue34788  opened by Jeremy McMillan

#34789: Make xml.sax.make_parser accept iterables
https://bugs.python.org/issue34789  opened by adelfino

#34790: Deprecate passing coroutine objects to asyncio.wait()
https://bugs.python.org/issue34790  opened by yselivanov

#34791: xml package does not obey sys.flags.ignore_environment
https://bugs.python.org/issue34791  opened by christian.heimes

#34792: Tutorial doesn''t discuss / and * function arguments
https://bugs.python.org/issue34792  opened by diekhans

#34793: Remove support for "with (await asyncio.lock):"
https://bugs.python.org/issue34793  opened by yselivanov

#34794: memory leak in TkApp:_createbytearray
https://bugs.python.org/issue34794  opened by dtalkin

#34795: loop.sock_recv failure because of delayed callback handling
https://bugs.python.org/issue34795  opened by kyuupichan

#34796: Tkinter scrollbar issues on Mac.
https://bugs.python.org/issue34796  opened by terry.reedy

#34797: Convert heapq to the argument clinic
https://bugs.python.org/issue34797  opened by pablogsal

#34798: pprint ignores the compact parameter for dicts
https://bugs.python.org/issue34798  opened by Nicolas Hug

#34799: When function in tracing returns None, tracing continues.
https://bugs.python.org/issue34799  opened by fabioz

#34800: email.contentmanager raises error when policy.max_line_length=
https://bugs.python.org/issue34800  opened by silane

#34801: codecs.getreader() splits lines containing control characters
https://bugs.python.org/issue34801  opened by nascheme

#34804: Repetition of 'for example' in documentation
https://bugs.python.org/issue34804  opened by rarblack

#34805: Explicitly specify `MyClass.__subclasses__()` returns classes 
https://bugs.python.org/issue34805  opened by pekka.klarck

#34806: distutils tests fail with recent 3.7 branch
https://bugs.python.org/issue34806  opened by doko

#34807: pathlib.[r]glob fails when the toplevel directory is not reada
https://bugs.python.org/issue34807  opened by Antony.Lee

#34810: Maximum and minimum value of C types integers from Python
https://bugs.python.org/issue34810  opened by scls

#34811: test_gdb fails with latest gdb
https://bugs.python.org/issue34811  opened by cstratak

#34812: support.args_from_interpreter_flags() doesn't inherit -I (isol
https://bugs.python.org/issue34812  opened by vstinner

#34814: makesetup: must link C extensions to libpython when compiled i
https://bugs.python.org/issue34814  opened by vstinner

#34816: ctypes + has

[Python-Dev] Summary of Python tracker Issues

2019-01-18 Thread Python tracker


ACTIVITY SUMMARY (2019-01-11 - 2019-01-18)
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:
  open6932 ( +0)
  closed 40595 (+58)
  total  47527 (+58)

Open issues with patches: 2766 


Issues opened (43)
==

#35701: [uuid] 3.8 breaks weak references for UUIDs
https://bugs.python.org/issue35701  reopened by serhiy.storchaka

#35720: Memory leak in Modules/main.c:pymain_parse_cmdline_impl when u
https://bugs.python.org/issue35720  opened by Lucas Cimon

#35721: _UnixSubprocessTransport leaks socket pair if Popen fails
https://bugs.python.org/issue35721  opened by niklasf

#35722: disable_existing_loggers does not apply to the root logger
https://bugs.python.org/issue35722  opened by maggyero

#35723: Add "time zone index" cache to datetime objects
https://bugs.python.org/issue35723  opened by p-ganssle

#35724: Check for main interpreter when checking for "main" thread (fo
https://bugs.python.org/issue35724  opened by eric.snow

#35726: QueueHandler formating affects other handlers
https://bugs.python.org/issue35726  opened by David Ruggles

#35727: sys.exit() in a multiprocessing.Process does not align with Py
https://bugs.python.org/issue35727  opened by chrahunt

#35728: Tkinter font nametofont requires default root
https://bugs.python.org/issue35728  opened by terry.reedy

#35731: Modify to support multiple urls in webbrowser.open
https://bugs.python.org/issue35731  opened by arlenyu

#35733: isinstance(ast.Constant(value=True), ast.Num) should be False
https://bugs.python.org/issue35733  opened by Anthony Sottile

#35736: [xml.minidom] Missing component in table after getElementsByTa
https://bugs.python.org/issue35736  opened by MiKr41

#35737: crypt AuthenticationError introduced with new Linux kernel
https://bugs.python.org/issue35737  opened by icycle

#35739: Enable verbose of tests during PGO build on amd64 platforms
https://bugs.python.org/issue35739  opened by neyuru

#35740: openssl version 1.1.1 need to be there in cpython-source-deps 
https://bugs.python.org/issue35740  opened by ossdev07

#35741: unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zon
https://bugs.python.org/issue35741  opened by jianxu3

#35745: Add import statement in dataclass code snippet
https://bugs.python.org/issue35745  opened by Windson Yang

#35746: [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service
https://bugs.python.org/issue35746  opened by Talos

#35748: urlparse library detecting wrong hostname leads to open redire
https://bugs.python.org/issue35748  opened by nsonaniya2010

#35749: Rewrite asyncio signal handler
https://bugs.python.org/issue35749  opened by asvetlov

#35751: traceback.clear_frames manages to deadlock a background task
https://bugs.python.org/issue35751  opened by tvoinarovskyi

#35752: test_buffer fails on ppc64le: memoryview pack_single() is misc
https://bugs.python.org/issue35752  opened by vstinner

#35754: When writing/closing a closed Popen.stdin, I get OSError vs. B
https://bugs.python.org/issue35754  opened by jimbo1qaz_

#35755: Remove current directory from posixpath.defpath to enhance sec
https://bugs.python.org/issue35755  opened by vstinner

#35756: Using `return value` in a generator function skips the returne
https://bugs.python.org/issue35756  opened by Bryan Koch

#35758: Disable x87 control word for MSVC ARM compiler
https://bugs.python.org/issue35758  opened by Minmin.Gong

#35759: inspect module does not implement introspection API for asynch
https://bugs.python.org/issue35759  opened by tkren

#35760: test_asyncio: test_async_gen_asyncio_gc_aclose_09() race condi
https://bugs.python.org/issue35760  opened by vstinner

#35761: Allow dataclasses to be updated in place
https://bugs.python.org/issue35761  opened by theophile

#35762: subprocess.Popen with universal_newlines and nonblocking strea
https://bugs.python.org/issue35762  opened by sambayer

#35763: IDLE calltips: make positional note less obtrusive
https://bugs.python.org/issue35763  opened by terry.reedy

#35764: IDLE: revise calltip doc
https://bugs.python.org/issue35764  opened by terry.reedy

#35765: Document references object x but doesn't show it in the exampl
https://bugs.python.org/issue35765  opened by Patrick Rice

#35766: Merge typed_ast back into CPython
https://bugs.python.org/issue35766  opened by gvanrossum

#35767: unittest loader doesn't work with partial test functions
https://bugs.python.org/issue35767  opened by fried

#35768: IDLE: Auto measure font fixed pitch characteristics
https://bugs.python.org/issue35768  opened by terry.reedy

#35769: IDLE: change new file name from  ''Untitled" to "untitled"
https://bugs.python.org/issue35769  opened by terry.reedy

#35770: IDLE: python -m idlelib fails on master on Mac OS 10.10.4
https://bugs.python.org/issue35770  opened by xtreak

#35771: IDLE

[Python-Dev] Summary of Python tracker Issues

2018-12-21 Thread Python tracker

ACTIVITY SUMMARY (2018-12-14 - 2018-12-21)
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:
  open6896 (-13)
  closed 40407 (+67)
  total  47303 (+54)

Open issues with patches: 2737 


Issues opened (31)
==

#35500: Align expected and actual calls on mock.assert_called_with err
https://bugs.python.org/issue35500  opened by xtreak

#35501: "make coverage" should not leak coverage compiler flags to thi
https://bugs.python.org/issue35501  opened by vstinner

#35502: Memory leak in xml.etree.ElementTree.iterparse
https://bugs.python.org/issue35502  opened by jess.j

#35503: os.path.islink() works with cygwin installation but not python
https://bugs.python.org/issue35503  opened by bward

#35505: Test test_imaplib fail in test_imap4_host_default_value
https://bugs.python.org/issue35505  opened by Petr Stupka

#35507: multiprocessing: seg fault when creating RawArray from numpy c
https://bugs.python.org/issue35507  opened by sh37211

#35512: patch.dict resolves in_dict eagerly (should be late resolved)
https://bugs.python.org/issue35512  opened by jason.coombs

#35514: Docs on reference count detail. enhancement.
https://bugs.python.org/issue35514  opened by bombs-kim

#35517: selector.EpollSelector: add new parameter to support EPOLLEXCL
https://bugs.python.org/issue35517  opened by Manjusaka

#35518: test_timeout uses blackhole.snakebite.net domain which doesn't
https://bugs.python.org/issue35518  opened by vstinner

#35520: Python won't build with dtrace enabled on some systems.
https://bugs.python.org/issue35520  opened by kulikjak

#35524: using/windows launcher image might be deprecated
https://bugs.python.org/issue35524  opened by seluj78

#35525: Incorrect keyword name in NNTP.starttls() documentation
https://bugs.python.org/issue35525  opened by cmcp22

#35527: Make fields selectively immutable in dataclasses
https://bugs.python.org/issue35527  opened by rhettinger

#35528: [DOC] [LaTeX] Sphinx 2.0 uses GNU FreeFont as default for xela
https://bugs.python.org/issue35528  opened by jfbu

#35530: Counter-intuitive logging API
https://bugs.python.org/issue35530  opened by porton

#35533: argparse standard error usage for exit / error
https://bugs.python.org/issue35533  opened by philiprowlands

#35534: SIGSEGV in stackdepth_walk
https://bugs.python.org/issue35534  opened by gozdal

#35535: time.strptime() unexpectedly gives the same result for %U and 
https://bugs.python.org/issue35535  opened by Paul Keating

#35536: Calling built-in locals() and globals() in C++ leads to System
https://bugs.python.org/issue35536  opened by Никита Сиргиенко

#35537: use os.posix_spawn in subprocess
https://bugs.python.org/issue35537  opened by nanjekyejoannah

#35539: Cannot properly close terminated process
https://bugs.python.org/issue35539  opened by hniksic

#35540: dataclasses.asdict breaks with defaultdict fields
https://bugs.python.org/issue35540  opened by wrmsr

#35545: asyncio.base_events.create_connection doesn't handle scoped IP
https://bugs.python.org/issue35545  opened by maxifree

#35546: String formatting produces incorrect result with left-aligned 
https://bugs.python.org/issue35546  opened by serhiy.storchaka

#35547: email.parser / email.policy does not correctly handle multiple
https://bugs.python.org/issue35547  opened by mjpieters

#35548: memoryview needlessly (?) requires represented object to be ha
https://bugs.python.org/issue35548  opened by Kentzo

#35549: Add partial_match: bool = False argument to unicodedata.lookup
https://bugs.python.org/issue35549  opened by rominf

#35550: Some define guards for Solaris are wrong
https://bugs.python.org/issue35550  opened by kulikjak

#35551: Encoding and alias issues
https://bugs.python.org/issue35551  opened by blkserene

#35552: Do not read memory past the specified limit in PyUnicode_FromF
https://bugs.python.org/issue35552  opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==

#35552: Do not read memory past the specified limit in PyUnicode_FromF
https://bugs.python.org/issue35552

#35551: Encoding and alias issues
https://bugs.python.org/issue35551

#35550: Some define guards for Solaris are wrong
https://bugs.python.org/issue35550

#35549: Add partial_match: bool = False argument to unicodedata.lookup
https://bugs.python.org/issue35549

#35548: memoryview needlessly (?) requires represented object to be ha
https://bugs.python.org/issue35548

#35540: dataclasses.asdict breaks with defaultdict fields
https://bugs.python.org/issue35540

#35539: Cannot properly close terminated process
https://bugs.python.org/issue35539

#35533: argparse standard error usage for exit / error
https://bugs.python.org/issue35533

#35528: [DOC] [LaTeX] Sphinx 2.0 uses GNU FreeFont as default for xela
https://bugs.python.org/issue355

[Python-Dev] Summary of Python tracker Issues

2018-11-30 Thread Python tracker

ACTIVITY SUMMARY (2018-11-23 - 2018-11-30)
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:
  open6880 (+15)
  closed 40234 (+47)
  total  47114 (+62)

Open issues with patches: 2736 


Issues opened (41)
==

#33015: Fix function cast warning in thread_pthread.h
https://bugs.python.org/issue33015  reopened by vstinner

#35302: create_connection with local_addr misses valid socket bindings
https://bugs.python.org/issue35302  opened by kyuupichan

#35305: subprocess.Popen(['/sbin/ldconfig', '-p'], stdin=PIPE) itself 
https://bugs.python.org/issue35305  opened by Henrik Bengtsson

#35306: OSError [WinError 123] when testing if pathlib.Path('*') (aste
https://bugs.python.org/issue35306  opened by jimbo1qaz_

#35307: Command line help example  is missing "--prompt" option
https://bugs.python.org/issue35307  opened by daftwullie

#35310: select which was interrupted by EINTR isn't re-run if the time
https://bugs.python.org/issue35310  opened by Brian Maissy

#35311: exception unpickling error causes `multiprocessing.Pool` to ha
https://bugs.python.org/issue35311  opened by Anthony Sottile

#35312: lib2to3.pgen2.parse.ParseError is not roundtrip pickleable
https://bugs.python.org/issue35312  opened by Anthony Sottile

#35316: test_eintr fails randomly on macOS
https://bugs.python.org/issue35316  opened by vstinner

#35318: Check accuracy of str() doc string for its encoding argument
https://bugs.python.org/issue35318  opened by rhettinger

#35319: pkgutil.get_data() is a wrapper for a deprecated class
https://bugs.python.org/issue35319  opened by Kevin.Norris

#35321: None _frozen_importlib.__spec__.origin attribute
https://bugs.python.org/issue35321  opened by maggyero

#35324: ssl: FileNotFoundError when do handshake
https://bugs.python.org/issue35324  opened by joseph...@yahoo.com

#35325: imp.find_module() return value documentation discrepancy
https://bugs.python.org/issue35325  opened by StefanBauerTT

#35327: Using skipTest with subTest gives a misleading UI.
https://bugs.python.org/issue35327  opened by p-ganssle

#35328: Set a environment variable for venv prompt
https://bugs.python.org/issue35328  opened by batisteo

#35329: Documentation - capitalization issue
https://bugs.python.org/issue35329  opened by Strijker

#35330: When using mock to wrap an existing object, side_effect requir
https://bugs.python.org/issue35330  opened by noamraph

#35331: Incorrect __module__ attribute for _struct.Struct and perhaps 
https://bugs.python.org/issue35331  opened by bup

#35332: shutil.rmtree(..., ignore_errors=True) doesn't ignore errors f
https://bugs.python.org/issue35332  opened by rabraham

#35333: Rename private structs to use names closer to types
https://bugs.python.org/issue35333  opened by vstinner

#35335: msgfmt should be able to merge more than one po file
https://bugs.python.org/issue35335  opened by s-ball

#35337: Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode
https://bugs.python.org/issue35337  opened by vstinner

#35338: set union/intersection/difference could accept zero arguments
https://bugs.python.org/issue35338  opened by carandraug

#35341: Add generic version of OrderedDict to typing module
https://bugs.python.org/issue35341  opened by itoijala

#35342: email "default" policy raises exception iterating over unparse
https://bugs.python.org/issue35342  opened by rptb1

#35344: platform: get macOS version rather than darwin version?
https://bugs.python.org/issue35344  opened by vstinner

#35346: Modernize Lib/platform.py code
https://bugs.python.org/issue35346  opened by vstinner

#35348: Problems with handling the file command output in platform.arc
https://bugs.python.org/issue35348  opened by serhiy.storchaka

#35350: importing "ctypes" immediately causes a segmentation fault
https://bugs.python.org/issue35350  opened by n0s69z

#35351: LTOFLAGS are passed to BASECFLAGS when using LTO
https://bugs.python.org/issue35351  opened by cstratak

#35352: test_asyncio fails on RHEL8
https://bugs.python.org/issue35352  opened by cstratak

#35353: Add frame command to pdb
https://bugs.python.org/issue35353  opened by cnklein

#35354: Generator functions stack overflow
https://bugs.python.org/issue35354  opened by asdwqii

#35357: unittest.mock.call can't represent calls to a method called 'p
https://bugs.python.org/issue35357  opened by cjw296

#35358: avoid '-' in importlib.import_module and builtins.__import__
https://bugs.python.org/issue35358  opened by matrixise

#35359: [2.7][Windows] Define _CRT_SECURE_NO_WARNINGS to build Modules
https://bugs.python.org/issue35359  opened by vstinner

#35360: [Windows] Update SQLite dependency
https://bugs.python.org/issue35360  opened by vstinner

#35361: Update libffi dependency to 3.2.1?
https://bugs.python.org/issue35361  opened by vstinner

#35362: list inheri

[Python-Dev] Summary of Python tracker Issues

2018-12-07 Thread Python tracker

ACTIVITY SUMMARY (2018-11-30 - 2018-12-07)
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:
  open6904 (+24)
  closed 40284 (+50)
  total  47188 (+74)

Open issues with patches: 2743 


Issues opened (49)
==

#35364: Datetime “fromtimestamp()” ignores inheritance if timezone
https://bugs.python.org/issue35364  opened by Delgan

#35366: Monkey Patching class derived from ctypes.Union doesn't work
https://bugs.python.org/issue35366  opened by rvijayc

#35368: [2.7] Make PyMem_Malloc() thread-safe in debug mode
https://bugs.python.org/issue35368  opened by vstinner

#35370: Provide API to set the tracing function to be used for running
https://bugs.python.org/issue35370  opened by fabioz

#35374: Windows doc build does not find autodetected hhc.exe
https://bugs.python.org/issue35374  opened by chrullrich

#35376: modulefinder skips nested modules with same name as top-level 
https://bugs.python.org/issue35376  opened by rdb

#35377: urlparse doesn't validate the scheme
https://bugs.python.org/issue35377  opened by devkral

#35378: multiprocessing.Pool.imaps iterators do not maintain alive the
https://bugs.python.org/issue35378  opened by pablogsal

#35379: IDLE's close fails when io.filename set to None
https://bugs.python.org/issue35379  opened by rhettinger

#35381: Heap-allocated posixmodule types
https://bugs.python.org/issue35381  opened by eelizondo

#35383: lib2to3 raises ParseError on argument called "print"
https://bugs.python.org/issue35383  opened by n_rosenstein

#35385: time module: why not using tzname from the glibc?
https://bugs.python.org/issue35385  opened by vstinner

#35387: Dialogs on IDLE are accompanied by a small black window
https://bugs.python.org/issue35387  opened by wordtech

#35388: _PyRuntime_Initialize() called after Py_Finalize() does nothin
https://bugs.python.org/issue35388  opened by vstinner

#35391: threading.RLock exception handling while waiting
https://bugs.python.org/issue35391  opened by Omer Bartal

#35392: Create asyncio/sockutils.py
https://bugs.python.org/issue35392  opened by asvetlov

#35393: Typo in documentation
https://bugs.python.org/issue35393  opened by autom

#35394: Add __slots__ = () to asyncio protocols
https://bugs.python.org/issue35394  opened by asvetlov

#35397: Undeprecate and document urllib.parse.unwrap
https://bugs.python.org/issue35397  opened by steven.daprano

#35398: SQLite incorrect row count for UPDATE
https://bugs.python.org/issue35398  opened by Montana Low

#35399: Sysconfig bug
https://bugs.python.org/issue35399  opened by neyuru

#35400: PGOMGR : warning PG0188:
https://bugs.python.org/issue35400  opened by neyuru

#35401: Upgrade Windows and macOS installers to use OpenSSL 1.1.0j / 1
https://bugs.python.org/issue35401  opened by ned.deily

#35402: Upgrade macOS (and Windows?) installer to Tcl/Tk 8.6.9.1
https://bugs.python.org/issue35402  opened by ned.deily

#35403: support application/wasm in mimetypes and http.server
https://bugs.python.org/issue35403  opened by pmpp

#35404: Document how to import _structure in email.message
https://bugs.python.org/issue35404  opened by charlax

#35409: Async generator might re-throw GeneratorExit on aclose()
https://bugs.python.org/issue35409  opened by vxgmichel

#35410: copy.deepcopy does not respect metaclasses with __deepcopy__ i
https://bugs.python.org/issue35410  opened by elibixby

#35412: test_future4 ran no test
https://bugs.python.org/issue35412  opened by vstinner

#35413: test_multiprocessing_fork: test_del_pool() leaks dangling thre
https://bugs.python.org/issue35413  opened by vstinner

#35414: A reference counting bug in PyState_RemoveModule()
https://bugs.python.org/issue35414  opened by ZackerySpytz

#35415: fileno argument to socket.socket is not validated
https://bugs.python.org/issue35415  opened by Dima.Tisnek

#35416: Fix potential resource warnings in distutils
https://bugs.python.org/issue35416  opened by Tiger-222

#35417: Double parenthesis in print function running 2to3 in already c
https://bugs.python.org/issue35417  opened by jondaa

#35419: Thread.is_alive while running Process.is_alive causes either p
https://bugs.python.org/issue35419  opened by Hexorg

#35420: how to migrate a c-extension module to one that supports subin
https://bugs.python.org/issue35420  opened by mattip

#35422: misleading error message from ssl.get_server_certificate() whe
https://bugs.python.org/issue35422  opened by cedricvanrompay

#35423: Signal handling machinery still relies on "pending calls".
https://bugs.python.org/issue35423  opened by eric.snow

#35424: multiprocessing.Pool: emit ResourceWarning
https://bugs.python.org/issue35424  opened by vstinner

#35425: test_eintr fails randomly on AMD64 FreeBSD 10-STABLE Non-Debug
https://bugs.python.org/issue35425  opened by vstinner

#35426: test_signal.test_interp

[Python-Dev] Summary of Python tracker Issues

2018-11-23 Thread Python tracker

ACTIVITY SUMMARY (2018-11-16 - 2018-11-23)
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:
  open6865 ( +2)
  closed 40187 (+33)
  total  47052 (+35)

Open issues with patches: 2735 


Issues opened (27)
==

#35148: cannot activate a venv environment on a Swiss German windows
https://bugs.python.org/issue35148  reopened by vinay.sajip

#35267: reproducible deadlock with multiprocessing.Pool
https://bugs.python.org/issue35267  opened by dzhu

#35268: Windows asyncio reading continously stdin and stdout Stockfish
https://bugs.python.org/issue35268  opened by Cezary.Wagner

#35270: Cmd.complete does not handle cmd=None
https://bugs.python.org/issue35270  opened by blueyed

#35271: venv creates pyvenv.cfg with wrong home
https://bugs.python.org/issue35271  opened by wvxvw

#35272: sqlite3 get the connected database url
https://bugs.python.org/issue35272  opened by midnio

#35276: Document thread safety
https://bugs.python.org/issue35276  opened by vstinner

#35277: Upgrade bundled pip/setuptools
https://bugs.python.org/issue35277  opened by dstufft

#35278: [security] directory traversal in tempfile prefix
https://bugs.python.org/issue35278  opened by Yusuke Endoh

#35279: asyncio uses too many threads by default
https://bugs.python.org/issue35279  opened by Vojtěch Boček

#35280: Interactive shell overwrites history
https://bugs.python.org/issue35280  opened by dingens

#35281: Allow access to unittest.TestSuite tests
https://bugs.python.org/issue35281  opened by lbenezriravin

#35282: Add a return value to lib2to3.refactor.refactor_file and refac
https://bugs.python.org/issue35282  opened by martindemello

#35283: "threading._DummyThread" redefines "is_alive" but forgets "isA
https://bugs.python.org/issue35283  opened by dmaurer

#35284: Incomplete error handling in Python/compile.c:compiler_call()
https://bugs.python.org/issue35284  opened by ZackerySpytz

#35285: Make Proactor api extensible for reasonably any file handle
https://bugs.python.org/issue35285  opened by Ignas Brašiškis

#35286: wrong result for difflib.SequenceMatcher
https://bugs.python.org/issue35286  opened by Boris Yang

#35291: duplicate of memoryview from io.BufferedWriter leaks
https://bugs.python.org/issue35291  opened by jmadden

#35292: Make SimpleHTTPRequestHandler load mimetypes lazily
https://bugs.python.org/issue35292  opened by steve.dower

#35293: make doctest (Sphinx) emits a lot of warnings
https://bugs.python.org/issue35293  opened by vstinner

#35294: Race condition involving SocketServer.TCPServer
https://bugs.python.org/issue35294  opened by Ruslan Dautkhanov

#35295: Please clarify whether PyUnicode_AsUTF8AndSize() or PyUnicode_
https://bugs.python.org/issue35295  opened by Marcin Kowalczyk

#35297: untokenize documentation is not correct
https://bugs.python.org/issue35297  opened by csernazs

#35298: Segfault in _PyObject_GenericGetAttrWithDict
https://bugs.python.org/issue35298  opened by gilado

#35299: LGHT0091: Duplicate symbol 'File:include_pyconfig.h' found
https://bugs.python.org/issue35299  opened by neyuru

#35300: Bug with memoization and mutable objects
https://bugs.python.org/issue35300  opened by bolorsociedad

#35301: python.exe crashes - lzma?
https://bugs.python.org/issue35301  opened by jonathan-lp



Most recent 15 issues with no replies (15)
==

#35301: python.exe crashes - lzma?
https://bugs.python.org/issue35301

#35299: LGHT0091: Duplicate symbol 'File:include_pyconfig.h' found
https://bugs.python.org/issue35299

#35298: Segfault in _PyObject_GenericGetAttrWithDict
https://bugs.python.org/issue35298

#35297: untokenize documentation is not correct
https://bugs.python.org/issue35297

#35295: Please clarify whether PyUnicode_AsUTF8AndSize() or PyUnicode_
https://bugs.python.org/issue35295

#35294: Race condition involving SocketServer.TCPServer
https://bugs.python.org/issue35294

#35291: duplicate of memoryview from io.BufferedWriter leaks
https://bugs.python.org/issue35291

#35285: Make Proactor api extensible for reasonably any file handle
https://bugs.python.org/issue35285

#35284: Incomplete error handling in Python/compile.c:compiler_call()
https://bugs.python.org/issue35284

#35282: Add a return value to lib2to3.refactor.refactor_file and refac
https://bugs.python.org/issue35282

#35280: Interactive shell overwrites history
https://bugs.python.org/issue35280

#35279: asyncio uses too many threads by default
https://bugs.python.org/issue35279

#35270: Cmd.complete does not handle cmd=None
https://bugs.python.org/issue35270

#35264: SSL Module build fails with OpenSSL 1.1.0 for Python 2.7
https://bugs.python.org/issue35264

#35263: Add None handling for get_saved() in IDLE
https://bugs.python.org/issue35263



Most recent 15 issu

[Python-Dev] Summary of Python tracker Issues

2018-11-16 Thread Python tracker

ACTIVITY SUMMARY (2018-11-09 - 2018-11-16)
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:
  open6863 (+29)
  closed 40154 (+36)
  total  47017 (+65)

Open issues with patches: 2741 


Issues opened (46)
==

#31354: Fixing a bug related to LTO only build
https://bugs.python.org/issue31354  reopened by ned.deily

#33826: enable discovery of class source code in IPython interactively
https://bugs.python.org/issue33826  reopened by xtreak

#35177: Add missing dependencies between AST/parser header files
https://bugs.python.org/issue35177  reopened by vstinner

#35202: Remove unused imports in standard library
https://bugs.python.org/issue35202  opened by thatiparthy

#35203: Windows Installer Ignores Launcher Installer Options Where The
https://bugs.python.org/issue35203  opened by gr-dexterl

#35206: [WIP] Add a new experimental _Py_CAPI2 API
https://bugs.python.org/issue35206  opened by vstinner

#35208: IDLE: Squeezed lines count ignores window width
https://bugs.python.org/issue35208  opened by taleinat

#35210: Use bytes + memoryview + resize instead of bytesarray + array 
https://bugs.python.org/issue35210  opened by tzickel

#35212: Expressions with format specifiers in f-strings give wrong cod
https://bugs.python.org/issue35212  opened by arminius

#35213: IDLE: use 'macOS' where appropriate.
https://bugs.python.org/issue35213  opened by terry.reedy

#35214: Get the test suite passing with clang Memory Sanitizer enabled
https://bugs.python.org/issue35214  opened by gregory.p.smith

#35216: misleading error message from shutil.copy()
https://bugs.python.org/issue35216  opened by cedricvanrompay

#35217: REPL history is broken when python is invoked with cmd /c
https://bugs.python.org/issue35217  opened by 零欸特

#35218: decompressing and then re-compressing zipfiles with Python 3 z
https://bugs.python.org/issue35218  opened by keeely

#35220: delete "how do I emulate os.kill" section in Windows FAQ
https://bugs.python.org/issue35220  opened by deronnax

#35221: Enhance venv activate commands readability
https://bugs.python.org/issue35221  opened by mdk

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224  opened by emilyemorehouse

#35225: test_faulthandler fails under ubsan
https://bugs.python.org/issue35225  opened by benjamin.peterson

#35226: mock.call equality surprisingly broken
https://bugs.python.org/issue35226  opened by cjw296

#35227: [RFE] tarfile: support adding file objects without prior known
https://bugs.python.org/issue35227  opened by mgorny

#35228: Index search in CHM help crashes viewer
https://bugs.python.org/issue35228  opened by chrullrich

#35231: make install may not call ldconfig on GNU/Linux when using --e
https://bugs.python.org/issue35231  opened by pmpp

#35232: Add `module`/`qualname` arguments to make_dataclass for pickla
https://bugs.python.org/issue35232  opened by Antony.Lee

#35234: ssl module falls over with internationalized domain names
https://bugs.python.org/issue35234  opened by mcasadevall

#35235: Access violation on alloc in Windows x86-64 python, pymalloc_a
https://bugs.python.org/issue35235  opened by markind

#35236: urllib.request.urlopen throws on some valid FTP files
https://bugs.python.org/issue35236  opened by Ian Liu Rodrigues

#35238: Alleviate memory reservation of fork_exec in subprocess.Popen 
https://bugs.python.org/issue35238  opened by oesteban

#35240: Travis CI: xvfb-run: error: Xvfb failed to start
https://bugs.python.org/issue35240  opened by vstinner

#35242: multiprocessing.Queue in an inconsistent state and a traceback
https://bugs.python.org/issue35242  opened by szobov

#35243: readline timeout too long for async gfx use
https://bugs.python.org/issue35243  opened by pmpp

#35244: Allow to setup Clang as default compiler for modules build
https://bugs.python.org/issue35244  opened by Jaime Torres

#35246: asyncio.create_subprocess_exec doesn't accept pathlib.Path lik
https://bugs.python.org/issue35246  opened by lilydjwg

#35247: test.test_socket.RDSTest.testPeek hangs indefinitely
https://bugs.python.org/issue35247  opened by markmcclain

#35248: RawArray causes FileNotFoundError at cleanup
https://bugs.python.org/issue35248  opened by Mathieu Lamarre

#35250: Minor parameter documentation mismatch for turtle
https://bugs.python.org/issue35250  opened by Shane Smith

#35251: FTPHandler.ftp_open documentation error
https://bugs.python.org/issue35251  opened by lys.nikolaou

#35252: test_functools dead code after FIXME
https://bugs.python.org/issue35252  opened by lys.nikolaou

#35253: Linker warning LNK4281
https://bugs.python.org/issue35253  opened by neyuru

#35255: delete "How do I extract the downloaded documentation" section
https://bugs.python.org/issue35255  opened by deronnax

#35257: Add LDFLAGS_NODIST for the LDFLAGS not int

[Python-Dev] Summary of Python tracker Issues

2019-01-04 Thread Python tracker


ACTIVITY SUMMARY (2018-12-28 - 2019-01-04)
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:
  open6922 (+19)
  closed 40487 (+34)
  total  47409 (+53)

Open issues with patches: 2748 


Issues opened (34)
==

#35606: Add prod() function to the math module
https://bugs.python.org/issue35606  opened by rhettinger

#35608: python3 multiprocessing queue deadlock when use thread and pro
https://bugs.python.org/issue35608  opened by beruhan

#35610: IDLE: replace use of EditorWindow.context_use_ps1
https://bugs.python.org/issue35610  opened by terry.reedy

#35611: open doesn't call IncrementalEncoder with final=True
https://bugs.python.org/issue35611  opened by haney

#35615: "RuntimeError: Dictionary changed size during iteration" when 
https://bugs.python.org/issue35615  opened by ltfish

#35616: Change references to '4.0'.
https://bugs.python.org/issue35616  opened by terry.reedy

#35617: unittest discover does not work with implicit namespaces
https://bugs.python.org/issue35617  opened by Simon Fagerholm

#35618: Allow users to set suffix list in cookiejar policy
https://bugs.python.org/issue35618  opened by xtreak

#35619: Support custom data descriptors in pydoc
https://bugs.python.org/issue35619  opened by serhiy.storchaka

#35620: asyncio test failure on appveyor
https://bugs.python.org/issue35620  opened by terry.reedy

#35621: asyncio.create_subprocess_exec() only works with main event lo
https://bugs.python.org/issue35621  opened by sth

#35622: Add support for Linux SCHED_DEADLINE
https://bugs.python.org/issue35622  opened by mb_

#35624: Shelve sync issues while using Gevent
https://bugs.python.org/issue35624  opened by Oded Engel

#35625: documentation of list, set & dict comprehension make no mentio
https://bugs.python.org/issue35625  opened by bzip2

#35627: multiprocessing.queue in 3.7.2 doesn't behave as it was in 3.7
https://bugs.python.org/issue35627  opened by June Kim

#35628: Allow lazy loading of translations in gettext.
https://bugs.python.org/issue35628  opened by s-ball

#35629: hang and/or leaked processes with multiprocessing.Pool(...).im
https://bugs.python.org/issue35629  opened by Anthony Sottile

#35632: support unparse for Suite ast
https://bugs.python.org/issue35632  opened by thautwarm

#35633: test_eintr fails on AIX since fcntl functions were modified
https://bugs.python.org/issue35633  opened by Michael.Felt

#35634: kwargs regression when there are multiple entries with the sam
https://bugs.python.org/issue35634  opened by iceboy

#35635: asyncio.create_subprocess_exec() only works in main thread
https://bugs.python.org/issue35635  opened by stefan

#35636: remove redundant check in unicode_hash(PyObject *self)
https://bugs.python.org/issue35636  opened by Ma Lin

#35638: Introduce fixed point locale aware format type for floating po
https://bugs.python.org/issue35638  opened by steelman

#35639: Lowecasing Unicode Characters
https://bugs.python.org/issue35639  opened by kingofsevens

#35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler
https://bugs.python.org/issue35640  opened by eamanu

#35642: _asynciomodule.c compiled in both pythoncore.vcxproj and _asyn
https://bugs.python.org/issue35642  opened by Gregory.Szorc

#35644: venv doesn't work on Windows when no venvlauncher executable p
https://bugs.python.org/issue35644  opened by Ray Donnelly

#35647: Cookie path check returns incorrect results
https://bugs.python.org/issue35647  opened by xtreak

#35649: http.client doesn't close. Infinite loop
https://bugs.python.org/issue35649  opened by skorpeo

#35651: PEP 257 (active) references PEP 258 (rejected) as if it were a
https://bugs.python.org/issue35651  opened by ExplodingCabbage

#35652: Add use_srcentry parameter to shutil.copytree() II
https://bugs.python.org/issue35652  opened by flokX

#35654: Remove 'guarantee' that sorting only relies on __lt__ from sor
https://bugs.python.org/issue35654  opened by mjpieters

#35656: More matchers in unittest.mock
https://bugs.python.org/issue35656  opened by Petter S

#35657: multiprocessing.Process.join() ignores timeout if child proces
https://bugs.python.org/issue35657  opened by Huazuo Gao



Most recent 15 issues with no replies (15)
==

#35656: More matchers in unittest.mock
https://bugs.python.org/issue35656

#35652: Add use_srcentry parameter to shutil.copytree() II
https://bugs.python.org/issue35652

#35651: PEP 257 (active) references PEP 258 (rejected) as if it were a
https://bugs.python.org/issue35651

#35647: Cookie path check returns incorrect results
https://bugs.python.org/issue35647

#35642: _asynciomodule.c compiled in both pythoncore.vcxproj and _asyn
https://bugs.python.org/issue35642

#35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler
https://bugs.python.org/issu

[Python-Dev] Summary of Python tracker Issues

2019-01-11 Thread Python tracker

ACTIVITY SUMMARY (2019-01-04 - 2019-01-11)
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:
  open6932 (+10)
  closed 40537 (+50)
  total  47469 (+60)

Open issues with patches: 2762 


Issues opened (46)
==

#8538: Add FlagAction to argparse
https://bugs.python.org/issue8538  reopened by vstinner

#32592: Drop support of Windows Vista in Python 3.7
https://bugs.python.org/issue32592  reopened by vstinner

#35661: Store the venv prompt in pyvenv.cfg
https://bugs.python.org/issue35661  opened by brett.cannon

#35662: Windows #define _PY_EMULATED_WIN_CV 0 bug
https://bugs.python.org/issue35662  opened by je...@livedata.com

#35663: webbrowser.py firefox bug [python3, windows 10]
https://bugs.python.org/issue35663  opened by codextj

#35666: Update design FAQ about assignment expression
https://bugs.python.org/issue35666  opened by carlbordum

#35667: activate for venv containing apostrophe doesn't work in powers
https://bugs.python.org/issue35667  opened by cheryl.sabella

#35668: Improve test coverage for idlelib
https://bugs.python.org/issue35668  opened by anthony shaw

#35669: tar symlink
https://bugs.python.org/issue35669  opened by Yilmaz

#35671: reserved identifier violation
https://bugs.python.org/issue35671  opened by elfring

#35673: Loader for namespace packages
https://bugs.python.org/issue35673  opened by ronaldoussoren

#35674: Expose os.posix_spawnp()
https://bugs.python.org/issue35674  opened by vstinner

#35675: IDLE: Refactor config_key module.
https://bugs.python.org/issue35675  opened by terry.reedy

#35676: unittest assert helper methods have incorrect signature in doc
https://bugs.python.org/issue35676  opened by אורי

#35677: Do not automount in stat() by default
https://bugs.python.org/issue35677  opened by serhiy.storchaka

#35679: pdb restart hooks
https://bugs.python.org/issue35679  opened by Hernot

#35680: [2.7] Coverity scan: Passing freed pointer "name" as an argume
https://bugs.python.org/issue35680  opened by cstratak

#35681: urllib.request.HTTPPasswordMgr.add_password requires more info
https://bugs.python.org/issue35681  opened by tsekine

#35683: Enable manylinux1 builds on Pipelines for CI testing
https://bugs.python.org/issue35683  opened by steve.dower

#35685: Add samples on patch.dict of the use of decorator and in class
https://bugs.python.org/issue35685  opened by eamanu

#35686: BufferError with memory.release()
https://bugs.python.org/issue35686  opened by Thomas.Waldmann

#35687: The unittest module diff is missing/forgetting/not putting new
https://bugs.python.org/issue35687  opened by addons_zz

#35688: "pip install --user numpy" fails on Python from the Windows St
https://bugs.python.org/issue35688  opened by mattip

#35689: IDLE: Docstrings and test for colorizer
https://bugs.python.org/issue35689  opened by cheryl.sabella

#35690: IDLE: Fix and test debugger.
https://bugs.python.org/issue35690  opened by terry.reedy

#35691: cpython3.7.2 make test failed
https://bugs.python.org/issue35691  opened by Wencan Deng

#35692: pathlib.Path.exists() on non-existent drive raises WinError in
https://bugs.python.org/issue35692  opened by Jordan Hueckstaedt

#35693: test_httpservers fails
https://bugs.python.org/issue35693  opened by neyuru

#35696: remove unnecessary operation in long_compare()
https://bugs.python.org/issue35696  opened by Ma Lin

#35697: _decimal: Implement the previously rejected changes from #7442
https://bugs.python.org/issue35697  opened by vstinner

#35698: [statistics] Division by 2 in statistics.median
https://bugs.python.org/issue35698  opened by jfine2358

#35699: distutils cannot find Build Tools 2017 since 3.7.2
https://bugs.python.org/issue35699  opened by schlamar

#35701: [uuid] 3.8 breaks weak references for UUIDs
https://bugs.python.org/issue35701  opened by josh.r

#35704: On AIX, test_unpack_archive_xztar fails with default MAXDATA s
https://bugs.python.org/issue35704  opened by Michael.Felt

#35705: libffi support is not there for windows on ARM64
https://bugs.python.org/issue35705  opened by ossdev07

#35706: Make it easier to use a venv with an embedded Python interpret
https://bugs.python.org/issue35706  opened by Dieter Weber

#35707: time.sleep() should support objects with __float__
https://bugs.python.org/issue35707  opened by jdemeyer

#35708: lib2to3 failed to convert as refactor's fixes not search.pyc f
https://bugs.python.org/issue35708  opened by njhsio

#35710: Make dataclasses.field() accept another name for __init__ fiel
https://bugs.python.org/issue35710  opened by remi.lapeyre

#35711: Print information about an unexpectedly pending error before c
https://bugs.python.org/issue35711  opened by sfreilich

#35712: Make NotImplemented unusable in boolean context
https://bugs.python.org/issue35712  opened by josh.r

#35713: Fatal Python error: _Py

[Python-Dev] Summary of Python tracker Issues

2018-12-28 Thread Python tracker

ACTIVITY SUMMARY (2018-12-21 - 2018-12-28)
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:
  open6902 ( +6)
  closed 40454 (+47)
  total  47356 (+53)

Open issues with patches: 2739 


Issues opened (33)
==

#35556: See if frozen modules can use relative imports
https://bugs.python.org/issue35556  opened by brett.cannon

#35557: Allow lowercase hexadecimal characters in base64.b16decode()
https://bugs.python.org/issue35557  opened by djhoulihan

#35560: format(float(123), "00") causes segfault in debug builds
https://bugs.python.org/issue35560  opened by xtreak

#35561: Valgrind reports Syscall param epoll_ctl(event) points to unin
https://bugs.python.org/issue35561  opened by nikratio

#35563: Doc: warnings.rst - add links to references
https://bugs.python.org/issue35563  opened by cheryl.sabella

#35568: Expose the C raise() function in the signal module, for use on
https://bugs.python.org/issue35568  opened by njs

#35569: OSX: Enable IPV6_RECVPKTINFO
https://bugs.python.org/issue35569  opened by chrysn

#35570: 2to3 creates code using deprecated imp module
https://bugs.python.org/issue35570  opened by hanno

#35571: Parallel Timeout Class
https://bugs.python.org/issue35571  opened by Stefan Volz

#35573: is_HDN is returns false positive and false negative value for 
https://bugs.python.org/issue35573  opened by Divya Rani

#35577: side_effect mocked method lose reference to instance
https://bugs.python.org/issue35577  opened by Adnan Umer

#35578: Add test for Argument Clinic converters
https://bugs.python.org/issue35578  opened by serhiy.storchaka

#35580: Windows IocpProactor: CreateIoCompletionPort 4th arg 0xfff
https://bugs.python.org/issue35580  opened by je...@livedata.com

#35581: Document @typing.type_check_only
https://bugs.python.org/issue35581  opened by srittau

#35582: Argument Clinic: inline parsing code for functions with only p
https://bugs.python.org/issue35582  opened by serhiy.storchaka

#35583: (glibc2.28/MIPS32EL) python 3.7.x interpreter segmentation fau
https://bugs.python.org/issue35583  opened by broly

#35584: Wrong statement about ^ in howto/regex.rst
https://bugs.python.org/issue35584  opened by mdk

#35586: Open pyexpat compilation, Make shows error(missing separator
https://bugs.python.org/issue35586  opened by kbengine

#35588: Speed up mod/divmod/floordiv for Fraction type
https://bugs.python.org/issue35588  opened by scoder

#35589: BaseSelectorEventLoop.sock_sendall() performance regression: e
https://bugs.python.org/issue35589  opened by Huazuo Gao

#35590: logging.handlers.SysLogHandler with STREAM connects in constru
https://bugs.python.org/issue35590  opened by jso2460

#35592: Not able to use Python 3.7.2 due to SSL issue
https://bugs.python.org/issue35592  opened by Gunasekar Rajendran

#35593: Register standard browser: Chrome
https://bugs.python.org/issue35593  opened by eamanu

#35594: Python script generating Segmentation Fault
https://bugs.python.org/issue35594  opened by Daugeras

#35595: Add sys flag to always show full paths in stack traces (instea
https://bugs.python.org/issue35595  opened by Scott Arciszewski

#35596: Fatal Python error: initfsencoding: unable to load the file sy
https://bugs.python.org/issue35596  opened by hyu

#35598: IDLE: Modernize config_key module
https://bugs.python.org/issue35598  opened by cheryl.sabella

#35599: asyncio windows_events.py IocpProactor bug
https://bugs.python.org/issue35599  opened by je...@livedata.com

#35600: Expose siphash
https://bugs.python.org/issue35600  opened by Dima.Tisnek

#35601: Race condition in test_signal_handling_args x86-64 High Sierra
https://bugs.python.org/issue35601  opened by pablogsal

#35602: cleanup code may fail in test_asyncio.test_unix_events.Selecto
https://bugs.python.org/issue35602  opened by pablogsal

#35603: table header in output of difflib.HtmlDiff.make_table is not e
https://bugs.python.org/issue35603  opened by xtreak

#35605: backported patch requires new sphinx, minimum sphinx version w
https://bugs.python.org/issue35605  opened by Anthony Sottile



Most recent 15 issues with no replies (15)
==

#35603: table header in output of difflib.HtmlDiff.make_table is not e
https://bugs.python.org/issue35603

#35602: cleanup code may fail in test_asyncio.test_unix_events.Selecto
https://bugs.python.org/issue35602

#35601: Race condition in test_signal_handling_args x86-64 High Sierra
https://bugs.python.org/issue35601

#35599: asyncio windows_events.py IocpProactor bug
https://bugs.python.org/issue35599

#35593: Register standard browser: Chrome
https://bugs.python.org/issue35593

#35586: Open pyexpat compilation, Make shows error(missing separator
https://bugs.python.org/issue35586

#35582: Argument Clinic: inline parsing code for functions with only p
https://bugs.

[Python-Dev] Summary of Python tracker Issues

2018-09-14 Thread Python tracker


ACTIVITY SUMMARY (2018-09-07 - 2018-09-14)
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:
  open6819 (-22)
  closed 39612 (+95)
  total  46431 (+73)

Open issues with patches: 2716 


Issues opened (38)
==

#23354: Loading 2 GiLOC file which raises exception causes wrong trace
https://bugs.python.org/issue23354  reopened by benjamin.peterson

#26544: platform.libc_ver() returns incorrect version number
https://bugs.python.org/issue26544  reopened by vstinner

#33083: math.factorial accepts non-integral Decimal instances
https://bugs.python.org/issue33083  reopened by vstinner

#34609: Idle Unitest
https://bugs.python.org/issue34609  opened by pisc...@yahoo.fr

#34610: Incorrect iteration of Manager.dict() method of the multiproce
https://bugs.python.org/issue34610  opened by deltaclock

#34613: asyncio.StreamReader initialization documentation incorrectly 
https://bugs.python.org/issue34613  opened by psycojoker

#34616: implement "Async exec"
https://bugs.python.org/issue34616  opened by mbussonn

#34617: socket.recvfrom(): docs should warn about packet truncation wh
https://bugs.python.org/issue34617  opened by Anees Ahmed

#34620: Octal byte literals with a decimal value > 255 are silently tr
https://bugs.python.org/issue34620  opened by bup

#34623: _elementtree.c doesn't call XML_SetHashSalt()
https://bugs.python.org/issue34623  opened by christian.heimes

#34624: -W option does not accept module regexes
https://bugs.python.org/issue34624  opened by coldfix

#34626: PEP 384's PyType_Spec and PyType_Slot are not documented
https://bugs.python.org/issue34626  opened by petr.viktorin

#34628: urllib.request.urlopen fails when userinfo is present in URL
https://bugs.python.org/issue34628  opened by ytvwld

#34629: Python3 regression for urllib(2).urlopen(...).fp for chunked h
https://bugs.python.org/issue34629  opened by tkruse

#34630: Don't log ssl cert errors in asyncio
https://bugs.python.org/issue34630  opened by asvetlov

#34631: Upgrade to OpenSSL 1.1.1
https://bugs.python.org/issue34631  opened by christian.heimes

#34632: Port importlib_metadata to Python 3.8
https://bugs.python.org/issue34632  opened by barry

#34634: New asyncio streams API
https://bugs.python.org/issue34634  opened by asvetlov

#34639: PYTHONCOERCECLOCALE is ignored when using -E or -I option
https://bugs.python.org/issue34639  opened by vstinner

#34643: How to build Release Version of Python in Windows?
https://bugs.python.org/issue34643  opened by Valentin Zhao

#34648: Confirm the types of parameters of traceback.format_list and t
https://bugs.python.org/issue34648  opened by Nathaniel Manista

#34651: Disallow fork in a subinterpreter.
https://bugs.python.org/issue34651  opened by eric.snow

#34655: Support sendfile in asyncio streams API
https://bugs.python.org/issue34655  opened by asvetlov

#34656: memory exhaustion in Modules/_pickle.c:1393
https://bugs.python.org/issue34656  opened by shuoz

#34659: Inconsistency between functools.reduce & itertools.accumulate
https://bugs.python.org/issue34659  opened by lycantropos

#34662: tarfile.TarFile may write corrupt files if not closed
https://bugs.python.org/issue34662  opened by lordmauve

#34663: Support POSIX_SPAWN_USEVFORK flag in posix_spawn
https://bugs.python.org/issue34663  opened by pablogsal

#34665: Py_FinalizeEx() - Bugs & caveats - Add info that NumPy and Pan
https://bugs.python.org/issue34665  opened by jcmuel

#34667: Review documentation section by section
https://bugs.python.org/issue34667  opened by willingc

#34669: test_ssl fails if SSLv2 is enabled
https://bugs.python.org/issue34669  opened by benjamin.peterson

#34670: Add set_post_handshake_auth for TLS 1.3
https://bugs.python.org/issue34670  opened by christian.heimes

#34672: '%Z' strftime specifier never works with musl
https://bugs.python.org/issue34672  opened by benjamin.peterson

#34673: make the eval loop more editable
https://bugs.python.org/issue34673  opened by benjamin.peterson

#34676: Guarantie that divmod() and PyNumber_Divmod() return a 2-tuple
https://bugs.python.org/issue34676  opened by serhiy.storchaka

#34677: Event scheduler page example
https://bugs.python.org/issue34677  opened by mediator42

#34678: need to remove the term "white space"
https://bugs.python.org/issue34678  opened by dwaygig

#34679: asyncio.add_signal_handler call fails if not on main thread
https://bugs.python.org/issue34679  opened by jnwatson

#34680: asyncio event_loop close fails off main thread if signal handl
https://bugs.python.org/issue34680  opened by jnwatson



Most recent 15 issues with no replies (15)
==

#34680: asyncio event_loop close fails off main thread if signal handl
https://bugs.python.org/issue34680

#34679: asyncio.add_signal_handler call fails if not on main

[Python-Dev] Summary of Python tracker Issues

2019-03-29 Thread Python tracker

ACTIVITY SUMMARY (2019-03-22 - 2019-03-29)
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:
  open7048 ( -3)
  closed 41176 (+76)
  total  48224 (+73)

Open issues with patches: 2809 


Issues opened (50)
==

#22189: collections.UserString missing some str methods
https://bugs.python.org/issue22189  reopened by rhettinger

#28190: Cross-build _curses failed if host ncurses headers and target 
https://bugs.python.org/issue28190  reopened by doko

#33356: Windows 10 buildbot: test__xxsubinterpreters.test_already_runn
https://bugs.python.org/issue33356  reopened by vstinner

#35155: Clarify Protocol Handlers in urllib.request Docs
https://bugs.python.org/issue35155  reopened by orsenthil

#36150: Possible assertion failures due to _ctypes.c's PyCData_reduce(
https://bugs.python.org/issue36150  reopened by serhiy.storchaka

#36344: install_certificates.command too complicated
https://bugs.python.org/issue36344  reopened by ned.deily

#36402: test_threading: test_threads_join_2() failed with "Fatal Pytho
https://bugs.python.org/issue36402  opened by vstinner

#36403: AsyncIterator on 3.7: __aiter__ no longer honors finally block
https://bugs.python.org/issue36403  opened by asksol

#36404: Document PendingDeprecationWarning as deprecated
https://bugs.python.org/issue36404  opened by inada.naoki

#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no
https://bugs.python.org/issue36406  opened by Dutcho

#36408: Tkinter multi-processing performance, Linux 10-25 times faster
https://bugs.python.org/issue36408  opened by james.mccormack

#36409: plistlib old API should be removed
https://bugs.python.org/issue36409  opened by bigfootjon

#36411: Python 3 f.tell() gets out of sync with file pointer in binary
https://bugs.python.org/issue36411  opened by pewscorner

#36414: Multiple test failures in GCC and Clang optional builds on Tra
https://bugs.python.org/issue36414  opened by xtreak

#36416: bytes.rpartition bug in online documentation
https://bugs.python.org/issue36416  opened by pewscorner

#36417: unicode.isdecimal bug in online Python 2 documentation
https://bugs.python.org/issue36417  opened by pewscorner

#36418: urllib.parse.*Result: support _replace for additional computed
https://bugs.python.org/issue36418  opened by cheryl.sabella

#36419: IDLE autocomplete: refactor and polish code and tests
https://bugs.python.org/issue36419  opened by terry.reedy

#36422: tempfile.TemporaryDirectory() removes entire directory tree ev
https://bugs.python.org/issue36422  opened by riccardomurri

#36424: Pickle fails on frozen dataclass that has slots
https://bugs.python.org/issue36424  opened by drhagen

#36426: exec() issue when used inside function
https://bugs.python.org/issue36426  opened by schperplata

#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t
https://bugs.python.org/issue36427  opened by pablogsal

#36429: Fix starting IDLE with pyshell
https://bugs.python.org/issue36429  opened by terry.reedy

#36432: Running python test suite fails on macOS 10.14.4 with resource
https://bugs.python.org/issue36432  opened by ned.deily

#36434: Zipfile breaks if signalled during write()
https://bugs.python.org/issue36434  opened by and800

#36437: method_descriptor surprising error message when self is passed
https://bugs.python.org/issue36437  opened by vstinner

#36438: Python 3.5.7 import error on Cross compile
https://bugs.python.org/issue36438  opened by Brian Spratke

#36439: Inconsistencies with datetime.fromtimestamp(t) when t < 0
https://bugs.python.org/issue36439  opened by Tiger-222

#36440: more helpful diagnostics for parser module
https://bugs.python.org/issue36440  opened by A. Skrobov

#36442: Different ValueError for the same operation in List and Tuple
https://bugs.python.org/issue36442  opened by HardikPatel

#36445: bus error in test_gil test on armhf running with 64bit kernel
https://bugs.python.org/issue36445  opened by doko

#36448: Message "You will need to rebuild pythoncore to see the change
https://bugs.python.org/issue36448  opened by jdemeyer

#36449: __aexit__ is not called when a context manager is used in an a
https://bugs.python.org/issue36449  opened by Andrey Lemets

#36453: pkgutil.get_importer only return the first valid path_hook(imp
https://bugs.python.org/issue36453  opened by Windson Yang

#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE 
https://bugs.python.org/issue36454  opened by vstinner

#36456: task.cancel unbound recursion
https://bugs.python.org/issue36456  opened by Dima.Tisnek

#36457: functools.singledispatchmethod interacts poorly with subclasse
https://bugs.python.org/issue36457  opened by Tim Mitchell2

#36460: Add AMP MIME type support
https://bugs.python.org/issue36460  opened by Daniel Black

#36461: timeit: Additional changes for au

[Python-Dev] Summary of Python tracker Issues

2019-04-05 Thread Python tracker


ACTIVITY SUMMARY (2019-03-29 - 2019-04-05)
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:
  open7056 ( +8)
  closed 41231 (+55)
  total  48287 (+63)

Open issues with patches: 2816 


Issues opened (44)
==

#36260: Cpython/Lib vulnerability found and request a patch submission
https://bugs.python.org/issue36260  reopened by krnick

#36474: RecursionError resets trace function set via sys.settrace
https://bugs.python.org/issue36474  opened by blueyed

#36475: PyEval_AcquireLock() and PyEval_AcquireThread() do not handle 
https://bugs.python.org/issue36475  opened by eric.snow

#36476: Runtime finalization assumes all other threads have exited.
https://bugs.python.org/issue36476  opened by eric.snow

#36478: backport of pickle fixes to Python 3.5.7 uses C99 for loops
https://bugs.python.org/issue36478  opened by Anthony Sottile

#36479: Exit threads when interpreter is finalizing rather than runtim
https://bugs.python.org/issue36479  opened by eric.snow

#36481: telnetlib process_rawq() callback
https://bugs.python.org/issue36481  opened by Quanthir

#36484: Can't reorder TLS 1.3 ciphersuites
https://bugs.python.org/issue36484  opened by Eman Alashwali

#36485: Establish a uniform way to clear all caches in a given module
https://bugs.python.org/issue36485  opened by serhiy.storchaka

#36486: Bugs and inconsistencies in unicodedata
https://bugs.python.org/issue36486  opened by dscorbett

#36487: Make C-API docs  clear about what the "main" interpreter is
https://bugs.python.org/issue36487  opened by nanjekyejoannah

#36488: os.sendfile() on BSD and macOS does not return bytes sent on E
https://bugs.python.org/issue36488  opened by giampaolo.rodola

#36489: add filename_extension_map and/or content-types_map dict(s) to
https://bugs.python.org/issue36489  opened by Daniel Black

#36490: Modernize function signature format in Archiving section of sh
https://bugs.python.org/issue36490  opened by CAM-Gerlach

#36494: bdb.Bdb.set_trace: should set f_trace_lines = True
https://bugs.python.org/issue36494  opened by blueyed

#36495: Out-of-bounds array reads in Python/ast.c
https://bugs.python.org/issue36495  opened by blarsen

#36497: Undocumented behavior in csv.Sniffer (preferred delimiters)
https://bugs.python.org/issue36497  opened by thomas

#36500: Add "regen-*" equivalent projects for Windows builds
https://bugs.python.org/issue36500  opened by anthony shaw

#36501: Remove POSIX.1e ACLs in tests that rely on default permissions
https://bugs.python.org/issue36501  opened by Ivan.Pozdeev

#36502: The behavior of str.isspace() for U+00A0 and U+202F is differe
https://bugs.python.org/issue36502  opened by Jun

#36503: remove references to aix3 and aix4 in \*.py
https://bugs.python.org/issue36503  opened by Michael.Felt

#36504: Signed integer overflow in _ctypes.c's PyCArrayType_new()
https://bugs.python.org/issue36504  opened by ZackerySpytz

#36506: [security] CVE-2019-10268: An arbitrary execution vulnerabilit
https://bugs.python.org/issue36506  opened by bigbigliang

#36508: python-config --ldflags must not contain LINKFORSHARED ("-Xlin
https://bugs.python.org/issue36508  opened by vstinner

#36509: Add iot layout for windows iot containers
https://bugs.python.org/issue36509  opened by Paul Monson

#36511: Add Windows ARM32 buildbot
https://bugs.python.org/issue36511  opened by Paul Monson

#36512: future_factory argument for Thread/ProcessPoolExecutor
https://bugs.python.org/issue36512  opened by stefanhoelzl

#36513: Add support for building arm32 nuget package
https://bugs.python.org/issue36513  opened by Paul Monson

#36515: unaligned memory access in the _sha3 extension
https://bugs.python.org/issue36515  opened by doko

#36516: Python Launcher can not recognize pyw file as Python GUI Scrip
https://bugs.python.org/issue36516  opened by gjj2828

#36517: typing.NamedTuple does not support mixins
https://bugs.python.org/issue36517  opened by rectalogic

#36518: Avoid conflicts when pass arbitrary keyword arguments to Pytho
https://bugs.python.org/issue36518  opened by serhiy.storchaka

#36519: Blake2b/s implementations have minor GIL issues
https://bugs.python.org/issue36519  opened by gwk

#36520: Email header folded incorrectly
https://bugs.python.org/issue36520  opened by Jonathan Horn

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521  opened by rhettinger

#36523: missing docs for IOBase writelines
https://bugs.python.org/issue36523  opened by Marcin Niemira

#36527: unused parameter warnings in Include/object.h (affecting build
https://bugs.python.org/issue36527  opened by AMDmi3

#36528: Remove duplicate tests in Lib/tests/re_tests.py
https://bugs.python.org/issue36528  opened by xtreak

#36529: Python from WindowsStore: can't install package using "-m pip"

[Python-Dev] Summary of Python tracker Issues

2019-03-01 Thread Python tracker

ACTIVITY SUMMARY (2019-02-22 - 2019-03-01)
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:
  open7012 (+13)
  closed 40898 (+64)
  total  47910 (+77)

Open issues with patches: 2791 


Issues opened (44)
==

#35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem()
https://bugs.python.org/issue35459  reopened by vstinner

#35931: pdb: "debug print(" crashes with SyntaxError
https://bugs.python.org/issue35931  reopened by blueyed

#36084: Threading: add builtin TID attribute to Thread objects
https://bugs.python.org/issue36084  opened by jaketesler

#36085: Enable better DLL resolution
https://bugs.python.org/issue36085  opened by steve.dower

#36086: Split IDLE into separate feature in Windows installer
https://bugs.python.org/issue36086  opened by kimsey0

#36091: clean up async generator from types module
https://bugs.python.org/issue36091  opened by scotchka

#36092: unittest.mock's patch.object and patch.dict are not supported 
https://bugs.python.org/issue36092  opened by xtreak

#36093: UnicodeEncodeError raise from smtplib.verify() method
https://bugs.python.org/issue36093  opened by Windson Yang

#36094: When using an SMTP SSL connection,, get ValueError.
https://bugs.python.org/issue36094  opened by tyrone-zhao

#36095: Better NaN sorting.
https://bugs.python.org/issue36095  opened by brandtbucher

#36097: Use only public C-API in _xxsubinterpreters module.
https://bugs.python.org/issue36097  opened by eric.snow

#36098: asyncio: ssl client-server with "slow" read
https://bugs.python.org/issue36098  opened by MultiSosnooley

#36099: Clarify the difference between mu and xbar in the statistics d
https://bugs.python.org/issue36099  opened by steven.daprano

#36100: Document the differences between str.isdigit, isdecimal and is
https://bugs.python.org/issue36100  opened by StyXman

#36103: Increase shutil.COPY_BUFSIZE
https://bugs.python.org/issue36103  opened by inada.naoki

#36107: aarch64 python3 buffer overflow with stack protector on rpi3 (
https://bugs.python.org/issue36107  opened by Natanael Copa

#36108: Avoid failing the build on race condition in clean
https://bugs.python.org/issue36108  opened by steve.dower

#36114: test_multiprocessing_spawn changes the execution environment
https://bugs.python.org/issue36114  opened by pablogsal

#36116: test_multiprocessing_spawn fails on AMD64 Windows8 3.x
https://bugs.python.org/issue36116  opened by pablogsal

#36121: csv: Non global alternative to csv.field_size_limit
https://bugs.python.org/issue36121  opened by Carlos Ramos

#36124: Provide convenient C API for storing per-interpreter state
https://bugs.python.org/issue36124  opened by ncoghlan

#36127: Argument Clinic: inline parsing code for functions with keywor
https://bugs.python.org/issue36127  opened by serhiy.storchaka

#36128: ResourceReader for FileLoader inconsistently handles path sepa
https://bugs.python.org/issue36128  opened by indygreg

#36129: io documentation unclear about flush() and close() semantics f
https://bugs.python.org/issue36129  opened by indygreg

#36130: Pdb(skip=[...]) + module without __name__ => TypeError
https://bugs.python.org/issue36130  opened by Anthony Sottile

#36132: Python cannot access hci_channel field in sockaddr_hci
https://bugs.python.org/issue36132  opened by bsder

#36133: ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker cou
https://bugs.python.org/issue36133  opened by Fabian Dill

#36136: Windows: python._pth sets isolated mode late during Python ini
https://bugs.python.org/issue36136  opened by vstinner

#36137: SSL verification fails for some sites inside windows docker co
https://bugs.python.org/issue36137  opened by Mika Fischer

#36138: Improve documentation about converting datetime.timedelta to s
https://bugs.python.org/issue36138  opened by p-ganssle

#36139: release GIL on mmap dealloc
https://bugs.python.org/issue36139  opened by davide.rizzo

#36140: An incorrect check in _msi.c's msidb_getsummaryinformation()
https://bugs.python.org/issue36140  opened by ZackerySpytz

#36141: configure: error: could not find pthreads on your system durin
https://bugs.python.org/issue36141  opened by muhzi

#36142: Add a new _PyPreConfig step to Python initialization to setup 
https://bugs.python.org/issue36142  opened by vstinner

#36143: Auto-generate Lib/keyword.py
https://bugs.python.org/issue36143  opened by gvanrossum

#36144: Dictionary addition.
https://bugs.python.org/issue36144  opened by brandtbucher

#36145: android arm cross compilation fails, config issue
https://bugs.python.org/issue36145  opened by muhzi

#36147: [2.7] Coverity scan: Modules/_ctypes/cfield.c , Variable "resu
https://bugs.python.org/issue36147  opened by cstratak

#36149: use of uninitialised memory in cPickle.
https://bugs.python.org/issue36149  opened by twouters

#36153: 

[Python-Dev] Summary of Python tracker Issues

2019-03-05 Thread Python tracker

ACTIVITY SUMMARY (2019-02-15 - 2019-02-22)
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:
  open6999 (-10)
  closed 40834 (+87)
  total  47833 (+77)

Open issues with patches: 2795 


Issues opened (45)
==

#36008: [good first issue] Update documentation for 3.8
https://bugs.python.org/issue36008  opened by cheryl.sabella

#36010: Please provide a .zip Windows release of Python that is not cr
https://bugs.python.org/issue36010  opened by jt

#36011: ssl - tls verify on Windows fails
https://bugs.python.org/issue36011  opened by chris-k

#36015: streamhandler cannot represent streams with an integer as name
https://bugs.python.org/issue36015  opened by Riccardo Magliocchetti

#36016: Allow gc.getobjects to return the objects tracked by a specifi
https://bugs.python.org/issue36016  opened by pablogsal

#36017: test_grp
https://bugs.python.org/issue36017  opened by mjbrands

#36018: Add a Normal Distribution class to the statistics module
https://bugs.python.org/issue36018  opened by rhettinger

#36019: test_urllib fail in s390x buildbots: http://www.example.com/
https://bugs.python.org/issue36019  opened by pablogsal

#36020: HAVE_SNPRINTF and MSVC std::snprintf support
https://bugs.python.org/issue36020  opened by palotasb-conti

#36021: [Security][Windows] webbrowser: WindowsDefault uses os.startfi
https://bugs.python.org/issue36021  opened by vstinner

#36022: [Security] logging.config should not use eval()
https://bugs.python.org/issue36022  opened by vstinner

#36023: Improve configparser.ConfigParser repr
https://bugs.python.org/issue36023  opened by remi.lapeyre

#36025: Breaking change in PyDate_FromTimeStamp API
https://bugs.python.org/issue36025  opened by p-ganssle

#36026: Different error message when sys.settrace is used
https://bugs.python.org/issue36026  opened by SylvainDe

#36027: Support negative exponents in pow() where a modulus is specifi
https://bugs.python.org/issue36027  opened by rhettinger

#36029: Use title-case HTTP header fields
https://bugs.python.org/issue36029  opened by maggyero

#36030: add internal API function to create tuple without items array 
https://bugs.python.org/issue36030  opened by sir-sigurd

#36033: logging.makeLogRecord should update "rv" using a dict defined 
https://bugs.python.org/issue36033  opened by ralonsoh

#36034: Suprise halt caused by -Werror=implicit-function-declaration i
https://bugs.python.org/issue36034  opened by Michael.Felt

#36035: pathlib.Path().rglob() breaks with broken symlinks
https://bugs.python.org/issue36035  opened by Jörg Stucke

#36036: Add method to get user defined command line arguments in unitt
https://bugs.python.org/issue36036  opened by remi.lapeyre

#36041: email: folding of quoted string in display_name violates RFC
https://bugs.python.org/issue36041  opened by aaryn.startmail

#36042: Setting __init_subclass__ and __class_getitem__ methods are in
https://bugs.python.org/issue36042  opened by BTaskaya

#36043: FileCookieJar constructor don't accept PathLike
https://bugs.python.org/issue36043  opened by kapsh

#36044: PROFILE_TASK for PGO build is not a good workload
https://bugs.python.org/issue36044  opened by nascheme

#36045: builtins.help function is not much help with async functions
https://bugs.python.org/issue36045  opened by Dan Rose

#36046: support dropping privileges when running subprocesses
https://bugs.python.org/issue36046  opened by patrick.mclean

#36048: Deprecate implicit truncating when convert Python numbers to C
https://bugs.python.org/issue36048  opened by serhiy.storchaka

#36050: Why does http.client.HTTPResponse._safe_read use MAXAMOUNT
https://bugs.python.org/issue36050  opened by bmerry

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051  opened by bmerry

#36053: pkgutil.walk_packages jumps out from given path if there is pa
https://bugs.python.org/issue36053  opened by karkucik

#36054: Way to detect CPU count inside docker container
https://bugs.python.org/issue36054  opened by keirlawson

#36058: Improve file decoding before re.search
https://bugs.python.org/issue36058  opened by terry.reedy

#36064: docs: urllib.request.Request not accepting iterables data type
https://bugs.python.org/issue36064  opened by sylye

#36066: Add `empty` block to `for` and `while` loops.
https://bugs.python.org/issue36066  opened by wlohu

#36067: subprocess terminate() "invalid handle" error when process is 
https://bugs.python.org/issue36067  opened by giampaolo.rodola

#36071: Add support for Windows ARM32 in ctypes/libffi
https://bugs.python.org/issue36071  opened by Paul Monson

#36072: str.translate() behaves differently for ASCII-only and other s
https://bugs.python.org/issue36072  opened by sir-sigurd

#36073: sqlite crashes with converters mutating cursor
https://bugs.python.org/issue

[Python-Dev] Summary of Python tracker Issues

2019-03-05 Thread Python tracker

ACTIVITY SUMMARY (2019-02-08 - 2019-02-15)
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:
  open7009 (+11)
  closed 40747 (+51)
  total  47756 (+62)

Open issues with patches: 2814 


Issues opened (42)
==

#25737: array is not a Sequence
https://bugs.python.org/issue25737  reopened by josh.r

#35944: Python 3.7 install error
https://bugs.python.org/issue35944  opened by lasonjack

#35945: Cannot distinguish between subtask cancellation and running ta
https://bugs.python.org/issue35945  opened by jnwatson

#35946: Ambiguous documentation for assert_called_with()
https://bugs.python.org/issue35946  opened by chimaerase

#35947: Update libffi_msvc to current version of libffi
https://bugs.python.org/issue35947  opened by Paul Monson

#35949: Move PyThreadState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35949  opened by eric.snow

#35950: io.BufferedReader.writabe is False, but io.BufferedReader.trun
https://bugs.python.org/issue35950  opened by steverpalmer

#35951: os.renames() creates directories if original name doesn't exis
https://bugs.python.org/issue35951  opened by chris.jerdonek

#35952: test.pythoninfo prints a stack trace and exits with 1 when the
https://bugs.python.org/issue35952  opened by xdegaye

#35953: crosscompilation fails with clang on android
https://bugs.python.org/issue35953  opened by muhzi

#35954: Incoherent type conversion in configparser
https://bugs.python.org/issue35954  opened by Adeokkuw

#35955: difflib reports incorrect location of mismatch
https://bugs.python.org/issue35955  opened by jaraco

#35956: Sort documentation could be improved for complex sorting
https://bugs.python.org/issue35956  opened by FabriceSalvaire

#35957: Indentation explanation is unclear
https://bugs.python.org/issue35957  opened by Jérôme LAURENS

#35959: math.prod(range(10)) caues segfault
https://bugs.python.org/issue35959  opened by xtreak

#35962: Slight error in words in [ 2.4.1. String and Bytes literals ]
https://bugs.python.org/issue35962  opened by Magnien Sebastien

#35964: shutil.make_archive (xxx, tar, root_dir) is adding './' entry 
https://bugs.python.org/issue35964  opened by HFM

#35967: Better platform.processor support
https://bugs.python.org/issue35967  opened by jaraco

#35969: Interpreter crashes with "can't initialize init_sys_streams" w
https://bugs.python.org/issue35969  opened by p-ganssle

#35970: no help flag in base64 util
https://bugs.python.org/issue35970  opened by rkuska

#35971: Documentation should warn about code injection from current wo
https://bugs.python.org/issue35971  opened by Gabriel Corona

#35974: os.DirEntry.inode() returns invalid value within Docker contai
https://bugs.python.org/issue35974  opened by decaz

#35975: Put back the ability to parse files where async/await aren't k
https://bugs.python.org/issue35975  opened by gvanrossum

#35978: test_venv fails in Travis with GCC
https://bugs.python.org/issue35978  opened by xtreak

#35981: shutil make_archive create wrong file when base name contains 
https://bugs.python.org/issue35981  opened by highwind

#35982: Create unit-tests for os.renames()
https://bugs.python.org/issue35982  opened by nanjekyejoannah

#35983: tp_dealloc trashcan shouldn't be called for subclasses
https://bugs.python.org/issue35983  opened by jdemeyer

#35984: test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=1
https://bugs.python.org/issue35984  opened by pablogsal

#35989: ipaddress.IPv4Network allows prefix > 32
https://bugs.python.org/issue35989  opened by John Florian

#35990: ipaddress.IPv4Interface won't accept 2-tuple (address, mask)
https://bugs.python.org/issue35990  opened by John Florian

#35992: Metaclasses interfere with __class_getitem__
https://bugs.python.org/issue35992  opened by donovick

#35993: incorrect use of released memory in Python/pystate.c line 284
https://bugs.python.org/issue35993  opened by wjq-security

#35995: logging.handlers.SMTPHandler
https://bugs.python.org/issue35995  opened by lidayan

#35996: Optional modulus argument for new math.prod() function
https://bugs.python.org/issue35996  opened by lschoe

#35997: ImportError: dlopen failed: cannot locate symbol "PyBool_Type"
https://bugs.python.org/issue35997  opened by muhzi

#35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora
https://bugs.python.org/issue35998  opened by matrixise

#35999: multpirocessing.Process alive after SIGTERM on parent
https://bugs.python.org/issue35999  opened by lids

#36000: __debug__ is a keyword but not a keyword
https://bugs.python.org/issue36000  opened by bup

#36001: LIBFFI_INCLUDEDIR is not detected when set into a profile nor 
https://bugs.python.org/issue36001  opened by neil pop

#36002: configure --enable-optimizations with clang fails to detect ll
https://bugs.python

[Python-Dev] Summary of Python tracker Issues

2019-03-08 Thread Python tracker

ACTIVITY SUMMARY (2019-03-01 - 2019-03-08)
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:
  open7031 (+19)
  closed 40963 (+65)
  total  47994 (+84)

Open issues with patches: 2793 


Issues opened (55)
==

#33329: sigaddset() can fail on some signal numbers
https://bugs.python.org/issue33329  reopened by larry

#36097: Use only public C-API in _xxsubinterpreters module.
https://bugs.python.org/issue36097  reopened by eric.snow

#36125: Cannot cross-compile to more featureful but same tune
https://bugs.python.org/issue36125  reopened by xdegaye

#36160: Multiple errors in test_site.py on sysconfig._CONFIG_VARS.clea
https://bugs.python.org/issue36160  opened by Ivan.Pozdeev

#36161: Use thread-safe functions instead of unsafe ones (crypt, ttyna
https://bugs.python.org/issue36161  opened by twouters

#36164: Updating Py_InspectFlag programmatically
https://bugs.python.org/issue36164  opened by ishimoto

#36165: DOC: ssl.rst is missing formatting on two links
https://bugs.python.org/issue36165  opened by cheryl.sabella

#36166: DOC: Fix markup on function parameter on datamodel.rst
https://bugs.python.org/issue36166  opened by cheryl.sabella

#36167: DOC: Incorrect capitalization in Programming FAQ
https://bugs.python.org/issue36167  opened by cheryl.sabella

#36168: DOC: Fix capitalization in string.rst
https://bugs.python.org/issue36168  opened by cheryl.sabella

#36172: csv module internal consistency
https://bugs.python.org/issue36172  opened by Shane Smith

#36174: Remove licenseUrl field from nuget packages
https://bugs.python.org/issue36174  opened by steve.dower

#36176: Make IDLE Autocomplete / Calltip Window Colors Configurable
https://bugs.python.org/issue36176  opened by greylaw89

#36179: _hashopenssl has reference leaks in OOM case
https://bugs.python.org/issue36179  opened by christian.heimes

#36180: mboxMessage.get_payload throws TypeError on malformed content 
https://bugs.python.org/issue36180  opened by enrico

#36182: Path.write_text() docs do not include the case that a file exi
https://bugs.python.org/issue36182  opened by lys.nikolaou

#36184: [EASY] test_gdb.test_threads() is specific to _POSIX_THREADS, 
https://bugs.python.org/issue36184  opened by vstinner

#36189: DOC: Correct word in tutorial introduction
https://bugs.python.org/issue36189  opened by cheryl.sabella

#36194: Add "make regen-configure"
https://bugs.python.org/issue36194  opened by vstinner

#36195: initializer is not a valid param in ThreadPoolExecutor
https://bugs.python.org/issue36195  opened by harman786

#36201: AssertCountEqual does not work for nested dictionaries.
https://bugs.python.org/issue36201  opened by walterqian

#36202: Calling Py_DecodeLocale() before _PyPreConfig_Write() can prod
https://bugs.python.org/issue36202  opened by vstinner

#36203: PyWeakref_NewRef docs are misleading
https://bugs.python.org/issue36203  opened by Maxwell Bernstein

#36204: Deprecate calling Py_Main() after Py_Initialize()? Add Py_Init
https://bugs.python.org/issue36204  opened by vstinner

#36205: Python 3.7 and 3.8 process_time is not reported correctly when
https://bugs.python.org/issue36205  opened by Nitapol

#36207: robotsparser deny all with some rules
https://bugs.python.org/issue36207  opened by quentin-maire

#36208: AsyncIO V4MAPPED addresses with V6ONLY.
https://bugs.python.org/issue36208  opened by jeeger

#36210: ncurses versus cursus integration - platform differences and d
https://bugs.python.org/issue36210  opened by Michael.Felt

#36211: show full url when execute "make -C Doc/ serve"
https://bugs.python.org/issue36211  opened by matrixise

#36212: [2.7] Coverity scan: Modules/_hotshot.c , Variable "s1" going 
https://bugs.python.org/issue36212  opened by cstratak

#36213: subprocess.check_output() fails with OSError: [WinError 87] wh
https://bugs.python.org/issue36213  opened by Geoff.Alexander

#36214: AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et 
https://bugs.python.org/issue36214  opened by xdegaye

#36215: Should AppVeyor run compile Python in debug mode?
https://bugs.python.org/issue36215  opened by vstinner

#36216: urlsplit does not handle NFKC normalization
https://bugs.python.org/issue36216  opened by steve.dower

#36217: recvmsg support on Windows
https://bugs.python.org/issue36217  opened by chrysn

#36218: .sort() segfaults consistently on crafted input
https://bugs.python.org/issue36218  opened by Lyn Levenick

#36219: Add edit option in IDLE to convert smart quotes to ascii quote
https://bugs.python.org/issue36219  opened by rhettinger

#36220: LOAD_NAME and LOAD_GLOBAL handle dict subclasses for globals()
https://bugs.python.org/issue36220  opened by Kevin Shweh

#36221: Setting PYTHONASYNCIODEBUG breaks warnings
https://bugs.python.org/issue36221  opened by ods

#36225: Lingering subint

[Python-Dev] Summary of Python tracker Issues

2019-03-15 Thread Python tracker


ACTIVITY SUMMARY (2019-03-08 - 2019-03-15)
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:
  open7048 (+17)
  closed 41009 (+46)
  total  48057 (+63)

Open issues with patches: 2798 


Issues opened (48)
==

#4459: bdist_rpm should enable --fix-python by default
https://bugs.python.org/issue4459  reopened by vstinner

#10948: Trouble with dir_util created dir cache
https://bugs.python.org/issue10948  reopened by eric.araujo

#30040: new empty dict can be more small
https://bugs.python.org/issue30040  reopened by rhettinger

#33376: [pysqlite] Duplicate rows can be returned after rolling back a
https://bugs.python.org/issue33376  reopened by benjamin.peterson

#36245: PCBuild/build.bat errors, probably from space characters in pa
https://bugs.python.org/issue36245  opened by Jess

#36246: csv.writer lineterminator affects csv escaping
https://bugs.python.org/issue36246  opened by flow2k

#36247: zipfile - extract truncates (existing) file when bad password 
https://bugs.python.org/issue36247  opened by CristiFati

#36250: pdb: interaction might cause "ValueError: signal only works in
https://bugs.python.org/issue36250  opened by blueyed

#36253: Use after free in ctypes test suite
https://bugs.python.org/issue36253  opened by btharper

#36254: Fix invalid uses of %d in format strings in C
https://bugs.python.org/issue36254  opened by serhiy.storchaka

#36255: Provide a simple way to delete and edit python's welcome messa
https://bugs.python.org/issue36255  opened by benp

#36256: parser module fails on legal input
https://bugs.python.org/issue36256  opened by A. Skrobov

#36257: configure with --with-icc --with-cxx-main=icpc
https://bugs.python.org/issue36257  opened by aminiussi

#36258: Incorrect docstring of the ssl module
https://bugs.python.org/issue36258  opened by Ofekmeister

#36259: exception text is being sourced from the wrong file
https://bugs.python.org/issue36259  opened by rhubarbdog x

#36260: Cpython/Lib vulnerability found and request a patch submission
https://bugs.python.org/issue36260  opened by krnick

#36261: email examples should not gratuitously mess with preamble
https://bugs.python.org/issue36261  opened by era

#36263: test_hashlib.test_scrypt() fails on Fedora 29
https://bugs.python.org/issue36263  opened by vstinner

#36265: Remove ABCs from collections
https://bugs.python.org/issue36265  opened by jwilk

#36266: Which module could not be found?
https://bugs.python.org/issue36266  opened by phillip.m.feld...@gmail.com

#36267: User input to argparse raises Index_Error:  "-a=" on a 'store_
https://bugs.python.org/issue36267  opened by paul.j3

#36268: Change default tar format to modern POSIX 2001 (pax) for bette
https://bugs.python.org/issue36268  opened by CAM-Gerlach

#36270: DOC: Add link to sys.exc_info for "Reference Manual"
https://bugs.python.org/issue36270  opened by cheryl.sabella

#36271: '_io.TextIOWrapper' object has no attribute 'mode'
https://bugs.python.org/issue36271  opened by nemeskeyd

#36272: Recursive logging crashes Interpreter in Python 3
https://bugs.python.org/issue36272  opened by Saim Raza

#36273: test_thread leaks a core dump on PPC64 AIX 3.x
https://bugs.python.org/issue36273  opened by vstinner

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274  opened by tburke

#36275: DOC: venv.create doesn't include prompt parameter
https://bugs.python.org/issue36275  opened by cheryl.sabella

#36276: Python urllib CRLF injection vulnerability
https://bugs.python.org/issue36276  opened by ragdoll.guo

#36277: pdb's recursive debug command is not listed in the docs
https://bugs.python.org/issue36277  opened by Antony.Lee

#36279: os.wait3() leaks some uninitialized stack when no processes ex
https://bugs.python.org/issue36279  opened by dw

#36281: OSError: handle is closed for ProcessPoolExecutor and run_in_e
https://bugs.python.org/issue36281  opened by basnijholt

#36283: eval is needlessly limited
https://bugs.python.org/issue36283  opened by bup

#36285: Integer overflow in array.array.remove()
https://bugs.python.org/issue36285  opened by sth

#36286: Random failure in test_idle
https://bugs.python.org/issue36286  opened by serhiy.storchaka

#36287: Make ast.dump() not output optional default fields
https://bugs.python.org/issue36287  opened by serhiy.storchaka

#36290: _ast.ast_type_init does not handle args and kwargs correctly.
https://bugs.python.org/issue36290  opened by remi.lapeyre

#36292: Coverity scan: Resource leaks in longobject.c
https://bugs.python.org/issue36292  opened by cstratak

#36293: Nonblocking read sys.stdin raises error
https://bugs.python.org/issue36293  opened by cykerway

#36295: Need to yield (sleep(0)) twice in asyncio
https://bugs.python.org/issue36295  opened by Assaf Dayan

#36297: Remove uni

[Python-Dev] Summary of Python tracker Issues

2019-03-22 Thread Python tracker

ACTIVITY SUMMARY (2019-03-15 - 2019-03-22)
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:
  open7051 ( +3)
  closed 41100 (+91)
  total  48151 (+94)

Open issues with patches: 2817 


Issues opened (55)
==

#35121: Cookie domain check returns incorrect results
https://bugs.python.org/issue35121  reopened by xtreak

#36309: Remove tempfile.mktemp()
https://bugs.python.org/issue36309  opened by John Hagen

#36310: pygettext3.7 Does Not Recognize gettext Calls Within fstrings
https://bugs.python.org/issue36310  opened by Allie Fitter

#36311: Flaw in Windows code page decoder for large input
https://bugs.python.org/issue36311  opened by serhiy.storchaka

#36313: error: [Errno 13] Permission denied: '/usr/local/lib/python3.7
https://bugs.python.org/issue36313  opened by bunhin

#36315: Unable to install Python 3.7.2
https://bugs.python.org/issue36315  opened by ecesu...@gmail.com

#36318: Adding support for setting the "disabled" attribute of loggers
https://bugs.python.org/issue36318  opened by maggyero

#36319: Erro 0xC374 on windows 10
https://bugs.python.org/issue36319  opened by heckad

#36322: Argument typo in dbm.ndbm.open
https://bugs.python.org/issue36322  opened by rougeth

#36323: IDLE: always display full grep path
https://bugs.python.org/issue36323  opened by terry.reedy

#36326: Build-out help() to read __slots__ with an optional data dicti
https://bugs.python.org/issue36326  opened by rhettinger

#36329: use the right python "make -C Doc/ serve"
https://bugs.python.org/issue36329  opened by matrixise

#36330: Warning about a potential dead code in timemodule and Clang
https://bugs.python.org/issue36330  opened by matrixise

#36335: Factor out / add bdb.Bdb.is_skipped_frame
https://bugs.python.org/issue36335  opened by blueyed

#36338: urlparse of urllib returns wrong hostname
https://bugs.python.org/issue36338  opened by Xianbo Wang

#36339: test_ttk_guionly: test_traversal() fails randomly on AMD64 Win
https://bugs.python.org/issue36339  opened by vstinner

#36340: 3.7.3rc1 Install Certificates fails on macOS
https://bugs.python.org/issue36340  opened by Dima.Tisnek

#36341: bind() on AF_UNIX socket may fail in tests run as non-root
https://bugs.python.org/issue36341  opened by xdegaye

#36342: test_venv failure when executed by test_multiprocessing and th
https://bugs.python.org/issue36342  opened by xdegaye

#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s
https://bugs.python.org/issue36345  opened by matrixise

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346  opened by serhiy.storchaka

#36347: Renaming the constants for the .flags of PyMemberDef
https://bugs.python.org/issue36347  opened by matrixise

#36348: test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails rando
https://bugs.python.org/issue36348  opened by vstinner

#36350: inspect.Signature.parameters and inspect.BoundArguments.argume
https://bugs.python.org/issue36350  opened by remi.lapeyre

#36351: the ipv6type variable in configure.ac may be set incorrectly w
https://bugs.python.org/issue36351  opened by xdegaye

#36353: rpath incorrectly handled on OSX by build_ext
https://bugs.python.org/issue36353  opened by Toon Verstraelen

#36354: Use CreateProcessW for Python 2.7 on Windows.
https://bugs.python.org/issue36354  opened by Ray Donnelly

#36355: Remove documentation and internal use of the *RESTRICTED const
https://bugs.python.org/issue36355  opened by josh.r

#36356: Failure to build with address sanitizer
https://bugs.python.org/issue36356  opened by btharper

#36359: contextvars documentation unclear on thread-locality
https://bugs.python.org/issue36359  opened by Hameer Abbasi2

#36361: generate correct pyconfig.h when cross-compiling
https://bugs.python.org/issue36361  opened by xdegaye

#36364: errors in multiprocessing.shared_memory examples
https://bugs.python.org/issue36364  opened by pierreglaser

#36366: Patcher stop method should be idempotent
https://bugs.python.org/issue36366  opened by sfreilich

#36368: server process of shared_memory shuts down if KeyboardInterrup
https://bugs.python.org/issue36368  opened by pierreglaser

#36369: test_weakref super slow on RPi Zero
https://bugs.python.org/issue36369  opened by DNSGeek

#36370: Check for PyErr_Occurred() after PyImport_GetModule().
https://bugs.python.org/issue36370  opened by asmeurer

#36372: Flawed handling of URL redirect
https://bugs.python.org/issue36372  opened by bugburger

#36373: asyncio.gather: no docs for deprecated loop parameter
https://bugs.python.org/issue36373  opened by dtrauma

#36375: PEP 499 implementation: "python -m foo" binds the main module 
https://bugs.python.org/issue36375  opened by cameron

#36377: Python 'datastructures.html' docs page needs improvement becau
https://bugs

[Python-Dev] Summary of Python tracker Issues

2019-02-08 Thread Python tracker


ACTIVITY SUMMARY (2019-02-01 - 2019-02-08)
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:
  open6998 (+13)
  closed 40696 (+47)
  total  47694 (+60)

Open issues with patches: 2783 


Issues opened (43)
==

#35885: configparser: indentation
https://bugs.python.org/issue35885  opened by mrs.red

#35886: Move PyInterpreterState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35886  opened by eric.snow

#35887: Doc string for updating the frozen version of importlib in _bo
https://bugs.python.org/issue35887  opened by nnja

#35888: ssl module - could not get the server certificate w/o complete
https://bugs.python.org/issue35888  opened by Lee Eric

#35889: sqlite3.Row doesn't have useful repr
https://bugs.python.org/issue35889  opened by vlad

#35891: urllib.parse.splituser has no suitable replacement
https://bugs.python.org/issue35891  opened by jaraco

#35892: Fix awkwardness of statistics.mode() for multimodal datasets
https://bugs.python.org/issue35892  opened by rhettinger

#35893: distutils fails to build extension on windows when it is a pac
https://bugs.python.org/issue35893  opened by ronaldoussoren

#35898: The TARGETDIR variable must be provided when invoking this ins
https://bugs.python.org/issue35898  opened by Thomas Trummer

#35899: '_is_sunder' function in 'enum' module fails on empty string
https://bugs.python.org/issue35899  opened by Maxpxt

#35900: Add pickler hook for the user to customize the serialization o
https://bugs.python.org/issue35900  opened by pierreglaser

#35901: json.dumps infinite recurssion
https://bugs.python.org/issue35901  opened by MultiSosnooley

#35903: Build of posixshmem.c should probe for required OS functions
https://bugs.python.org/issue35903  opened by nascheme

#35904: Add statistics.fmean(seq)
https://bugs.python.org/issue35904  opened by rhettinger

#35905: macOS build docs need refresh (2019)
https://bugs.python.org/issue35905  opened by jaraco

#35906: Header Injection in urllib
https://bugs.python.org/issue35906  opened by push0ebp

#35907: Unnecessary URL scheme exists to allow file:// reading file  i
https://bugs.python.org/issue35907  opened by push0ebp

#35912: _testembed.c fails to compile when using --with-cxx-main in th
https://bugs.python.org/issue35912  opened by pablogsal

#35913: asyncore: allow handling of half closed connections
https://bugs.python.org/issue35913  opened by Isaac Boukris

#35915: re.search extreme slowness (looks like hang/livelock), searchi
https://bugs.python.org/issue35915  opened by benspiller

#35918: multiprocessing's SyncManager.dict.has_key() method is broken
https://bugs.python.org/issue35918  opened by giampaolo.rodola

#35919: multiprocessing: shared manager Pool fails with AttributeError
https://bugs.python.org/issue35919  opened by giampaolo.rodola

#35920: Windows 10 ARM32 platform support
https://bugs.python.org/issue35920  opened by steve.dower

#35921: Use ccache by default
https://bugs.python.org/issue35921  opened by pitrou

#35922: robotparser crawl_delay and request_rate do not work with no m
https://bugs.python.org/issue35922  opened by joseph_myers

#35923: Update the BuiltinImporter in importlib to use loader._ORIGIN 
https://bugs.python.org/issue35923  opened by nnja

#35924: curses segfault resizing window
https://bugs.python.org/issue35924  opened by Josiah Ulfers

#35925: test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster
https://bugs.python.org/issue35925  opened by pablogsal

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926  opened by Paul Monson

#35927: Intra-package References Documentation Incomplete
https://bugs.python.org/issue35927  opened by ADataGman

#35928: socket makefile read-write discards received data
https://bugs.python.org/issue35928  opened by pravn

#35930: Raising an exception raised in a "future" instance will create
https://bugs.python.org/issue35930  opened by jcea

#35931: pdb: "debug print(" crashes with SyntaxError
https://bugs.python.org/issue35931  opened by blueyed

#35933: python doc does not say that the state kwarg in Pickler.save_r
https://bugs.python.org/issue35933  opened by pierreglaser

#35934: Add socket.bind_socket() utility function
https://bugs.python.org/issue35934  opened by giampaolo.rodola

#35935: threading.Event().wait() not interruptable with Ctrl-C on Wind
https://bugs.python.org/issue35935  opened by Chris Billington

#35936: Give modulefinder some much-needed updates.
https://bugs.python.org/issue35936  opened by brandtbucher

#35937: Add instancemethod to types.py
https://bugs.python.org/issue35937  opened by bup

#35939: Remove urllib.parse._splittype from mimetypes.guess_type
https://bugs.python.org/issue35939  opened by corona10

#35940: multiprocessing manager tests fail in the Refl

[Python-Dev] Summary of Python tracker Issues

2019-01-25 Thread Python tracker


ACTIVITY SUMMARY (2019-01-18 - 2019-01-25)
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:
  open6953 (+21)
  closed 40626 (+31)
  total  47579 (+52)

Open issues with patches: 2771 


Issues opened (39)
==

#33416: Add endline and endcolumn to every AST node
https://bugs.python.org/issue33416  reopened by levkivskyi

#34656: [CVE-2018-20406] memory exhaustion in Modules/_pickle.c:1393
https://bugs.python.org/issue34656  reopened by vstinner

#35711: Print information about an unexpectedly pending error before c
https://bugs.python.org/issue35711  reopened by gregory.p.smith

#35780: Recheck logic in the C version of the lru_cache()
https://bugs.python.org/issue35780  opened by rhettinger

#35782: Missing whitespace after comma in randrange raise error
https://bugs.python.org/issue35782  opened by louielu

#35783: incorrect example of fetching messages in imaplib documentatio
https://bugs.python.org/issue35783  opened by Max Varnar

#35784: document that hashlib.new takes kwargs
https://bugs.python.org/issue35784  opened by joernheissler

#35786: get_lock() method is not present for Values created using mult
https://bugs.python.org/issue35786  opened by Lorenzo Persichetti

#35790: Correct a statement about sys.exc_info() values restoration
https://bugs.python.org/issue35790  opened by maggyero

#35792: Specifying AbstractEventLoop.run_in_executor as a coroutine co
https://bugs.python.org/issue35792  opened by chrahunt

#35795: test_pkgutil test_zipapp  fail in AMD64 Windows7 SP1 3.x and A
https://bugs.python.org/issue35795  opened by pablogsal

#35796: time.localtime returns error for negative values
https://bugs.python.org/issue35796  opened by mba

#35797: concurrent.futures.ProcessPoolExecutor does not work in venv o
https://bugs.python.org/issue35797  opened by chrullrich

#35798: duplicate SyntaxWarning: "is" with a literal
https://bugs.python.org/issue35798  opened by jwilk

#35799: fix or remove smtpd.PureProxy
https://bugs.python.org/issue35799  opened by samuelcolvin

#35800: remove smtpd.MailmanProxy
https://bugs.python.org/issue35800  opened by samuelcolvin

#35801: venv in 3.7 references python3 executable
https://bugs.python.org/issue35801  opened by Paul Watson

#35802: os.stat / os.lstat always present, but code checks hastattr(os
https://bugs.python.org/issue35802  opened by Anthony Sottile

#35803: Test and document that `dir=...` in tempfile may be PathLike
https://bugs.python.org/issue35803  opened by Anthony Sottile

#35805: email package folds msg-id identifiers using RFC2047 encoded w
https://bugs.python.org/issue35805  opened by mjpieters

#35807: Update bundled pip to 19.0
https://bugs.python.org/issue35807  opened by pradyunsg

#35808: Let's retire pgen
https://bugs.python.org/issue35808  opened by gvanrossum

#35809: test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest fa
https://bugs.python.org/issue35809  opened by xtreak

#35810: Object Initialization Bug with Heap-allocated Types
https://bugs.python.org/issue35810  opened by eelizondo

#35811: py.exe should unset the __PYVENV_LAUNCHER__ environment variab
https://bugs.python.org/issue35811  opened by eryksun

#35812: Don't log an exception from the main coroutine in asyncio.run(
https://bugs.python.org/issue35812  opened by asvetlov

#35813: shared memory construct to avoid need for serialization betwee
https://bugs.python.org/issue35813  opened by davin

#35815: Able to instantiate a subclass with abstract methods from __in
https://bugs.python.org/issue35815  opened by jbasko

#35816: csv.DictReader, skipinitialspace does not ignore tabs
https://bugs.python.org/issue35816  opened by andre.lehmann

#35818: test_email: test_localtime_daylight_false_dst_true() fails if 
https://bugs.python.org/issue35818  opened by schwab

#35820: Inconsistent behavior when parsing IP address
https://bugs.python.org/issue35820  opened by tinutomson

#35821: Clarify when logging events are propagated when propagate is t
https://bugs.python.org/issue35821  opened by chris.jerdonek

#35822: _queue _queuemodule.c is missing inside the Setup file
https://bugs.python.org/issue35822  opened by Igor Z

#35823: Use vfork() in subprocess on Linux
https://bugs.python.org/issue35823  opened by izbyshev

#35824: http.cookies._CookiePattern modifying regular expressions
https://bugs.python.org/issue35824  opened by MeiK

#35825: Py_UNICODE_SIZE=4 fails to link on Windows
https://bugs.python.org/issue35825  opened by kristof

#35826: Typo in example for async with statement with condition
https://bugs.python.org/issue35826  opened by mhchia

#35827: C API dictionary views type checkers are not documented
https://bugs.python.org/issue35827  opened by salty-horse

#35828: test_multiprocessing_* tests - success versus fail varies over
https://bugs.python.org/issue35828  opened by Michael.Fe

[Python-Dev] Summary of Python tracker Issues

2019-02-01 Thread Python tracker


ACTIVITY SUMMARY (2019-01-25 - 2019-02-01)
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:
  open6985 (+32)
  closed 40649 (+23)
  total  47634 (+55)

Open issues with patches: 2775 


Issues opened (45)
==

#25592: distutils docs: data_files always uses sys.prefix
https://bugs.python.org/issue25592  reopened by pitrou

#30670: pprint for dict in sorted order or insert order?
https://bugs.python.org/issue30670  reopened by josephsmeng

#35829: datetime: parse "Z" timezone suffix in fromisoformat()
https://bugs.python.org/issue35829  opened by rdb

#35830: building multiple (binary) packages from a single project
https://bugs.python.org/issue35830  opened by stefan

#35832: Installation error
https://bugs.python.org/issue35832  opened by Stefano Bonalumi

#35833: IDLE: revise doc for control chars sent to Shell
https://bugs.python.org/issue35833  opened by Dude Roast

#35834: get_type_hints exposes an instance of ForwardRef (internal cla
https://bugs.python.org/issue35834  opened by Lincoln Quirk

#35838: ConfigParser calls optionxform twice when assigning dict
https://bugs.python.org/issue35838  opened by Phil Kang

#35839: Suggestion: Ignore sys.modules entries with no __spec__ attrib
https://bugs.python.org/issue35839  opened by ncoghlan

#35840: Control flow inconsistency on closed asyncio stream
https://bugs.python.org/issue35840  opened by schlamar

#35841: Datetime strftime() does not return correct week numbers for 2
https://bugs.python.org/issue35841  opened by tr12

#35843: importlib.util docs for namespace packages innaccurate
https://bugs.python.org/issue35843  opened by Anthony Sottile

#35844: Calling `Multiprocessing.Queue.close()` too quickly causes int
https://bugs.python.org/issue35844  opened by charmonium

#35845: Can't read a F-contiguous memoryview in physical order
https://bugs.python.org/issue35845  opened by pitrou

#35846: Incomplete documentation for re.sub
https://bugs.python.org/issue35846  opened by pbugnion

#35847: RISC-V needs CTYPES_PASS_BY_REF_HACK
https://bugs.python.org/issue35847  opened by schwab

#35848: readinto is not a method on io.TextIOBase
https://bugs.python.org/issue35848  opened by steverpalmer

#35849: Added thousands separators to Lib/pstats.py final report
https://bugs.python.org/issue35849  opened by addons_zz

#35851: Make search result in online docs keep their position when sea
https://bugs.python.org/issue35851  opened by roelschroeven

#35852: Fixed tests regenerating using CRLF when running it on Windows
https://bugs.python.org/issue35852  opened by addons_zz

#35854: EnvBuilder and venv symlinks do not work on Windows on 3.7.2
https://bugs.python.org/issue35854  opened by steve.dower

#35855: IDLE squeezer: improve unsqueezing and autosqueeze default
https://bugs.python.org/issue35855  opened by terry.reedy

#35856: bundled pip syntaxwarning
https://bugs.python.org/issue35856  opened by Dima.Tisnek

#35857: Stacktrace shows lines from updated file on disk, not code act
https://bugs.python.org/issue35857  opened by Steve Pryde

#35859: Capture behavior depends on the order of an alternation
https://bugs.python.org/issue35859  opened by davisjam

#35860: ProcessPoolExecutor subprocesses crash & break pool when raisi
https://bugs.python.org/issue35860  opened by underyx

#35861: test_named_expressions raises SyntaxWarning
https://bugs.python.org/issue35861  opened by xtreak

#35862: Change the environment for a new process
https://bugs.python.org/issue35862  opened by r-or

#35866: concurrent.futures deadlock
https://bugs.python.org/issue35866  opened by jwilk

#35867: NameError is not caught at Task execution
https://bugs.python.org/issue35867  opened by Sampsa Riikonen

#35868: Support ALL_PROXY environment variable in urllib
https://bugs.python.org/issue35868  opened by Oleh Khoma

#35869: io.BufferReader.read() returns None
https://bugs.python.org/issue35869  opened by steverpalmer

#35870: readline() specification is unclear
https://bugs.python.org/issue35870  opened by porton

#35871: Pdb NameError in generator param and list comprehension
https://bugs.python.org/issue35871  opened by jayanth

#35872: Creating venv from venv no longer works in 3.7.2
https://bugs.python.org/issue35872  opened by schlamar

#35873: Controlling venv from venv no longer works in 3.7.2
https://bugs.python.org/issue35873  opened by schlamar

#35874: Clarify that the (...) convertor to PyArg_ParseTuple... accept
https://bugs.python.org/issue35874  opened by Antony.Lee

#35875: Crash - algos.cp36-win_amd64.pyd  join.cp36-win_amd64.pyd
https://bugs.python.org/issue35875  opened by AxelArnoldBangert

#35876: test_start_new_session for posix_spawnp fails
https://bugs.python.org/issue35876  opened by pablogsal

#35877: parenthesis is mandatory for named expressions in while statem
https://bugs.python.org/issu

[Python-Dev] Summary of Python tracker Issues

2019-04-12 Thread Python tracker

ACTIVITY SUMMARY (2019-04-05 - 2019-04-12)
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:
  open7063 ( +7)
  closed 41307 (+76)
  total  48370 (+83)

Open issues with patches: 2815 


Issues opened (60)
==

#25160: Stop using deprecated imp module; imp should now emit a real D
https://bugs.python.org/issue25160  reopened by ncoghlan

#35934: Add socket.create_server() utility function
https://bugs.python.org/issue35934  reopened by vstinner

#36235: distutils.sysconfig.customize_compiler() overrides CFLAGS var 
https://bugs.python.org/issue36235  reopened by vstinner

#36537: except statement block incorrectly assumes end of scope(?).
https://bugs.python.org/issue36537  opened by Saim Raza

#36538: _thread.interrupt_main() no longer interrupts Lock.wait
https://bugs.python.org/issue36538  opened by gregory.p.smith

#36540: PEP 570: Python Positional-Only Parameters
https://bugs.python.org/issue36540  opened by pablogsal

#36541: Make lib2to3 grammar more closely match Python
https://bugs.python.org/issue36541  opened by thatch

#36542: Allow to overwrite the signature for Python functions
https://bugs.python.org/issue36542  opened by serhiy.storchaka

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543  opened by serhiy.storchaka

#36545: Python 3.5 OOM during test_socket on make
https://bugs.python.org/issue36545  opened by dekken

#36546: Add quantiles() to the statistics module
https://bugs.python.org/issue36546  opened by rhettinger

#36548: Make the repr of re flags more readable
https://bugs.python.org/issue36548  opened by serhiy.storchaka

#36550: Avoid creating AttributeError exceptions in the debugger
https://bugs.python.org/issue36550  opened by blueyed

#36551: Optimize list comprehensions with preallocate size and protect
https://bugs.python.org/issue36551  opened by anthony shaw

#36552: Replace OverflowError with ValueError when calculating length 
https://bugs.python.org/issue36552  opened by anthony shaw

#36553: inspect.is_decorator_call(frame)
https://bugs.python.org/issue36553  opened by smarie

#36556: Trashcan causing duplicated __del__ calls
https://bugs.python.org/issue36556  opened by jdemeyer

#36557: Python (Launcher)3.7.3 CMDLine install/uninstall
https://bugs.python.org/issue36557  opened by mattcher_h

#36558: Change time.mktime() return type from float to int?
https://bugs.python.org/issue36558  opened by vstinner

#36560: test_functools leaks randomly 1 memory block
https://bugs.python.org/issue36560  opened by vstinner

#36563: pdbrc is read twice if current directory is the home directory
https://bugs.python.org/issue36563  opened by blueyed

#36564: Infinite loop with short maximum line lengths in EmailPolicy
https://bugs.python.org/issue36564  opened by p-ganssle

#36567: DOC: manpage directive doesn't create hyperlink
https://bugs.python.org/issue36567  opened by cheryl.sabella

#36568: Typo in socket.CAN_RAW_FD_FRAMES library documentation
https://bugs.python.org/issue36568  opened by Carl Cerecke

#36569: @staticmethod seems to work with setUpClass, but docs say it s
https://bugs.python.org/issue36569  opened by Peter de Blanc

#36572: python-snappy install issue during Crossbar install with Pytho
https://bugs.python.org/issue36572  opened by telatoa

#36573: zipfile zipfile.BadZipFile: Bad CRC-32 for file '11_02_2019.pd
https://bugs.python.org/issue36573  opened by Jozef Cernak

#36576: Some test_ssl and test_asyncio tests fail with OpenSSL 1.1.1 o
https://bugs.python.org/issue36576  opened by vstinner

#36580: unittest.mock does not understand dataclasses
https://bugs.python.org/issue36580  opened by John Parejko2

#36581: __dir__ on unittest.mock not safe for all spec types
https://bugs.python.org/issue36581  opened by Dylan Semler

#36582: collections.UserString encode method returns a string
https://bugs.python.org/issue36582  opened by trey

#36583: Do not swallow exceptions in the _ssl module
https://bugs.python.org/issue36583  opened by serhiy.storchaka

#36585: test_posix.py fails due to unsupported RWF_HIPRI
https://bugs.python.org/issue36585  opened by jdemeyer

#36586: multiprocessing.Queue.close doesn't behave as documented
https://bugs.python.org/issue36586  opened by graingert

#36587: race in logging code when fork()
https://bugs.python.org/issue36587  opened by cagney

#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589  opened by ZackerySpytz

#36590: Add Bluetooth RFCOMM Support for Windows
https://bugs.python.org/issue36590  opened by topnotcher

#36593: Trace function interferes with MagicMock isinstance?
https://bugs.python.org/issue36593  opened by nedbat

#36594: Undefined behavior due to incorrect usage of %p in format stri
https://bugs.python.org/issue36594  opened by ZackerySpytz

#36595: IDLE: Add search

[Python-Dev] Summary of Python tracker Issues

2019-05-17 Thread Python tracker

ACTIVITY SUMMARY (2019-05-10 - 2019-05-17)
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:
  open7067 (-17)
  closed 41633 (+91)
  total  48700 (+74)

Open issues with patches: 2861 


Issues opened (56)
==

#36084: Threading: add builtin TID attribute to Thread objects
https://bugs.python.org/issue36084  reopened by vstinner

#36801: Wait for connection_lost in StreamWriter.drain
https://bugs.python.org/issue36801  reopened by asvetlov

#36802: Revert back StreamWriter awrite/aclose but provide await write
https://bugs.python.org/issue36802  reopened by vstinner

#36817: Add = to f-strings for easier debugging.
https://bugs.python.org/issue36817  reopened by pablogsal

#36876: Global C variables are a problem.
https://bugs.python.org/issue36876  opened by eric.snow

#36877: [meta] Move fields from _PyRuntimeState to PyInterpreterState.
https://bugs.python.org/issue36877  opened by eric.snow

#36878: ast.parse with type_comments=True should allow extra text afte
https://bugs.python.org/issue36878  opened by msullivan

#36879: bug with round() and "numpy floats"
https://bugs.python.org/issue36879  opened by Scaler

#36880: Returning None from a callback with restype py_object decremen
https://bugs.python.org/issue36880  opened by dgelessus

#36881: isinstance raises TypeError for metaclass with metaclass=ABCMe
https://bugs.python.org/issue36881  opened by emanspeaks

#36882: 在ctypes里调用C库返回c_char_p类型时的问题
https://bugs.python.org/issue36882  opened by fy2099

#36885: Make makeunicode.py script more readable
https://bugs.python.org/issue36885  opened by scoder

#36887: Add integer square root, math.isqrt
https://bugs.python.org/issue36887  opened by mark.dickinson

#36888: Create a way to check that the parent process is alive for dea
https://bugs.python.org/issue36888  opened by tomMoral

#36889: Merge StreamWriter and StreamReader into just asyncio.Stream
https://bugs.python.org/issue36889  opened by asvetlov

#36890: python-3.7.3-macosx10.6.pkg verification error on macOS 10.6 S
https://bugs.python.org/issue36890  opened by steve_314

#36891: Additional startup plugin for vendors
https://bugs.python.org/issue36891  opened by vx1920

#36892: "Modules" section in Tutorial contains incorrect description a
https://bugs.python.org/issue36892  opened by musou1500

#36893: email.headerregistry.Address blocks Unicode local part addr_sp
https://bugs.python.org/issue36893  opened by dracos

#36894: test_multiprocessing_spawn regression on Windows
https://bugs.python.org/issue36894  opened by pitrou

#36895: time.clock() marked for removal in 3.8 – still there.
https://bugs.python.org/issue36895  opened by mbussonn

#36896: clarify in types.rst that FunctionTypes & co  constructors don
https://bugs.python.org/issue36896  opened by mbussonn

#36897: shlex doesn't differentiate escaped characters in output
https://bugs.python.org/issue36897  opened by Matthew Gamble

#36898: Add parameter @case_sensitive to glob and rglob in pathlib
https://bugs.python.org/issue36898  opened by Chuang Men

#36901: Fix leaks in /PC/bdist_wininst/install.c
https://bugs.python.org/issue36901  opened by cheryl.sabella

#36904: Implement _PyStack_UnpackDict() with a single allocation
https://bugs.python.org/issue36904  opened by jdemeyer

#36905: test_typing.GetTypeHintTests.test_get_type_hints_modules_forwa
https://bugs.python.org/issue36905  opened by xtreak

#36906: Compile time textwrap.dedent() equivalent for str or bytes lit
https://bugs.python.org/issue36906  opened by gregory.p.smith

#36907: Crash due to borrowed references in _PyStack_UnpackDict()
https://bugs.python.org/issue36907  opened by jdemeyer

#36908: "This module is always available" is confusing
https://bugs.python.org/issue36908  opened by nedbat

#36910: Certain Malformed email causes email.parser to throw Attribute
https://bugs.python.org/issue36910  opened by msapiro

#36913: Missing documentation for decorators
https://bugs.python.org/issue36913  opened by tomerv

#36917: ast.NodeVisitor no longer calls visit_Str
https://bugs.python.org/issue36917  opened by Anthony Sottile

#36918: ValueError warning in test_urllib due to io.IOBase destructor
https://bugs.python.org/issue36918  opened by xtreak

#36919: Exception from 'compile' reports a newline char not present in
https://bugs.python.org/issue36919  opened by BCSharp

#36921: Deprecate yield from and @coroutine in asyncio
https://bugs.python.org/issue36921  opened by asvetlov

#36922: Implement Py_TPFLAGS_METHOD_DESCRIPTOR
https://bugs.python.org/issue36922  opened by jdemeyer

#36924: Simplify implementation of classmethod_descriptor.__call__
https://bugs.python.org/issue36924  opened by jdemeyer

#36926: Implement methoddescr_call without _PyMethodDef_RawFastCallDic
https://bugs.python.org/issu

[Python-Dev] Summary of Python tracker Issues

2019-05-31 Thread Python tracker

ACTIVITY SUMMARY (2019-05-24 - 2019-05-31)
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:
  open7028 (-39)
  closed 41839 (+118)
  total  48867 (+79)

Open issues with patches: 2820 


Issues opened (50)
==

#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows 
https://bugs.python.org/issue26423  reopened by vstinner

#34725: Py_GetProgramFullPath() odd behaviour in Windows
https://bugs.python.org/issue34725  reopened by vstinner

#35753: Importing call from unittest.mock directly causes ValueError
https://bugs.python.org/issue35753  reopened by pablogsal

#36889: Merge StreamWriter and StreamReader into just asyncio.Stream
https://bugs.python.org/issue36889  reopened by koobs

#36991: zipfile: AttributeError on extract
https://bugs.python.org/issue36991  reopened by berker.peksag

#37038: Make idlelib/run.py runnable.
https://bugs.python.org/issue37038  opened by terry.reedy

#37039: IDLE: Improve zoomheight doc and behavior.
https://bugs.python.org/issue37039  opened by terry.reedy

#37040: checking for membership in itertools.count enters infinite loo
https://bugs.python.org/issue37040  opened by Dan Rose

#37041: IDLE: path browser unusable on some displays
https://bugs.python.org/issue37041  opened by aroberge

#37042: wait_for(coro, timeout=0) memleak
https://bugs.python.org/issue37042  opened by ixje

#37043: Buildbots fail when new files are added
https://bugs.python.org/issue37043  opened by jaraco

#37044: Build/test artifacts not ignored for framework build
https://bugs.python.org/issue37044  opened by jaraco

#37048: ssl module: QUIC support for HTTP/3
https://bugs.python.org/issue37048  opened by christian.heimes

#37052: Add examples for mocking async for and async context manager i
https://bugs.python.org/issue37052  opened by xtreak

#37055: Numerous warnings with blake2 module
https://bugs.python.org/issue37055  opened by remi.lapeyre

#37060: import ctypes fails with a statically linked interpreter due t
https://bugs.python.org/issue37060  opened by indygreg

#37062: `AutoNumber` class in enum documentation: support *args in con
https://bugs.python.org/issue37062  opened by rrt

#37063: Incorrect application of func.__defaults__ by inspect's signat
https://bugs.python.org/issue37063  opened by bup

#37064: Feature request: option to keep/add flags to pathfix.
https://bugs.python.org/issue37064  opened by pkopkan

#37068: Emit SyntaxWarning for f-strings without expressions ?
https://bugs.python.org/issue37068  opened by mbussonn

#37069: regrtest: log unraisable exceptions and uncaught thread except
https://bugs.python.org/issue37069  opened by vstinner

#37071: HTMLParser mistakenly inventing new tags while parsing
https://bugs.python.org/issue37071  opened by htran

#37073: clarify functions docs in IO modules and Bytes Objects
https://bugs.python.org/issue37073  opened by Windson Yang

#37074: os.stat() does not work for NUL and CON
https://bugs.python.org/issue37074  opened by serhiy.storchaka

#37075: Error message improvement for AsyncMock
https://bugs.python.org/issue37075  opened by xtreak

#37077: Threading: add builtin TID attribute to Thread objects for AIX
https://bugs.python.org/issue37077  opened by Michael.Felt

#37080: Cannot compile Python3.7.3 on Alt-F (ARM)
https://bugs.python.org/issue37080  opened by Jarl Gullberg

#37081: Test with OpenSSL 1.1.1c
https://bugs.python.org/issue37081  opened by christian.heimes

#37082: Assignment expression operator (walrus) not in built-in help()
https://bugs.python.org/issue37082  opened by mbussonn

#37083: Document TYPE_COMMENT in documentation reference for compound 
https://bugs.python.org/issue37083  opened by pablogsal

#37084: _ctypes not failing, can't find reason
https://bugs.python.org/issue37084  opened by Brian Spratke

#37085: Expose additional socket constants for CAN_BCM flags
https://bugs.python.org/issue37085  opened by karlding

#37086: time.sleep error message misleading
https://bugs.python.org/issue37086  opened by Justin Fay

#37087: Adding native id support for openbsd
https://bugs.python.org/issue37087  opened by David Carlier

#37088: Add a way to schedule a function to be called from the main th
https://bugs.python.org/issue37088  opened by yselivanov

#37089: `import Lib.os` works on windows (but shouldn't)
https://bugs.python.org/issue37089  opened by Anthony Sottile

#37090: test_gdb's test_pycfunction should test all calling convention
https://bugs.python.org/issue37090  opened by petr.viktorin

#37091: subprocess - uncaught PermissionError in send_signal can cause
https://bugs.python.org/issue37091  opened by wesinator

#37093: http.client aborts header parsing upon encountering non-ASCII 
https://bugs.python.org/issue37093  opened by tburke

#37095: [Feature Request]: Add zstd support in tarfile
https://bugs.python.org/issue37095  opened

[Python-Dev] Summary of Python tracker Issues

2019-06-07 Thread Python tracker

ACTIVITY SUMMARY (2019-05-31 - 2019-06-07)
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:
  open7007 (-21)
  closed 41943 (+104)
  total  48950 (+83)

Open issues with patches: 2817 


Issues opened (51)
==

#21492: email.header.decode_header sometimes returns bytes, sometimes 
https://bugs.python.org/issue21492  reopened by ezio.melotti

#32912: Raise non-silent warning for invalid escape sequences
https://bugs.python.org/issue32912  reopened by rhettinger

#35621: asyncio.create_subprocess_exec() only works with main event lo
https://bugs.python.org/issue35621  reopened by koobs

#36818: Add PyInterpreterState.runtime.
https://bugs.python.org/issue36818  reopened by vstinner

#36993: zipfile: tuple IndexError on extract
https://bugs.python.org/issue36993  reopened by berker.peksag

#37111: Logging - Inconsistent behaviour when handling unicode
https://bugs.python.org/issue37111  reopened by jonathan-lp

#37120: Provide knobs to disable session ticket generation on TLS 1.3
https://bugs.python.org/issue37120  opened by njs

#37123: test_multiprocessing fails randomly on Windows
https://bugs.python.org/issue37123  opened by pablogsal

#37124: test_msilib is potentially leaking references and memory block
https://bugs.python.org/issue37124  opened by pablogsal

#37127: Handling pending calls during runtime finalization may cause p
https://bugs.python.org/issue37127  opened by eric.snow

#37129: Add RWF_APPEND flag
https://bugs.python.org/issue37129  opened by bezoka

#37130: pathlib.with_name() doesn't like unnamed files.
https://bugs.python.org/issue37130  opened by Nophke

#37133: Erro "ffi.h: No such file" when build python 3.8 (branch maste
https://bugs.python.org/issue37133  opened by heckad

#37138: PEP 590 method_vectorcall calls memcpy with NULL src
https://bugs.python.org/issue37138  opened by gregory.p.smith

#37140: ctypes change made clang fail to build
https://bugs.python.org/issue37140  opened by petr.viktorin

#37141: Allow multiple separators in Stream.readuntil
https://bugs.python.org/issue37141  opened by bmerry

#37144: tarfile.open: improper handling of path-like object
https://bugs.python.org/issue37144  opened by dm

#37146: opcode cache for LOAD_GLOBAL emits false alarm in memory leak 
https://bugs.python.org/issue37146  opened by vstinner

#37149: link to official documentation tkinter failed  !!!
https://bugs.python.org/issue37149  opened by xameridu

#37150: Do not allow to pass FileType class object instead of instance
https://bugs.python.org/issue37150  opened by zygocephalus

#37151: Calling code cleanup after PEP 590
https://bugs.python.org/issue37151  opened by jdemeyer

#37154: test_utf8_mode: test_env_var() fails on AMD64 Fedora Rawhide C
https://bugs.python.org/issue37154  opened by vstinner

#37155: test_asyncio: test_stdin_broken_pipe() failed on AMD64 FreeBSD
https://bugs.python.org/issue37155  opened by vstinner

#37157: shutil: add reflink=False to file copy functions to control cl
https://bugs.python.org/issue37157  opened by vstinner

#37159: Use copy_file_range() in shutil.copyfile() (server-side copy)
https://bugs.python.org/issue37159  opened by giampaolo.rodola

#37160: thread native id netbsd support
https://bugs.python.org/issue37160  opened by David Carlier

#37161: Pre-populate user editable text in input()
https://bugs.python.org/issue37161  opened by steven.daprano

#37163: dataclasses.replace() fails with the field named "obj"
https://bugs.python.org/issue37163  opened by serhiy.storchaka

#37166: inspect.findsource doesn't handle shortened files gracefully
https://bugs.python.org/issue37166  opened by thatch

#37168: Decimal divisions sometimes 10x or 100x too large
https://bugs.python.org/issue37168  opened by Phil Frost

#37172: Odd error awating a Future
https://bugs.python.org/issue37172  opened by Dima.Tisnek

#37173: inspect.getfile error names module instead of passed class
https://bugs.python.org/issue37173  opened by flying sheep

#37174: sched.py: run() is caught in delayfunc even if all events are 
https://bugs.python.org/issue37174  opened by ernestum

#37175: make install: make compileall optional
https://bugs.python.org/issue37175  opened by blueyed

#37176: super() docs don't say what super() does
https://bugs.python.org/issue37176  opened by jdemeyer

#37178: One argument form of math.perm()
https://bugs.python.org/issue37178  opened by rhettinger

#37179: asyncio loop.start_tls() provide support for TLS in TLS
https://bugs.python.org/issue37179  opened by cooperlees

#37181: fix test_regrtest failures on Windows arm64
https://bugs.python.org/issue37181  opened by Paul Monson

#37184: suggesting option to raise exception if process exits nonzero 
https://bugs.python.org/issue37184  opened by nlevitt

#37185: use  os.memfd_create in multiprocessing.shared_memory?
htt

[Python-Dev] Summary of Python tracker Issues

2019-05-24 Thread Python tracker


ACTIVITY SUMMARY (2019-05-17 - 2019-05-24)
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:
  open7067 ( +0)
  closed 41721 (+88)
  total  48788 (+88)

Open issues with patches: 2849 


Issues opened (59)
==

#34651: Disallow fork in a subinterpreter.
https://bugs.python.org/issue34651  reopened by vstinner

#36950: test.support: add an helper to wait for an event with a timeou
https://bugs.python.org/issue36950  opened by vstinner

#36953: Remove collections ABCs?
https://bugs.python.org/issue36953  opened by p-ganssle

#36954: test_recursive_repr breaks tracing in test_xml_etree
https://bugs.python.org/issue36954  opened by gphemsley

#36956: Calling "functions" used to implement generators/comps easily 
https://bugs.python.org/issue36956  opened by bup

#36959: ISO date errors in _strptime are jumbled
https://bugs.python.org/issue36959  opened by gphemsley

#36960: Make datetime docs more user-friendly
https://bugs.python.org/issue36960  opened by bsolomon1124

#36967: Eliminate unnecessary check in _strptime when determining AM/P
https://bugs.python.org/issue36967  opened by gphemsley

#36968: Top level transient modal windows stopping deiconify on window
https://bugs.python.org/issue36968  opened by Daniel Law

#36969: pdb.do_args: display keyword-only and positional only argument
https://bugs.python.org/issue36969  opened by blueyed

#36971: Add subsections in C API "Common Object Structures" page
https://bugs.python.org/issue36971  opened by jdemeyer

#36973: test_json.test_recursion.TestPyRecursion.test_endless_recursio
https://bugs.python.org/issue36973  opened by xtreak

#36974: Implement PEP 590
https://bugs.python.org/issue36974  opened by jdemeyer

#36976: email: AttributeError
https://bugs.python.org/issue36976  opened by alter-bug-tracer

#36977: SharedMemoryManager should relase its resources when its paren
https://bugs.python.org/issue36977  opened by pierreglaser

#36979: ncurses extension uses wrong include path
https://bugs.python.org/issue36979  opened by chargr

#36982: Add support for extended color functions in ncurses 6.1
https://bugs.python.org/issue36982  opened by websurfer5

#36983: typing.__all__ has drifted from actual contents
https://bugs.python.org/issue36983  opened by Anthony Sottile

#36984: typing docs "versionadded" is inaccurate for many attributes
https://bugs.python.org/issue36984  opened by Anthony Sottile

#36985: typing.ForwardRef is undocumented
https://bugs.python.org/issue36985  opened by Anthony Sottile

#36986: tarfile: unexpected IsADirectoryError on extraction
https://bugs.python.org/issue36986  opened by alter-bug-tracer

#36988: zipfile: string IndexError on extract
https://bugs.python.org/issue36988  opened by alter-bug-tracer

#36989: test_thread fails because symbol is (no longer) exported
https://bugs.python.org/issue36989  opened by Michael.Felt

#36990: test_asyncio.test_create_connection_ipv6_scope fails(in mock t
https://bugs.python.org/issue36990  opened by Michael.Felt

#36996: unittest.mock.patch decorator doesn't work with async function
https://bugs.python.org/issue36996  opened by xtreak

#36997: Document that spwd is considered harmful
https://bugs.python.org/issue36997  opened by christian.heimes

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998  opened by a.badger

#36999: Expose the coroutine object in asyncio task objects
https://bugs.python.org/issue36999  opened by alex.gronholm

#37001: symtable.symtable doesn't accept bytes which leads to a mismat
https://bugs.python.org/issue37001  opened by dino.viehland

#37002: PyType_FromSpec can't create immutable types
https://bugs.python.org/issue37002  opened by dino.viehland

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003  opened by mbussonn

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004  opened by Dennis Sweeney

#37005: bz2 module doesn't write end-of-stream marker
https://bugs.python.org/issue37005  opened by Dobatymo

#37006: Add top level await statement support for doctest
https://bugs.python.org/issue37006  opened by xtreak

#37007: Implement socket.if_{nametoindex,indextoname} for Windows
https://bugs.python.org/issue37007  opened by dtantsur

#37009: Threading and THREAD_SAFE for AIX
https://bugs.python.org/issue37009  opened by Michael.Felt

#37010: Review performance of inspect.getfullargspec
https://bugs.python.org/issue37010  opened by ncoghlan

#37011: pdb: restore original tracing function instead of sys.settrace
https://bugs.python.org/issue37011  opened by blueyed

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012  opened by petr.viktorin

#37013: Fatal Python error in socket.if_indexto

[Python-Dev] Summary of Python tracker Issues

2019-06-14 Thread Python tracker

ACTIVITY SUMMARY (2019-06-07 - 2019-06-14)
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:
  open7022 (+15)
  closed 42013 (+70)
  total  49035 (+85)

Open issues with patches: 2826 


Issues opened (54)
==

#36607: asyncio.all_tasks() crashes if asyncio is used in multiple thr
https://bugs.python.org/issue36607  reopened by asvetlov

#36888: Create a way to check that the parent process is alive for dea
https://bugs.python.org/issue36888  reopened by vstinner

#37136: Travis CI: Documentation tests fails with Sphinx 2.1
https://bugs.python.org/issue37136  reopened by njs

#37200: PyType_GenericAlloc might over-allocate memory
https://bugs.python.org/issue37200  opened by nascheme

#37201: fix test_distutils failures for Windows ARM64
https://bugs.python.org/issue37201  opened by Paul Monson

#37205: time.perf_counter() is not system-wide on Windows, in disagree
https://bugs.python.org/issue37205  opened by kh90909

#37206: Incorrect application of Argument Clinic to dict.pop()
https://bugs.python.org/issue37206  opened by rhettinger

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207  opened by Mark.Shannon

#37208: Weird exception behaviour in ProcessPoolExecutor
https://bugs.python.org/issue37208  opened by Iceflower

#37209: Add what's new entries for pickle enhancements
https://bugs.python.org/issue37209  opened by pitrou

#37211: obmalloc:  eliminate limit on pool size
https://bugs.python.org/issue37211  opened by tim.peters

#37212: ordered keyword arguments in unittest.mock.call repr and error
https://bugs.python.org/issue37212  opened by xtreak

#37214: Add new EncodingWarning warning category: emitted when the loc
https://bugs.python.org/issue37214  opened by vstinner

#37218: Default hmac.new() digestmod has not been removed from documen
https://bugs.python.org/issue37218  opened by Alex.Willmer

#37220: test_idle crash on Windows 2.7 when run with -R:
https://bugs.python.org/issue37220  opened by zach.ware

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221  opened by ncoghlan

#37222: urllib missing voidresp breaks CacheFTPHandler
https://bugs.python.org/issue37222  opened by danh

#37224: test__xxsubinterpreters failed on AMD64 Windows8.1 Refleaks 3.
https://bugs.python.org/issue37224  opened by vstinner

#37225: Document BaseException constructor
https://bugs.python.org/issue37225  opened by Hong Xu

#37226: Asyncio Fatal Error on SSL Transport - IndexError Deque Index 
https://bugs.python.org/issue37226  opened by ben.brown

#37228: UDP sockets created by create_datagram_endpoint() allow by def
https://bugs.python.org/issue37228  opened by Jukka Väisänen

#37231: Optimize calling special methods
https://bugs.python.org/issue37231  opened by jdemeyer

#37232: Parallel compilation fails because of low ulimit.
https://bugs.python.org/issue37232  opened by kulikjak

#37233: Use _PY_FASTCALL_SMALL_STACK for method_vectorcall
https://bugs.python.org/issue37233  opened by jdemeyer

#37235: urljoin behavior unclear/not following RFC 3986
https://bugs.python.org/issue37235  opened by Matthew Kenigsberg

#37236: fix test_complex for Windows arm64
https://bugs.python.org/issue37236  opened by Paul Monson

#37237: python 2.16 from source on Ubuntu 18.04
https://bugs.python.org/issue37237  opened by Jilguero ostras

#37242: sub-process  would be terminated when registered finalizers ar
https://bugs.python.org/issue37242  opened by mrqianjinsi

#37243: test_sendfile in asyncio crashes when os.sendfile() is not sup
https://bugs.python.org/issue37243  opened by Michael.Felt

#37244: test_multiprocessing_forkserver: test_resource_tracker() faile
https://bugs.python.org/issue37244  opened by vstinner

#37245: Azure Pipeline 3.8 CI: multiple tests hung and timed out on ma
https://bugs.python.org/issue37245  opened by vstinner

#37246: http.cookiejar.DefaultCookiePolicy should use current timestam
https://bugs.python.org/issue37246  opened by xtreak

#37247: swap distutils build_ext and build_py commands to allow proper
https://bugs.python.org/issue37247  opened by jlvandenhout

#37248: support conversion of `func(**{} if a else b)`
https://bugs.python.org/issue37248  opened by Shen Han

#37250: C files generated by Cython set tp_print to NULL: PyTypeObject
https://bugs.python.org/issue37250  opened by vstinner

#37251: Mocking a MagicMock with a function spec results in an AsyncMo
https://bugs.python.org/issue37251  opened by jcline

#37252: devpoll test failures on Solaris
https://bugs.python.org/issue37252  opened by kulikjak

#37254: POST large file to server (using http.server.CGIHTTPRequestHan
https://bugs.python.org/issue37254  opened by shajianrui

#37256: urllib.request.Request documentation erroneously refers to the
https://bugs.python.org

[Python-Dev] Summary of Python tracker Issues

2019-06-21 Thread Python tracker


ACTIVITY SUMMARY (2019-06-14 - 2019-06-21)
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:
  open7038 (+16)
  closed 42078 (+65)
  total  49116 (+81)

Open issues with patches: 2828 


Issues opened (63)
==

#24214: UTF-8 incremental decoder doesn't support surrogatepass correc
https://bugs.python.org/issue24214  reopened by vstinner

#32846: Deletion of large sets of strings is extra slow
https://bugs.python.org/issue32846  reopened by inada.naoki

#34162: idlelib/NEWS.txt for 3.8.0 (and backports)
https://bugs.python.org/issue34162  reopened by terry.reedy

#34875: Change .js mime to "text/javascript"
https://bugs.python.org/issue34875  reopened by mylesborins

#35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora
https://bugs.python.org/issue35998  reopened by vstinner

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732  reopened by vstinner

#37285: Python 2.7 setup.py incorrectly double-joins SDKROOT
https://bugs.python.org/issue37285  opened by mistydemeo

#37287: picke cannot dump Exception subclasses with different super() 
https://bugs.python.org/issue37287  opened by bquinlan

#37289: regression in Cython when pickling objects
https://bugs.python.org/issue37289  opened by tcaswell

#37291: AST - code cleanup
https://bugs.python.org/issue37291  opened by David Carlier

#37292: _xxsubinterpreters: Can't unpickle objects defined in __main__
https://bugs.python.org/issue37292  opened by Crusader Ky

#37293: concurrent.futures.InterpreterPoolExecutor
https://bugs.python.org/issue37293  opened by Crusader Ky

#37294: concurrent.futures.ProcessPoolExecutor and multiprocessing.poo
https://bugs.python.org/issue37294  opened by maggyero

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295  opened by rhettinger

#37296: pdb next vs __next__
https://bugs.python.org/issue37296  opened by tsingi

#37297: function changed when pickle bound method object
https://bugs.python.org/issue37297  opened by georgexsh

#37298: IDLE: Revise html to tkinker converter for help.html
https://bugs.python.org/issue37298  opened by terry.reedy

#37301: CGIHTTPServer doesn't handle long POST requests
https://bugs.python.org/issue37301  opened by vsbogd

#37302: Add an "onerror" callback parameter to the tempfile.TemporaryD
https://bugs.python.org/issue37302  opened by Jeffrey.Kintscher

#37305: Add MIME type for Web App Manifest
https://bugs.python.org/issue37305  opened by filips123

#37307: isinstance/issubclass doc isn't clear on whether it's an AND o
https://bugs.python.org/issue37307  opened by leewz

#37308: Possible mojibake in mmap.mmap() when using the tagname parame
https://bugs.python.org/issue37308  opened by ZackerySpytz

#37309: idlelib/NEWS.txt for 3.9.0 and backports
https://bugs.python.org/issue37309  opened by terry.reedy

#37310: Solaris 11.3 w/ Studio 12.6 test_ctypes fail
https://bugs.python.org/issue37310  opened by gmarler

#37311: Solaris 11.3 w/ Studio 12.6 test_support fail
https://bugs.python.org/issue37311  opened by gmarler

#37313: test_concurrent_futures stopped after 25 hours on AMD64 Window
https://bugs.python.org/issue37313  opened by vstinner

#37314: Compilation failed on AMD64 Debian root 3.8: undefined referen
https://bugs.python.org/issue37314  opened by vstinner

#37317: asyncio gather doesn't handle custom exceptions that inherit f
https://bugs.python.org/issue37317  opened by cmermingas

#37319: Deprecate using random.randrange() with non-integers
https://bugs.python.org/issue37319  opened by serhiy.storchaka

#37322: test_ssl: test_pha_required_nocert() emits a ResourceWarning
https://bugs.python.org/issue37322  opened by vstinner

#37323: test_asyncio: test_debug_mode_interop() fails using -Werror
https://bugs.python.org/issue37323  opened by vstinner

#37324: collections: remove deprecated aliases to ABC classes
https://bugs.python.org/issue37324  opened by vstinner

#37326: Windows LICENSE.txt do not contain libffi license
https://bugs.python.org/issue37326  opened by indygreg

#37328: remove deprecated HTMLParser.unescape
https://bugs.python.org/issue37328  opened by inada.naoki

#37329: [2.7] valgrind python2 -m test.regrtest test___all__: definite
https://bugs.python.org/issue37329  opened by vstinner

#37330: open(): remove 'U' mode, deprecated since Python 3.3
https://bugs.python.org/issue37330  opened by vstinner

#37334: Add a cancel method to asyncio Queues
https://bugs.python.org/issue37334  opened by Martin.Teichmann

#37335: Add 646 ASCII alias to locale coercion tests.
https://bugs.python.org/issue37335  opened by kulikjak

#37336: os.sendfile() support missing for AIX platform
https://bugs.python.org/issue37336  opened by Michael.Felt

#37337: Add _PyObject_VectorcallMethod() function
https://bugs.python.or

[Python-Dev] Summary of Python tracker Issues

2019-05-10 Thread Python tracker

ACTIVITY SUMMARY (2019-05-03 - 2019-05-10)
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:
  open7084 ( +3)
  closed 41542 (+88)
  total  48626 (+91)

Open issues with patches: 2851 


Issues opened (65)
==

#15987: Provide a way to compare AST nodes for equality recursively
https://bugs.python.org/issue15987  reopened by vstinner

#36785: Implement PEP 574
https://bugs.python.org/issue36785  opened by pitrou

#36786: "make install" should run compileall in parallel
https://bugs.python.org/issue36786  opened by pitrou

#36788: Add clamp() function to builtins
https://bugs.python.org/issue36788  opened by TheComet

#36789: Unicode HOWTO incorrectly states that UTF-8 contains no zero b
https://bugs.python.org/issue36789  opened by mbiggs

#36790: test_asyncio fails with application verifier!
https://bugs.python.org/issue36790  opened by Alexander Riccio

#36791: sum() relies on C signed overflow behaviour
https://bugs.python.org/issue36791  opened by serhiy.storchaka

#36792: [Windows] time: crash on formatting time with de_DE locale
https://bugs.python.org/issue36792  opened by CharlieClark

#36793: Do not define unneeded __str__ equal to __repr__
https://bugs.python.org/issue36793  opened by serhiy.storchaka

#36794: asyncio.Lock documentation in Py3.8 lacks parts presented in d
https://bugs.python.org/issue36794  opened by germn

#36795: "make venv" failed in Docs
https://bugs.python.org/issue36795  opened by pitrou

#36796: Error handling cleanup in _testcapimodule.c
https://bugs.python.org/issue36796  opened by ZackerySpytz

#36797: Cull more oudated distutils information
https://bugs.python.org/issue36797  opened by ncoghlan

#36799: Typo in ctypes documentation
https://bugs.python.org/issue36799  opened by rrt

#36803: Getting a lot of runtime misaligned address error while buildi
https://bugs.python.org/issue36803  opened by dibya ranjan mishra

#36804: Python for Windows installer Repair option does not repair PIP
https://bugs.python.org/issue36804  opened by Mark Green

#36805: Don't close subprocess stream if it's stdin is closed
https://bugs.python.org/issue36805  opened by asvetlov

#36807: IDLE doesn't call os.fsync()
https://bugs.python.org/issue36807  opened by gvanrossum

#36809: Crash for test test_importlib
https://bugs.python.org/issue36809  opened by furzoom

#36810: Recursive type annotations do not work in documentation tests
https://bugs.python.org/issue36810  opened by lovasoa

#36813: QueueListener not calling task_done upon termination
https://bugs.python.org/issue36813  opened by bar.harel

#36816: self-signed.pythontest.net TLS certificate key is too weak
https://bugs.python.org/issue36816  opened by gregory.p.smith

#36818: Add PyInterpreterState.runtime.
https://bugs.python.org/issue36818  opened by eric.snow

#36819: Crash during encoding using UTF-16/32 and custom error handler
https://bugs.python.org/issue36819  opened by atalaba

#36820: Captured exceptions are keeping user objects alive unnecessari
https://bugs.python.org/issue36820  opened by mariocj89

#36821: Termios module largely untested
https://bugs.python.org/issue36821  opened by anthonypjshaw

#36822: Minor grammatical fix in glossary.rst
https://bugs.python.org/issue36822  opened by CuriousLearner

#36823: shutil.copytree copies directories and files but fails with th
https://bugs.python.org/issue36823  opened by rbavery

#36824: Refactor str tests to reflect that str and unicode are merged 
https://bugs.python.org/issue36824  opened by dfortunov

#36825: Make TestCase aware of the command line arguments given to Tes
https://bugs.python.org/issue36825  opened by remi.lapeyre

#36826: ast_unparser.c doesn't handle := expressions
https://bugs.python.org/issue36826  opened by eric.smith

#36827: Overriding __new__ method with itself changes behaviour of the
https://bugs.python.org/issue36827  opened by alexey-muranov

#36829: CLI option to make PyErr_WriteUnraisable abort the current pro
https://bugs.python.org/issue36829  opened by graingert

#36833: Add tests for Datetime C API Macros
https://bugs.python.org/issue36833  opened by p-ganssle

#36834: mock.patch.object does not persist __module__ name for functio
https://bugs.python.org/issue36834  opened by spark

#36837: Make il8n tools available from `python -m`
https://bugs.python.org/issue36837  opened by bbkane

#36839: Support the buffer protocol in code objects
https://bugs.python.org/issue36839  opened by dino.viehland

#36840: Add stream.abort() async method
https://bugs.python.org/issue36840  opened by asvetlov

#36841: Supporting customization of float encoding in JSON
https://bugs.python.org/issue36841  opened by mitar

#36842: Implement PEP 578
https://bugs.python.org/issue36842  opened by steve.dower

#36843: AIX build fails with failure to get random numbers
https://bugs.python.or

[Python-Dev] Summary of Python tracker Issues

2019-04-19 Thread Python tracker

ACTIVITY SUMMARY (2019-04-12 - 2019-04-19)
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:
  open7058 ( -5)
  closed 41363 (+56)
  total  48421 (+51)

Open issues with patches: 2807 


Issues opened (33)
==

#30485: Element.findall(path, dict) doesn't insert null namespace
https://bugs.python.org/issue30485  reopened by scoder

#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s
https://bugs.python.org/issue36345  reopened by matrixise

#36620: Documentation missing parameter for Itertools.zip_longest
https://bugs.python.org/issue36620  opened by CharlesMerriam

#36621: shutil.rmtree follows junctions on windows
https://bugs.python.org/issue36621  opened by Jordan Hueckstaedt

#36624: cleanup the stdlib and tests with regard to sys.platform usage
https://bugs.python.org/issue36624  opened by Michael.Felt

#36630: failure of test_colors_funcs in test_curses with ncurses 6.1
https://bugs.python.org/issue36630  opened by xdegaye

#36631: test_urllib2net: test_ftp_no_timeout() killed after a timeout 
https://bugs.python.org/issue36631  opened by vstinner

#36632: test_multiprocessing_forkserver: test_rapid_restart() leaked a
https://bugs.python.org/issue36632  opened by vstinner

#36634: venv: activate.bat fails for venv with parentheses in PATH
https://bugs.python.org/issue36634  opened by BWenzel

#36635: Add _testinternalcapi module
https://bugs.python.org/issue36635  opened by vstinner

#36636: Inner exception is not being raised using asyncio.gather
https://bugs.python.org/issue36636  opened by Drew Budwin

#36640: python ibm_db setup.py post install script does not seem to wo
https://bugs.python.org/issue36640  opened by sabakauser

#36643: Forward reference is not resolved by dataclasses.fields()
https://bugs.python.org/issue36643  opened by mdrachuk

#36644: Improve documentation of slice.indices()
https://bugs.python.org/issue36644  opened by pewscorner

#36645: re.sub() library entry does not adequately document surprising
https://bugs.python.org/issue36645  opened by mollison

#36646: os.listdir() got permission error in Python3.6 but it's fine i
https://bugs.python.org/issue36646  opened by rya...@163.com

#36647: TextTestRunner doesn't honour "buffer" argument
https://bugs.python.org/issue36647  opened by José Luis Segura Lucas

#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks
https://bugs.python.org/issue36648  opened by lzhao

#36650: Cached method implementation no longer works on Python 3.7.3
https://bugs.python.org/issue36650  opened by jaraco

#36654: Add example to tokenize.tokenize
https://bugs.python.org/issue36654  opened by Windson Yang

#36656: Allow os.symlink(src, target, force=True) to prevent race cond
https://bugs.python.org/issue36656  opened by Tom Hale

#36658: Py_Initialze() throws error 'unable to load the file system en
https://bugs.python.org/issue36658  opened by rvq

#36659: distutils UnixCCompiler: Remove standard library path from rpa
https://bugs.python.org/issue36659  opened by vstinner

#36661: Missing dataclass decorator import in dataclasses module docs
https://bugs.python.org/issue36661  opened by mfisherlevine

#36662: asdict/astuple Dataclass methods
https://bugs.python.org/issue36662  opened by gsakkis

#36663: pdb: store whole exception information in locals (via user_exc
https://bugs.python.org/issue36663  opened by blueyed

#36664: argparse: parser aliases in subparsers stores alias in dest va
https://bugs.python.org/issue36664  opened by Peter McEldowney

#36665: REPL doesn't ensure builtins are available when implicitly rec
https://bugs.python.org/issue36665  opened by ncoghlan

#3: threading.Thread should have way to catch an exception thrown 
https://bugs.python.org/issue3  opened by Joel Croteau

#36667: pdb: restore SIGINT handler in sigint_handler already
https://bugs.python.org/issue36667  opened by blueyed

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668  opened by tomMoral

#36669: weakref proxy doesn't support the matrix multiplication operat
https://bugs.python.org/issue36669  opened by bup

#36670: test suite broken due to cpu usage feature on win 10/ german
https://bugs.python.org/issue36670  opened by LorenzMende



Most recent 15 issues with no replies (15)
==

#36669: weakref proxy doesn't support the matrix multiplication operat
https://bugs.python.org/issue36669

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668

#36667: pdb: restore SIGINT handler in sigint_handler already
https://bugs.python.org/issue36667

#36663: pdb: store whole exception information in locals (via user_exc
https://bugs.python.org/issue36663

#36654: Add example to tokenize.tokenize
https://bugs.python.org/issue36654

#36647: Text

[Python-Dev] Summary of Python tracker Issues

2019-05-03 Thread Python tracker

ACTIVITY SUMMARY (2019-04-26 - 2019-05-03)
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:
  open7081 ( -2)
  closed 41454 (+52)
  total  48535 (+50)

Open issues with patches: 2820 


Issues opened (41)
==

#36356: Failure to build with address sanitizer
https://bugs.python.org/issue36356  reopened by vstinner

#36707: The "m" ABI flag of SOABI for pymalloc is no longer needed
https://bugs.python.org/issue36707  reopened by ned.deily

#36737: Warnings operate out of global runtime state.
https://bugs.python.org/issue36737  opened by eric.snow

#36738: Add 'array_hook' for json module
https://bugs.python.org/issue36738  opened by matomatical

#36739: "4.6. Defining Functions" should mention nonlocal
https://bugs.python.org/issue36739  opened by pbhd0815

#36743: Docs: Descript __get__ signature defined differently across th
https://bugs.python.org/issue36743  opened by jdufresne

#36744: functools.singledispatch: Shouldn't require a positional argum
https://bugs.python.org/issue36744  opened by KevinG

#36746: Create test for fcntl.lockf()
https://bugs.python.org/issue36746  opened by nanjekyejoannah

#36748: Optimize textio write buffering
https://bugs.python.org/issue36748  opened by inada.naoki

#36749: PPC64 AIX 3.x: compilation issue, linker fails to locate symbo
https://bugs.python.org/issue36749  opened by vstinner

#36750: test_socket leaks file descriptors on macOS
https://bugs.python.org/issue36750  opened by xtreak

#36751: Changes in the inspect module for PEP 570
https://bugs.python.org/issue36751  opened by pablogsal

#36752: test multiprocessing: test_rapid_restart() crash on AIX
https://bugs.python.org/issue36752  opened by vstinner

#36753: Python modules not linking to libpython causes issues for RTLD
https://bugs.python.org/issue36753  opened by reimar

#36754: Remove smart quotes in pydoc text
https://bugs.python.org/issue36754  opened by steve.dower

#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1.
https://bugs.python.org/issue36755  opened by vstinner

#36756: tkinter tk.createcommand memory leak
https://bugs.python.org/issue36756  opened by WKraus

#36757: uuid constructor accept invalid strings (extra dash)
https://bugs.python.org/issue36757  opened by Cédric Cabessa

#36758: configured libdir not correctly passed to Python executable
https://bugs.python.org/issue36758  opened by michael-o

#36759: datetime: astimezone() results in OSError: [Errno 22] Invalid 
https://bugs.python.org/issue36759  opened by Snidhi

#36760: subprocess.run fails with capture_output=True and stderr=STDOU
https://bugs.python.org/issue36760  opened by Joe.Borg

#36761: Extended slice assignment + iterable unpacking
https://bugs.python.org/issue36761  opened by wim.glenn

#36762: Teach "import *" to warn when overwriting globals or builtins
https://bugs.python.org/issue36762  opened by rhettinger

#36763: PEP 587: Rework initialization API to prepare second version o
https://bugs.python.org/issue36763  opened by vstinner

#36766: Typos in docs and code comments
https://bugs.python.org/issue36766  opened by xtreak

#36767: Segmentation fault when running c extension on macOS
https://bugs.python.org/issue36767  opened by Senhui Guo

#36768: distutils.util.convert_path mangles windows paths with forward
https://bugs.python.org/issue36768  opened by LordAro

#36769: doc Document that fnmatch.filter supports any kind of iterable
https://bugs.python.org/issue36769  opened by adelfino

#36770: stdlib - shutil.make_archive - add support for different ZIP c
https://bugs.python.org/issue36770  opened by owenchia

#36771: Feature Request: An option to os.walk() to return os.DirEntry 
https://bugs.python.org/issue36771  opened by apocalyptech

#36772: Let lru_cache be used as a decorator with no arguments
https://bugs.python.org/issue36772  opened by rhettinger

#36773: Race condition during pickle.load()
https://bugs.python.org/issue36773  opened by papad

#36774: f-strings: Add a !d conversion for ease of debugging
https://bugs.python.org/issue36774  opened by eric.smith

#36777: unittest discover throws TypeError on empty packages
https://bugs.python.org/issue36777  opened by xtreak

#36778: test_site.StartupImportTests.test_startup_imports fails if def
https://bugs.python.org/issue36778  opened by Paul Monson

#36779: time.tzname returns empty string on Windows if default codepag
https://bugs.python.org/issue36779  opened by Paul Monson

#36780: Interpreter exit blocks waiting for futures of shut-down Threa
https://bugs.python.org/issue36780  opened by hniksic

#36781: Optimize sum() for bools
https://bugs.python.org/issue36781  opened by serhiy.storchaka

#36782: Add tests for the datetime C API
https://bugs.python.org/issue36782  opened by p-ganssle

#36783: No documentation for _FromXandFold C API functions
http

[Python-Dev] Summary of Python tracker Issues

2019-04-26 Thread Python tracker

ACTIVITY SUMMARY (2019-04-19 - 2019-04-26)
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:
  open7083 (+25)
  closed 41402 (+39)
  total  48485 (+64)

Open issues with patches: 2821 


Issues opened (46)
==

#11871: test_default_timeout() of test_threading.BarrierTests failure:
https://bugs.python.org/issue11871  reopened by vstinner

#36672: A compiler warning in winreg.SetValue()
https://bugs.python.org/issue36672  opened by ZackerySpytz

#36673: Comment/PI parsing support for ElementTree
https://bugs.python.org/issue36673  opened by scoder

#36674: "unittest.TestCase.debug" should honour "skip" (and other test
https://bugs.python.org/issue36674  opened by dmaurer

#36675: Doctest directives and comments not visible or missing from co
https://bugs.python.org/issue36675  opened by steven.daprano

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676  opened by scoder

#36678: duplicate method definitions in Lib/test/test_dataclasses.py
https://bugs.python.org/issue36678  opened by xdegaye

#36679: duplicate method definition in Lib/test/test_genericclass.py
https://bugs.python.org/issue36679  opened by xdegaye

#36680: duplicate method definition in  Lib/test/test_importlib/test_u
https://bugs.python.org/issue36680  opened by xdegaye

#36681: duplicate method definition in  Lib/test/test_logging.py
https://bugs.python.org/issue36681  opened by xdegaye

#36683: duplicate method definition in Lib/test/test_utf8_mode.py
https://bugs.python.org/issue36683  opened by xdegaye

#36684: codecov.io code coverage has not updated since 2019-04-13
https://bugs.python.org/issue36684  opened by gphemsley

#36685: C implementation of xml.etree.ElementTree does not make a copy
https://bugs.python.org/issue36685  opened by gphemsley

#36686: Docs: asyncio.loop.subprocess_exec documentation is confusing,
https://bugs.python.org/issue36686  opened by sbstp

#36688: _dummy_thread lacks an RLock implementaiton
https://bugs.python.org/issue36688  opened by xtreak

#36689: docs: os.path.commonpath raises ValueError for different drive
https://bugs.python.org/issue36689  opened by lazka

#36691: SystemExit & sys.exit : Allow both exit status and message
https://bugs.python.org/issue36691  opened by takluyver

#36692: Unexpected stderr output from test_sys_settrace
https://bugs.python.org/issue36692  opened by ncoghlan

#36694: Excessive memory use or memory fragmentation when unpickling m
https://bugs.python.org/issue36694  opened by Ellenbogen

#36697: inspect.getclosurevars returns wrong globals dict
https://bugs.python.org/issue36697  opened by Noitul

#36698: Shell restart when error message contains non-BMP characters
https://bugs.python.org/issue36698  opened by TheMathsGod

#36699: building for riscv multilib (patch attached)
https://bugs.python.org/issue36699  opened by Andreas K. Hüttel

#36700: base64 has old references that should be updated
https://bugs.python.org/issue36700  opened by paulehoffman

#36702: test_dtrace failed
https://bugs.python.org/issue36702  opened by sayno996

#36703: [Easy][Windows] test_subprocess: test_close_fds_with_stdio() h
https://bugs.python.org/issue36703  opened by vstinner

#36704: logging.FileHandler currently hardcodes errors='strict'
https://bugs.python.org/issue36704  opened by sourcejedi

#36706: Python script on startup stucks at import
https://bugs.python.org/issue36706  opened by serge g

#36709: Asyncio SSL keep-alive connections raise errors after loop clo
https://bugs.python.org/issue36709  opened by tomchristie

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710  opened by vstinner

#36711: duplicate method definition in Lib/email/feedparser.py
https://bugs.python.org/issue36711  opened by xdegaye

#36712: duplicate method definition in Lib/email/test/test_email_renam
https://bugs.python.org/issue36712  opened by xdegaye

#36713: uplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713  opened by xdegaye

#36714: Tweak doctest 'example' regex to allow a leading ellipsis in '
https://bugs.python.org/issue36714  opened by bskinn

#36715: Dictionary initialization
https://bugs.python.org/issue36715  opened by Aditya Sane

#36716: Embedded Python fails to import module files with version_plat
https://bugs.python.org/issue36716  opened by ecosatto

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717  opened by Joel Croteau2

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719  opened by vstinner

#36721: Add pkg-config python-3.8-embed
https://bugs.python.org/issue36721  opened by vstinner

#36723: Unittest Discovery for namespace subpackages dot notation fail

[Python-Dev] Summary of Python tracker Issues

2019-07-05 Thread Python tracker

ACTIVITY SUMMARY (2019-06-28 - 2019-07-05)
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:
  open7068 (+14)
  closed 42192 (+53)
  total  49260 (+67)

Open issues with patches: 2838 


Issues opened (49)
==

#29312: Use FASTCALL in dict.update()
https://bugs.python.org/issue29312  reopened by inada.naoki

#34602: python3 resource.setrlimit strange behaviour under macOS
https://bugs.python.org/issue34602  reopened by ned.deily

#35605: backported patch requires new sphinx, minimum sphinx version w
https://bugs.python.org/issue35605  reopened by steve.dower

#37390: Generate table of audit events for docs
https://bugs.python.org/issue37390  reopened by steve.dower

#37424: subprocess.run timeout does not function if shell=True and cap
https://bugs.python.org/issue37424  reopened by gregory.p.smith

#37444: Differing exception between builtins and importlib when import
https://bugs.python.org/issue37444  opened by brett.cannon

#37445: Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM wit
https://bugs.python.org/issue37445  opened by ZackerySpytz

#37446: Undefined behavior in Python/hamt.c
https://bugs.python.org/issue37446  opened by ZackerySpytz

#37448: obmalloc: radix tree for tracking arena address ranges
https://bugs.python.org/issue37448  opened by nascheme

#37449: Move ensurepip off of pkgutil and to importlib.resources
https://bugs.python.org/issue37449  opened by brett.cannon

#37451: Remove redudant test code in _testcapimodule.c
https://bugs.python.org/issue37451  opened by shihai1991

#37452: Microsoft store package has an invalid ExecutablePath registry
https://bugs.python.org/issue37452  opened by Fredrik Mellbin

#37454: Clarify docs for math.log1p()
https://bugs.python.org/issue37454  opened by rhettinger

#37455: asyncio.run() error related to finalizing async generators
https://bugs.python.org/issue37455  opened by samfrances

#37456: FAQ says positional arguments aren't a thing
https://bugs.python.org/issue37456  opened by SoniEx2

#37458: ast: Different FormattedValue expressions have same col_offset
https://bugs.python.org/issue37458  opened by Weijar Z

#37461: email.parser.Parser hang
https://bugs.python.org/issue37461  opened by Guido

#37465: Incorrect documentation for `s#` arguments in C API argument p
https://bugs.python.org/issue37465  opened by enrico

#37468: Don't install wininst*.exe on non-Windows platforms
https://bugs.python.org/issue37468  opened by vstinner

#37471: mmap module: add MAP_ALIGNED_SUPER FreeBSD constant
https://bugs.python.org/issue37471  opened by devnexen

#37473: importlib: Remove libregrtest hack: "We import importlib *ASAP
https://bugs.python.org/issue37473  opened by vstinner

#37474: Should Py_Initialize() control the floating point mode?
https://bugs.python.org/issue37474  opened by vstinner

#37475: What is urllib.request.urlcleanup() function?
https://bugs.python.org/issue37475  opened by vstinner

#37476: Adding a unit test of unicode in test_unicode.py
https://bugs.python.org/issue37476  opened by shihai1991

#37478: Docs: Method os.chdir() does not mention errors that can be ra
https://bugs.python.org/issue37478  opened by aeros167

#37479: IntEnum __format__ behavior can't be overridden through __str_
https://bugs.python.org/issue37479  opened by jason.curtis

#37480: add ptpython to list of alternate interpreters
https://bugs.python.org/issue37480  opened by zjayv

#37482: Email address display name fails with both encoded words and s
https://bugs.python.org/issue37482  opened by bsiem

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483  opened by jdemeyer

#37484: Use PY_VECTORCALL_ARGUMENTS_OFFSET for __exit__
https://bugs.python.org/issue37484  opened by jdemeyer

#37487: PyList_GetItem() document regarding index
https://bugs.python.org/issue37487  opened by 杨昆仑

#37488: Document the "gotcha" behaviors in utcnow() and utcfromtimesta
https://bugs.python.org/issue37488  opened by p-ganssle

#37489: pickling instance which inherited from Exception with keyword 
https://bugs.python.org/issue37489  opened by liugang93

#37490: poor documentation for .startswith, .endswith
https://bugs.python.org/issue37490  opened by v+python

#37491: IndexError in get_bare_quoted_string
https://bugs.python.org/issue37491  opened by maxking

#37495: socket.inet_aton parsing issue on some libc versions
https://bugs.python.org/issue37495  opened by Dominik Czarnota

#37496: Support annotations in signature strings.
https://bugs.python.org/issue37496  opened by eric.snow

#37497: Add inspect.Signature.from_text().
https://bugs.python.org/issue37497  opened by eric.snow

#37498: request.urlopen(), memory leak?
https://bugs.python.org/issue37498  opened by neonene

#37499: test_gdb.test_pycfunction should use dedicated test functions
https://bugs.python.org/issue374

[Python-Dev] Summary of Python tracker Issues

2019-07-12 Thread Python tracker

ACTIVITY SUMMARY (2019-07-05 - 2019-07-12)
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:
  open7099 (+31)
  closed 42225 (+33)
  total  49324 (+64)

Open issues with patches: 2859 


Issues opened (50)
==

#21478: mock calls don't propagate to parent (autospec)
https://bugs.python.org/issue21478  reopened by xtreak

#32178: Some invalid email address groups cause an IndexError instead 
https://bugs.python.org/issue32178  reopened by r.david.murray

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221  reopened by vstinner

#37510: argparse removing more "--" than it should
https://bugs.python.org/issue37510  opened by jol

#37511: mmap module add OpenBSD MADV_CONCEAL flag
https://bugs.python.org/issue37511  opened by David Carlier

#37514: french translation Spelling mistake on datetime python's libra
https://bugs.python.org/issue37514  opened by jerome_l

#37516: buid error - test_asyncio fails during make
https://bugs.python.org/issue37516  opened by gburgess

#37517: Improve error messages for Windows reserved file names
https://bugs.python.org/issue37517  opened by steven.daprano

#37518: Python-2.7.16 fails to build with --enable-shared
https://bugs.python.org/issue37518  opened by lo...@ucar.edu

#37519: Three inconsistent module attributes
https://bugs.python.org/issue37519  opened by maggyero

#37521: importlib.util.module_from_spec return value is not the same a
https://bugs.python.org/issue37521  opened by bmintz

#37522: http.cookies.SimpleCookie doesn't seem to be parsed using regu
https://bugs.python.org/issue37522  opened by MeiK

#37523: zipfile: Raise ValueError for i/o operations on closed zipfile
https://bugs.python.org/issue37523  opened by dhillier

#37524: IDLE error on closing 3.8+ debug build
https://bugs.python.org/issue37524  opened by terry.reedy

#37527: Timestamp conversion on windows fails with timestamps close to
https://bugs.python.org/issue37527  opened by Dschoni

#37528: test_tarfile: test_extractall_symlinks() fails on Windows with
https://bugs.python.org/issue37528  opened by vstinner

#37529: Mimetype module duplicates
https://bugs.python.org/issue37529  opened by Dominik Czarnota

#37530: IDLE: simplify, optimize, and clean up code context
https://bugs.python.org/issue37530  opened by terry.reedy

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531  opened by nanjekyejoannah

#37532: email.header.make_header() doesn't work if any `ascii` code is
https://bugs.python.org/issue37532  opened by yunlee

#37534: In minidom module ability to add Standalone Document Declaraio
https://bugs.python.org/issue37534  opened by hharutyunyan

#37535: Client SSLSocket with select.select() always returns readable 
https://bugs.python.org/issue37535  opened by 

#37537: Compute allocated blocks in _Py_GetAllocatedBlocks()
https://bugs.python.org/issue37537  opened by nascheme

#37538: Refactor zipfile to ease subclassing and enhancement
https://bugs.python.org/issue37538  opened by dhillier

#37539: CheckCommitCursorReset regression sqlite3 test fails with old 
https://bugs.python.org/issue37539  opened by mcepl

#37540: vectorcall: keyword names must be strings
https://bugs.python.org/issue37540  opened by jdemeyer

#37541: get_python_lib() returns incorrect path for site-packages
https://bugs.python.org/issue37541  opened by sabakauser

#37542: UDP sendto() sends duplicate packets
https://bugs.python.org/issue37542  opened by Andy Papageorgiou

#37543: Optimize pymalloc for non PGO build
https://bugs.python.org/issue37543  opened by inada.naoki

#37544: Multiple test failures during build
https://bugs.python.org/issue37544  opened by Jarek Zgoda

#37548: Document range of atan, acos and asin
https://bugs.python.org/issue37548  opened by mark.dickinson

#37549: os.dup() fails for standard streams on Windows 7
https://bugs.python.org/issue37549  opened by daveb

#37550: SSL Pip Error
https://bugs.python.org/issue37550  opened by Bane Banane

#37551: IDLE: Quitting with a new, unsaved editor window causes an exc
https://bugs.python.org/issue37551  opened by taleinat

#37552: [Windows] strptime/strftime return invalid results with UCRT v
https://bugs.python.org/issue37552  opened by Paul Monson

#37553: SendfileUsingSendTest tests timeout too short for Windows ARM3
https://bugs.python.org/issue37553  opened by Paul Monson

#37555: _CallList.__contains__ doesn't always respect ANY.
https://bugs.python.org/issue37555  opened by ElizabethU

#37556: Launcher help does not mention configuration options
https://bugs.python.org/issue37556  opened by Steve Barnes

#37557: Example snippets for simpler functions/methods
https://bugs.python.org/issue37557  opened by kishvanchee

#37559: IDLE: Scrolling issues with code context s

[Python-Dev] Summary of Python tracker Issues

2019-06-28 Thread Python tracker


ACTIVITY SUMMARY (2019-06-21 - 2019-06-28)
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:
  open7054 (+16)
  closed 42139 (+61)
  total  49193 (+77)

Open issues with patches: 2835 


Issues opened (49)
==

#37359: test_regrtest: test_list_cases() fails on x86 Gentoo Installed
https://bugs.python.org/issue37359  reopened by pablogsal

#37366: Add an "onitem" callback parameter to shutil.rmtree()
https://bugs.python.org/issue37366  opened by Jeffrey.Kintscher

#37367: octal escapes applied inconsistently throughout the interprete
https://bugs.python.org/issue37367  opened by bup

#37368: test_asyncio: test_create_server_ssl_match_failed() failed on 
https://bugs.python.org/issue37368  opened by vstinner

#37369: Issue with pip in venv on Powershell in Windows
https://bugs.python.org/issue37369  opened by bstorm

#37371: Optimize and refactor readline().
https://bugs.python.org/issue37371  opened by shlomif

#37372: datetime.time unpickling fails in case of python2 pickle with 
https://bugs.python.org/issue37372  opened by Justin Blanchard

#37373: Configuration of windows event loop for libraries
https://bugs.python.org/issue37373  opened by Ben.Darnell

#37374: Minidom does not have to escape quote inside text segments
https://bugs.python.org/issue37374  opened by mitar

#37379: Provide triggering AttributeError exception to __getattr__ for
https://bugs.python.org/issue37379  opened by nother

#37380: subprocess.Popen._cleanup() "The handle is invalid" error when
https://bugs.python.org/issue37380  opened by efiop

#37381: Script using ProactorEventLoop does not exit cleanly when subp
https://bugs.python.org/issue37381  opened by cr1901

#37382: Improve conditional check for test_gdb
https://bugs.python.org/issue37382  opened by jdemeyer

#37383: call count in not registered in AsyncMock till the coroutine i
https://bugs.python.org/issue37383  opened by xtreak

#37385: test_multiprocessing fails on AMD64 FreeBSD CURRENT Shared 2.7
https://bugs.python.org/issue37385  opened by vstinner

#37386: [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7
https://bugs.python.org/issue37386  opened by vstinner

#37387: test_compileall fails randomly on Windows when tests are run i
https://bugs.python.org/issue37387  opened by vstinner

#37395: Core interpreter should be linked with libgcc_s.so on Linux
https://bugs.python.org/issue37395  opened by zwol

#37398: contextlib.ContextDecorator decorating async functions
https://bugs.python.org/issue37398  opened by John Belmonte

#37399: XML text behaviour change if there are comments
https://bugs.python.org/issue37399  opened by Dima.Tisnek

#37402: Fatal Python error: Cannot recover from stack overflow issues 
https://bugs.python.org/issue37402  opened by ajung

#37403: Recommend .venv for virtual environment names
https://bugs.python.org/issue37403  opened by brett.cannon

#37404: asyncio sock_recv blocks on ssl sockets.
https://bugs.python.org/issue37404  opened by AkshayTakkar

#37405: socket.getsockname() returns string instead of tuple
https://bugs.python.org/issue37405  opened by Brent Gardner

#37406: Disable runtime checks in release mode
https://bugs.python.org/issue37406  opened by vstinner

#37407: Update imaplib.py to account for additional padding
https://bugs.python.org/issue37407  opened by edwardmbsmith

#37408: [DOC] Precise that Tarfile "format" argument only concerns wri
https://bugs.python.org/issue37408  opened by pakal

#37409: relative import without parent
https://bugs.python.org/issue37409  opened by Ben Lewis2

#37410: [Windows] subprocess: close the handle when the process comple
https://bugs.python.org/issue37410  opened by vstinner

#37412: os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows
https://bugs.python.org/issue37412  opened by vstinner

#37413: Deprecate sys._enablelegacywindowsfsencoding()?
https://bugs.python.org/issue37413  opened by vstinner

#37415: Error build Python with Intel compiler:  doesn't 
https://bugs.python.org/issue37415  opened by Saszalez

#37416: If threading is not imported from the main thread it sees the 
https://bugs.python.org/issue37416  opened by fabioz

#37421: Some tests leak temporary files
https://bugs.python.org/issue37421  opened by vstinner

#37422: Documentation on the change of __path__ in Python 3
https://bugs.python.org/issue37422  opened by jimli

#37426: getpass.getpass not working with on windows when ctrl+v  is us
https://bugs.python.org/issue37426  opened by Atul Bagga

#37427: sorted() and list.sort() don't accept non-boolean objects with
https://bugs.python.org/issue37427  opened by nodakai

#37428: SSLContext.post_handshake_auth implicitly enables cert validat
https://bugs.python.org/issue37428  opened by christian.heimes

#37429: Python hangs on fork when a logger is in use in a backgr

[Python-Dev] Summary of Python tracker Issues

2019-08-02 Thread Python tracker

ACTIVITY SUMMARY (2019-07-26 - 2019-08-02)
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:
  open7139 (+12)
  closed 42358 (+44)
  total  49497 (+56)

Open issues with patches: 2891 


Issues opened (38)
==

#37694: Crash when calling zipimport.zipimporter.__new__().()
https://bugs.python.org/issue37694  opened by Alexandre Hamelin

#37695: Incorrect error message for `unget_wch(bytes_object)`
https://bugs.python.org/issue37695  opened by Anthony Sottile

#37696: FileIO.read() on a closed TTY throws an exception prematurely
https://bugs.python.org/issue37696  opened by dw

#37698: Update doc of PyBuffer_ToContiguous
https://bugs.python.org/issue37698  opened by shihai1991

#37699: Explicit mention of raised ValueError's after .detach() of und
https://bugs.python.org/issue37699  opened by bskinn

#37700: shutil.copyfile does not raise SpecialFileError for socket fil
https://bugs.python.org/issue37700  opened by chrahunt

#37701: shutil.copyfile raises SpecialFileError for symlink to fifo
https://bugs.python.org/issue37701  opened by chrahunt

#37702: memory leak in ssl certification
https://bugs.python.org/issue37702  opened by neonene

#37703: Inconsistent gather with child exception
https://bugs.python.org/issue37703  opened by Dmitrii Ivaniushin

#37705: winerror_to_errno implementation
https://bugs.python.org/issue37705  opened by eryksun

#37706: IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.
https://bugs.python.org/issue37706  opened by ned.deily

#37709: CSVReader ignores dialect.lineterminator
https://bugs.python.org/issue37709  opened by Benjamin Schollnick

#37710: Python SSL module does not clear error queue before IO operati
https://bugs.python.org/issue37710  opened by Andrew Collins

#37711: regrtest: re-run failed tests in subprocesses
https://bugs.python.org/issue37711  opened by vstinner

#37712: Exception frames from unittest.TestCase.fail dependent on nest
https://bugs.python.org/issue37712  opened by Matthew Roeschke

#37715: 2to3 set default encoding
https://bugs.python.org/issue37715  opened by xxm

#37717: argparse subcommand docs has non-existent parameter "action"
https://bugs.python.org/issue37717  opened by retnikt

#37718: 2to3  exception handling
https://bugs.python.org/issue37718  opened by xxm

#37719: addSubtest not calling addFailure and addError
https://bugs.python.org/issue37719  opened by Xavier Dollé

#37721: smtpd: staling connect
https://bugs.python.org/issue37721  opened by cherusk

#37722: imaplib crashes when trying to read a letter from an imap serv
https://bugs.python.org/issue37722  opened by Иван Михайлов

#37723: important performance regression on regular expression parsing
https://bugs.python.org/issue37723  opened by yannvgn

#37724: [[Errno 17] File exists: ] # Try create directories that are n
https://bugs.python.org/issue37724  opened by Tal Cohen

#37725: "make clean" should remove PGO task data
https://bugs.python.org/issue37725  opened by nascheme

#37729: gc: stats from multi process are mixed up
https://bugs.python.org/issue37729  opened by inada.naoki

#37730: NotImplemented is used instead of NotImplementedError in docs
https://bugs.python.org/issue37730  opened by serhiy.storchaka

#37731: Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h
https://bugs.python.org/issue37731  opened by nanjekyejoannah

#37732: Possible uninitialized variable in Objects/obmalloc.c
https://bugs.python.org/issue37732  opened by nanjekyejoannah

#37733: Fail to build _curses module of Python 3.7.4 on AIX 7.1 using 
https://bugs.python.org/issue37733  opened by LIU YONG

#37734: Registry keys for Windows Store package have wrong executable
https://bugs.python.org/issue37734  opened by steve.dower

#37736: asyncio.wait_for is still confusing
https://bugs.python.org/issue37736  opened by David Lewis

#37737: mmap module track anonymous page on macOS
https://bugs.python.org/issue37737  opened by devnexen

#37738: curses.addch('a', curses.color_pair(1)) ignores the color info
https://bugs.python.org/issue37738  opened by mgedmin

#37741: importlib.metadata docs not showing up in the module index
https://bugs.python.org/issue37741  opened by brett.cannon

#37743: How should contextmanager/ContextDecorator work with generator
https://bugs.python.org/issue37743  opened by Antony.Lee

#37744: thread native id support for GNU/Hurd
https://bugs.python.org/issue37744  opened by samuel-thibault

#37745: 3.8b3 - windows install gui/ inconsistent options
https://bugs.python.org/issue37745  opened by Christopher Brousseau

#37746: Provide Windows predefined access type constants
https://bugs.python.org/issue37746  opened by steve.dower



Most recent 15 issues with no replies (15)
==

#37746: Provide Windows predefined access 

[Python-Dev] Summary of Python tracker Issues

2019-08-16 Thread Python tracker

ACTIVITY SUMMARY (2019-08-09 - 2019-08-16)
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:
  open7171 (+35)
  closed 42457 (+38)
  total  49628 (+73)

Open issues with patches: 2911 


Issues opened (56)
==

#15248: Better explain "TypeError: 'tuple' object is not callable"
https://bugs.python.org/issue15248  reopened by rhettinger

#34155: email.utils.parseaddr mistakenly parse an email
https://bugs.python.org/issue34155  reopened by vstinner

#37756: Error 0x80070643 when installing
https://bugs.python.org/issue37756  reopened by eryksun

#37805: json.dump(..., skipkeys=True) has no unit tests
https://bugs.python.org/issue37805  opened by Julian

#37806: Infinite recursion with typing.get_type_hints
https://bugs.python.org/issue37806  opened by vg0377467

#37808: Deprecate unbound super methods
https://bugs.python.org/issue37808  opened by steven.daprano

#37810: ndiff reports incorrect location when diff strings contain tab
https://bugs.python.org/issue37810  opened by Anthony Sottile

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812  opened by Greg Price

#37815: 'Make Test' error while trying to install Python 3.7.4 on Linu
https://bugs.python.org/issue37815  opened by Missono Dell

#37816: f-string documentation not fully accurate
https://bugs.python.org/issue37816  opened by v+python

#37817: create_pipe_connection and start_serving_pipe not documented
https://bugs.python.org/issue37817  opened by primal

#37820: Unnecessary URL scheme exists to allow 'URL: reading file in u
https://bugs.python.org/issue37820  opened by Alyan

#37821: IDLE shell uses wrong namespace for completions
https://bugs.python.org/issue37821  opened by taleinat

#37823: Telnet documentation: fix the link to open()
https://bugs.python.org/issue37823  opened by Mariatta

#37824: IDLE: Handle Shell input warnings properly.
https://bugs.python.org/issue37824  opened by serhiy.storchaka

#37825: IDLE doc improvements
https://bugs.python.org/issue37825  opened by terry.reedy

#37826: Document PEP 3134 in tutorials/errors.rst
https://bugs.python.org/issue37826  opened by maxking

#37827: IDLE: Have the shell mimic terminal handling of \r and \b cont
https://bugs.python.org/issue37827  opened by taleinat

#37828: Fix default mock_name in unittest.mock.assert_called error mes
https://bugs.python.org/issue37828  opened by xtreak

#37829: Documentation of stdlib: add example of mixed arguments to dic
https://bugs.python.org/issue37829  opened by pasenor

#37830: continue and break in finally with return in try results with 
https://bugs.python.org/issue37830  opened by BTaskaya

#37832: Python requires /dev/urandom on HURD: _Py_HashRandomization_In
https://bugs.python.org/issue37832  opened by Jeffrey.Walton

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834  opened by steve.dower

#37835: typing.get_type_hints wrong namespace for forward-declaration 
https://bugs.python.org/issue37835  opened by netbnd

#37836: Support .as_integer_ratio() in fractions.Fraction
https://bugs.python.org/issue37836  opened by jdemeyer

#37837: add internal _PyLong_FromUnsignedChar() function
https://bugs.python.org/issue37837  opened by sir-sigurd

#37838: typing.get_type_hints not working with forward-declaration and
https://bugs.python.org/issue37838  opened by netbnd

#37839: makesetup Doesn't Handle Defines with Equal Sign
https://bugs.python.org/issue37839  opened by wbond

#37840: bytearray_getitem() handles negative index incorrectly
https://bugs.python.org/issue37840  opened by sir-sigurd

#37841: Python store app launcher has dependency on msvcp140.dll
https://bugs.python.org/issue37841  opened by steve.dower

#37842: Initialize Py_buffer variables more efficiently
https://bugs.python.org/issue37842  opened by sir-sigurd

#37843: CGIHTTPRequestHandler does not take args.directory in construc
https://bugs.python.org/issue37843  opened by rjayne

#37844: PyRun_SimpleFile should provide a version that does not need a
https://bugs.python.org/issue37844  opened by cbiesinger

#37846: declare that Text I/O use buffer inside
https://bugs.python.org/issue37846  opened by Windson Yang

#37848: More fully implement Unicode's case mappings
https://bugs.python.org/issue37848  opened by Greg Price

#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849  opened by taleinat

#37851: faulthandler: only allocate the signal handler stack when faul
https://bugs.python.org/issue37851  opened by vstinner

#37854: [xmlrpc.client.ServerProxy] It does not correctly parse the UR
https://bugs.python.org/issue37854  opened by f9n

#37855: Compiling Python 3.7.4 with Intel compilers 2019
https://bugs.python.org/issue37855  opened by zyzhang2006

#37856: Adding additio

[Python-Dev] Summary of Python tracker Issues

2019-08-30 Thread Python tracker

ACTIVITY SUMMARY (2019-08-23 - 2019-08-30)
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:
  open7114 (-39)
  closed 42626 (+97)
  total  49740 (+58)

Open issues with patches: 2864 


Issues opened (36)
==

#34410: itertools.tee not thread-safe; can segfault interpreter when w
https://bugs.python.org/issue34410  reopened by serhiy.storchaka

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834  reopened by lukasz.langa

#37932: ConfigParser.items(section) with allow_no_value returns empty 
https://bugs.python.org/issue37932  opened by Sean Robertson

#37935: Improve performance of pathlib.scandir()
https://bugs.python.org/issue37935  opened by Shai

#37936: gitignore file is too broad
https://bugs.python.org/issue37936  opened by Greg Price

#37937: Mention ``frame.f_trace`` in :func:`sys.settrace` docs.
https://bugs.python.org/issue37937  opened by cool-RR

#37938: refactor PyLong_As*() functions
https://bugs.python.org/issue37938  opened by sir-sigurd

#37939: os.path.normpath change some characters of a path into kinda '
https://bugs.python.org/issue37939  opened by Yugi

#37940: Add xml.tool to pretty print XML like json.tool
https://bugs.python.org/issue37940  opened by xtreak

#37941: python -m and runpy.run_module set different __name__ by defau
https://bugs.python.org/issue37941  opened by Julian

#37943: mimetypes.guess_extension() doesn’t get JPG right
https://bugs.python.org/issue37943  opened by _savage

#37945: test_locale failing
https://bugs.python.org/issue37945  opened by tim.golden

#37948: get_type_hints fails if there are un-annotated fields in a dat
https://bugs.python.org/issue37948  opened by arne

#37951: Disallow fork in a subinterpreter broke subprocesses in mod_ws
https://bugs.python.org/issue37951  opened by christian.heimes

#37952: Add support for export_keying_material to SSL library
https://bugs.python.org/issue37952  opened by wingel71

#37953: Fix ForwardRef equality checks
https://bugs.python.org/issue37953  opened by plokmijnuhby

#37955: mock.patch incorrect reference to Mock
https://bugs.python.org/issue37955  opened by phsilva

#37956: UUID authorize version 6+ with variant RFC 4122
https://bugs.python.org/issue37956  opened by Erawpalassalg

#37957: Allow regrtest to receive a file with test (and subtests) to i
https://bugs.python.org/issue37957  opened by pablogsal

#37958: Adding get_profile_dict to pstats
https://bugs.python.org/issue37958  opened by Daniel Olshansky

#37961: Tracemalloc traces do not include original stack trace length
https://bugs.python.org/issue37961  opened by jd

#37963: No URL for docs of pth files
https://bugs.python.org/issue37963  opened by Thomas Güttler

#37966: is_normalized is much slower at "no" than the standard's algor
https://bugs.python.org/issue37966  opened by Greg Price

#37967: release candidate is not gpg signed (and missing release workf
https://bugs.python.org/issue37967  opened by mattip

#37969: urllib.parse functions reporting false equivalent URIs
https://bugs.python.org/issue37969  opened by maggyero

#37970: urllib.parse docstrings incomplete
https://bugs.python.org/issue37970  opened by zach.ware

#37971: Wrong trace with multiple decorators (linenumber wrong in fram
https://bugs.python.org/issue37971  opened by control-k

#37972: unittest.mock.call does not chain __getitem__ to another _Call
https://bugs.python.org/issue37972  opened by blhsing

#37973: improve docstrings of sys.float_info
https://bugs.python.org/issue37973  opened by sir-sigurd

#37977: Big red pickle security warning should stress the point even m
https://bugs.python.org/issue37977  opened by lordmauve

#37980: regression when passing numpy bools to sorted(..., reverse=r)
https://bugs.python.org/issue37980  opened by tcaswell

#37981: Can't install Python 3.7.4 x64 on Win 8.1
https://bugs.python.org/issue37981  opened by Alexander Podgórski

#37985: WFERR_UNMARSHALLABLE breaks recursion limit
https://bugs.python.org/issue37985  opened by herring

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986  opened by sir-sigurd

#37988: Issue found during language name processing in a list
https://bugs.python.org/issue37988  opened by AjaySyam

#37989: documentation format error in Chinese version
https://bugs.python.org/issue37989  opened by 刘俨晖



Most recent 15 issues with no replies (15)
==

#37989: documentation format error in Chinese version
https://bugs.python.org/issue37989

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986

#37981: Can't install Python 3.7.4 x64 on Win 8.1
https://bugs.python.org/issue37981

#37977: Big red pickle security warning should stress the point even m
https://bugs.python.org/issue37977

#37972: unittest

[Python-Dev] Summary of Python tracker Issues

2019-08-23 Thread Python tracker

ACTIVITY SUMMARY (2019-08-16 - 2019-08-23)
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:
  open7153 (-18)
  closed 42529 (+72)
  total  49682 (+54)

Open issues with patches: 2891 


Issues opened (47)
==

#26680: Incorporating float.is_integer into the numeric tower and Deci
https://bugs.python.org/issue26680  reopened by robert_smallshire

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531  reopened by vstinner

#37585: Comparing PyDictValues does not give expected results
https://bugs.python.org/issue37585  reopened by aeros167

#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878  opened by nanjekyejoannah

#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879  opened by eelizondo

#37880: For argparse add_argument with action='store_const', const sho
https://bugs.python.org/issue37880  opened by nanjekyejoannah

#37881: __text_signature__ parser doesn't handle globals in extension 
https://bugs.python.org/issue37881  opened by Antony.Lee

#37883: threading.Lock.locked is not documented
https://bugs.python.org/issue37883  opened by remi.lapeyre

#37885: venv: Don't produce unbound variable warning on deactivate
https://bugs.python.org/issue37885  opened by danabr

#37886: PyStructSequence_UnnamedField not exported
https://bugs.python.org/issue37886  opened by je...@livedata.com

#37888: Sub-interpreters : Confusing docs about state after calling Py
https://bugs.python.org/issue37888  opened by nanjekyejoannah

#37890: Modernize several tests in test_importlib
https://bugs.python.org/issue37890  opened by aeros167

#37891: Exceptions tutorial page does not mention raise from
https://bugs.python.org/issue37891  opened by Niels Albers

#37892: IDLE Shell: isolate user code input
https://bugs.python.org/issue37892  opened by terry.reedy

#37894: [win] shutil.which can not find the path if 'cmd' include dire
https://bugs.python.org/issue37894  opened by seahoh

#37895: test_logging hangs on an IPv6-only host
https://bugs.python.org/issue37895  opened by gregory.p.smith

#37896: test_multiprocessing_fork hangs on an IPv6-only host
https://bugs.python.org/issue37896  opened by gregory.p.smith

#37897: test_asyncio hangs on an IPv6-only host
https://bugs.python.org/issue37897  opened by gregory.p.smith

#37898: test_httpservers hangs on an IPv6-only host
https://bugs.python.org/issue37898  opened by gregory.p.smith

#37899: test_xmlrpc hangs on an IPv6-only host
https://bugs.python.org/issue37899  opened by gregory.p.smith

#37900: [urllib] proxy_bypass_registry doesn't handle invalid proxy ov
https://bugs.python.org/issue37900  opened by kwojniak_box

#37901: 21 tests fail when run on an IPv6-only host
https://bugs.python.org/issue37901  opened by gregory.p.smith

#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902  opened by GeeVye

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903  opened by terry.reedy

#37904: Suggested edit to Python Tutorial - Section 4
https://bugs.python.org/issue37904  opened by lrnor...@gmail.com

#37905: Improve docs for NormalDist
https://bugs.python.org/issue37905  opened by Christoph.Deil

#37906: FreeBSD: test_threading: test_recursion_limit() crash with SIG
https://bugs.python.org/issue37906  opened by vstinner

#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907  opened by sir-sigurd

#37908: Add some examples of ArgumentParser.exit()
https://bugs.python.org/issue37908  opened by shihai1991

#37909: Thread pool return ref hold memory
https://bugs.python.org/issue37909  opened by Tianshu Gao

#37910: argparse wrapping fails with metavar="" (no metavar)
https://bugs.python.org/issue37910  opened by sjfranklin

#37911: Minor error in PEP567 code example
https://bugs.python.org/issue37911  opened by MarSoft

#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913  opened by jdemeyer

#37914: class timedelta, support the method hours and minutes in field
https://bugs.python.org/issue37914  opened by elinaldosoft

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916  opened by Jakub Piotr Cłapa

#37918: What about an enum for open() modes?
https://bugs.python.org/issue37918  opened by Marco Sulla

#37919: nntplib throws spurious NNTPProtocolError
https://bugs.python.org/issue37919  opened by msapiro

#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921  opened by zaphodef

#37922: inspect.getsource returns wrong class definition when multiple
https://bugs.python.org/issue37922  opened by lennyt

#37923: Combining typing.get_type_hints and inspect.signature
https://bugs.python.org/issue37923  opened by

[Python-Dev] Summary of Python tracker Issues

2019-09-06 Thread Python tracker

ACTIVITY SUMMARY (2019-08-30 - 2019-09-06)
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:
  open7123 ( +9)
  closed 42673 (+47)
  total  49796 (+56)

Open issues with patches: 2864 


Issues opened (39)
==

#27227: argparse fails to parse [] when using choices and nargs='*'
https://bugs.python.org/issue27227  reopened by paul.j3

#33418: Memory leaks in functions
https://bugs.python.org/issue33418  reopened by pablogsal

#37992: Change datetime.MINYEAR to allow for negative years
https://bugs.python.org/issue37992  opened by Sam Wainwright

#37993: os.path.realpath on Windows resolves mapped network drives
https://bugs.python.org/issue37993  opened by cgohlke

#37995: Multiline ast.dump()
https://bugs.python.org/issue37995  opened by serhiy.storchaka

#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997  opened by gabrielc

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999  opened by serhiy.storchaka

#38000: importlib can not handle module file names with periods
https://bugs.python.org/issue38000  opened by andry

#38002: 'ModifiedInterpreter' object has no attribute 'interp'
https://bugs.python.org/issue38002  opened by rhettinger

#38003: Incorrect "fixing" of isinstance tests for basestring
https://bugs.python.org/issue38003  opened by bkline

#38004: Duplicated sections in changelog
https://bugs.python.org/issue38004  opened by inada.naoki

#38005: Coercing strings and non-integer numbers to interpreter ID and
https://bugs.python.org/issue38005  opened by serhiy.storchaka

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006  opened by christian.heimes

#38007: Regression: name of PyType_Spec::slots conflicts with Qt macro
https://bugs.python.org/issue38007  opened by Leslie

#38008: ContextManager and AsyncContextManager protocols can't be subc
https://bugs.python.org/issue38008  opened by divijrajkumar

#38011: xml.dom.pulldom splits text data at buffer size when parsing f
https://bugs.python.org/issue38011  opened by nsturmwind

#38013: AsyncGenerator breaks when not iterated fully with RuntimeErro
https://bugs.python.org/issue38013  opened by Michael Yoo

#38014: Python 3.7 does not compile
https://bugs.python.org/issue38014  opened by m_python

#38015: inline function generates slightly inefficient machine code
https://bugs.python.org/issue38015  opened by Ma Lin

#38017: IO-like interface for SHAKE-* and other XOFs.
https://bugs.python.org/issue38017  opened by dannyniu

#38018: Increase Code Coverage for multiprocessing.shared_memory
https://bugs.python.org/issue38018  opened by vinay0410

#38019: AttributeError: 'NoneType' object has no attribute '_add_reade
https://bugs.python.org/issue38019  opened by decaz

#38021: pep425 tag for AIX is inadequate
https://bugs.python.org/issue38021  opened by Michael.Felt

#38023: Deal better with StackOverflow exception when debugging
https://bugs.python.org/issue38023  opened by almenon anon

#38029: Should io.TextIOWrapper raise an error at instantiation if a S
https://bugs.python.org/issue38029  opened by bskinn

#38031: FileIO.__init__ aborts when opener returns bad fd
https://bugs.python.org/issue38031  opened by tekknolagi

#38032: lib2to3 doesn't parse Python 3 identifiers containing non-spac
https://bugs.python.org/issue38032  opened by JustinTArthur

#38033: Use After Free: PyObject_Free (valgrind)
https://bugs.python.org/issue38033  opened by zephyrus00jp

#38034: Typo on logging.handlers.QueueListener documentation
https://bugs.python.org/issue38034  opened by wuck

#38035: shared_semaphores cannot be shared across unrelated processes
https://bugs.python.org/issue38035  opened by vinay0410

#38036: ssl docs say that ssl.SSLContext() is secure-by-default since 
https://bugs.python.org/issue38036  opened by njs

#38037: Assertion failed: object has negative ref count
https://bugs.python.org/issue38037  opened by Ma Lin

#38038: Remove urllib.parse._splittype from xmlrpc.client
https://bugs.python.org/issue38038  opened by corona10

#38039: Segfault when pickling dictionary with large pandas dataframes
https://bugs.python.org/issue38039  opened by Ilya Valmianski

#38040: Typo: "Writeable" Should be "Writable" in IO Library Documenta
https://bugs.python.org/issue38040  opened by Sean Happenny

#38041: IDLE Shell: Refine restart line
https://bugs.python.org/issue38041  opened by terry.reedy

#38043: small cleanups in Unicode normalization code
https://bugs.python.org/issue38043  opened by Greg Price

#38044: unittest causing segfaults with string malloc in c++ module
https://bugs.python.org/issue38044  opened by ymerej

#38045: enum.Flag instance creation is slow
https://bugs.python.org/issue38045  opened by Anton

[Python-Dev] Summary of Python tracker Issues

2019-09-13 Thread Python tracker


ACTIVITY SUMMARY (2019-09-06 - 2019-09-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:
  open7031 (-92)
  closed 42885 (+212)
  total  49916 (+120)

Open issues with patches: 2788 


Issues opened (74)
==

#34805: Explicitly specify `MyClass.__subclasses__()` returns classes 
https://bugs.python.org/issue34805  reopened by rhettinger

#36871: Misleading error from unittest.mock's assert_has_calls
https://bugs.python.org/issue36871  reopened by gregory.p.smith

#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879  reopened by vstinner

#38047: multiarch headers are added when cross compiling
https://bugs.python.org/issue38047  opened by hhb

#38050: open('file.txt') path not found
https://bugs.python.org/issue38050  opened by Sean Frazier

#38051: time.strftime handling %z/%Z badly
https://bugs.python.org/issue38051  opened by macintux

#38052: Include sspipe Module with Core Python
https://bugs.python.org/issue38052  opened by Juan Telleria2

#38055: Starting multiprocessing.Process raises FileNotFoundError unex
https://bugs.python.org/issue38055  opened by Donny Brown

#38056: Add examples for common text encoding Error Handlers
https://bugs.python.org/issue38056  opened by Ma Lin

#38057: Docs: source code don't can be translate
https://bugs.python.org/issue38057  opened by adorilson

#38061: FreeBSD: Optimize subprocess.Popen(close_fds=True) using close
https://bugs.python.org/issue38061  opened by vstinner

#38062: Clarify that atexit.unregister matches by equality, not identi
https://bugs.python.org/issue38062  opened by mark.dickinson

#38063: Modify test_socket.py to use unittest test discovery
https://bugs.python.org/issue38063  opened by vstinner

#38065: Document the datetime capsule API
https://bugs.python.org/issue38065  opened by p-ganssle

#38067: Add headers parameter on RobotFileParser
https://bugs.python.org/issue38067  opened by eamanu

#38068: clean up configure logic for gettimeofday
https://bugs.python.org/issue38068  opened by benjamin.peterson

#38070: visit_decref(): add an assertion to check that the object is n
https://bugs.python.org/issue38070  opened by vstinner

#38073: Make pwd module PEP-384 compatible
https://bugs.python.org/issue38073  opened by dino.viehland

#38075: Make random module PEP-384 compatible
https://bugs.python.org/issue38075  opened by dino.viehland

#38077: IDLE leaking ARGV into globals() namespace
https://bugs.python.org/issue38077  opened by rhettinger

#38078: IDLE: Don't run internal code in user namespace.
https://bugs.python.org/issue38078  opened by terry.reedy

#38079: _PyObject_VAR_SIZE should avoid arithmetic overflow
https://bugs.python.org/issue38079  opened by Greg Price

#38080: 2to3 urllib fixer: missing fix for urllib.getproxies
https://bugs.python.org/issue38080  opened by shiyuchong

#38081: Different behavior of os.path.realpath('nul') in 3.7 and 3.8
https://bugs.python.org/issue38081  opened by iamsav

#38085: Interrupting class creation in __init_subclass__ may lead to i
https://bugs.python.org/issue38085  opened by xitop

#38091: Import deadlock detection causes deadlock
https://bugs.python.org/issue38091  opened by Ronan.Lamy

#38093: Update MagicMock __aenter__ and __aexit__ to return AsyncMock'
https://bugs.python.org/issue38093  opened by lisroach

#38094: unneeded assignment to wb.len in PyBytes_Concat using buffer p
https://bugs.python.org/issue38094  opened by gregory.p.smith

#38095: Multi-threaded circular import fails with _DeadlockError when 
https://bugs.python.org/issue38095  opened by Ronan.Lamy

#38097: cmd.Cmd: Allow other readline completion methods
https://bugs.python.org/issue38097  opened by mannjani

#38099: __dict__ attribute is incorrectly stated to be read-only
https://bugs.python.org/issue38099  opened by reed

#38100: Spelling error in unittest.mock code
https://bugs.python.org/issue38100  opened by lisroach

#38101: Update devguide triaging keywords
https://bugs.python.org/issue38101  opened by lisroach

#38106: Race in PyThread_release_lock - can lead to memory corruption 
https://bugs.python.org/issue38106  opened by navytux

#38108: Everything in Mock should inherit from Base
https://bugs.python.org/issue38108  opened by lisroach

#38109: Missing constants in Lib/stat.py
https://bugs.python.org/issue38109  opened by Ronan.Lamy

#38110: Use fdwalk() within os.closerange() impl if available
https://bugs.python.org/issue38110  opened by gregory.p.smith

#38112: Compileall improvements
https://bugs.python.org/issue38112  opened by petr.viktorin

#38115: Invalid bytecode offsets in co_lnotab
https://bugs.python.org/issue38115  opened by twouters

#38116: Make select module PEP-384 compatible
https://bugs.python.org/issue38116  opened by dino.viehland

#38118: Valgrind warnings when running tokenize.py
https://bugs.python.org

[Python-Dev] Summary of Python tracker Issues

2019-08-09 Thread Python tracker


ACTIVITY SUMMARY (2019-08-02 - 2019-08-09)
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:
  open7136 ( -3)
  closed 42419 (+61)
  total  49555 (+58)

Open issues with patches: 2897 


Issues opened (43)
==

#37747: _markupbase.py fails with TypeError on invalid keyword in mark
https://bugs.python.org/issue37747  opened by bp256r1

#37749: ipaddress - is_global method all multicast addresses and netwo
https://bugs.python.org/issue37749  opened by bjames

#37750: PyBuffer_FromContiguous not documented
https://bugs.python.org/issue37750  opened by shihai1991

#37751: In codecs,  function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751  opened by qigangxu

#37752: Redundant Py_CHARMASK called in some files
https://bugs.python.org/issue37752  opened by qigangxu

#37754: alter size of segment using multiprocessing.shared_memory
https://bugs.python.org/issue37754  opened by vinay0410

#37755: pydoc topics, keywords and symbols always use pager instead of
https://bugs.python.org/issue37755  opened by eht16

#37756: Error 0x80070643 when installing
https://bugs.python.org/issue37756  opened by bfbfbfb bfbfbf

#37757: TargetScopeError not raised for comprehension scope conflict
https://bugs.python.org/issue37757  opened by ncoghlan

#37758: unicodedata checksum-tests only test 1/17th of Unicode's codep
https://bugs.python.org/issue37758  opened by Greg Price

#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759  opened by rhettinger

#37760: Refactor makeunicodedata.py: dedupe parsing, use dataclass
https://bugs.python.org/issue37760  opened by Greg Price

#37762: IDLE very slow due a super long line output in chunks
https://bugs.python.org/issue37762  opened by Bernie

#37763: Need setup.py to pick up -isystem flags from CPPFLAGS
https://bugs.python.org/issue37763  opened by jherland

#37764: email.Message.as_string infinite loop
https://bugs.python.org/issue37764  opened by mytran

#37765: IDLE: Include keywords in __main__ autocomplete list
https://bugs.python.org/issue37765  opened by xtreak

#37766: IDLE autocomplete: revise fetch_completions, add htest
https://bugs.python.org/issue37766  opened by terry.reedy

#37768: IDLE: Show help(object) output in a text viewer
https://bugs.python.org/issue37768  opened by taleinat

#37769: Windows Store installer should warn user about MAX_PATH
https://bugs.python.org/issue37769  opened by Jonas Binding

#37771: No equivalent of `inspect.getcoroutinestate` for PyAsyncGenASe
https://bugs.python.org/issue37771  opened by GeeVye

#37772: zipfile.Path.iterdir() outputs sub directories many times or n
https://bugs.python.org/issue37772  opened by joernheissler

#37773: ValueError: I/O operation on closed file. in ZipFile destructo
https://bugs.python.org/issue37773  opened by joernheissler

#37774: Micro-optimize vectorcall using PY_LIKELY
https://bugs.python.org/issue37774  opened by jdemeyer

#37775: update doc of compileall
https://bugs.python.org/issue37775  opened by shihai1991

#37776: Test Py_Finalize() from a subinterpreter
https://bugs.python.org/issue37776  opened by nanjekyejoannah

#37779: configparser: add documentation about several read() behaviour
https://bugs.python.org/issue37779  opened by sblondon

#37781: Use "z" for PY_FORMAT_SIZE_T
https://bugs.python.org/issue37781  opened by inada.naoki

#37784: Compiling Python 3 with sqlite impossible when sqlite installa
https://bugs.python.org/issue37784  opened by manuco

#37785: argparse uses %s in gettext calls causing xgettext warnings
https://bugs.python.org/issue37785  opened by kulikjak

#37788: fix for bpo-36402 (threading._shutdown() race condition) cause
https://bugs.python.org/issue37788  opened by anselm.kruis

#37789: Update doc strings for test.bytecode_helper
https://bugs.python.org/issue37789  opened by nanjekyejoannah

#37790: subprocess.Popen() is extremely slow
https://bugs.python.org/issue37790  opened by Alexander.Pyhalov

#37792: xml.etree.ElementTree.Element.__eq__ does compare only objects
https://bugs.python.org/issue37792  opened by Marco Sulla

#37794: Replace /Ox with /O2
https://bugs.python.org/issue37794  opened by Kojoley

#37796: ModuleFinder does not resolve ".." correctly
https://bugs.python.org/issue37796  opened by mkleehammer

#37797: Add name attribute to NameError
https://bugs.python.org/issue37797  opened by skreft

#37798: Add C fastpath for statistics.NormalDist.inv_cdf()
https://bugs.python.org/issue37798  opened by rhettinger

#37799: Renaming Doc/reference/ to Doc/language/
https://bugs.python.org/issue37799  opened by maggyero

#37800: Clean up the documentation on module attributes
https://bugs.python.org/issue37800  opened by maggyero

#37801: Compilation on MINGW64 fails (CODESET,wcstok,...)
https://bugs.python.org/issue37801  opened by vengelson

#37802

[Python-Dev] Summary of Python tracker Issues

2019-07-19 Thread Python tracker

ACTIVITY SUMMARY (2019-07-12 - 2019-07-19)
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:
  open7111 (+12)
  closed 42272 (+47)
  total  49383 (+59)

Open issues with patches: 2877 


Issues opened (41)
==

#28292: Make Calendar.itermonthdates() behave consistently in edge cas
https://bugs.python.org/issue28292  reopened by rhettinger

#34443: enum repr should use __qualname__
https://bugs.python.org/issue34443  reopened by ethan.furman

#37574: Mention spec_from_loader() in Finder.find_spec() docs.
https://bugs.python.org/issue37574  opened by eric.snow

#37575: Python Documentation on strings (tutorial section 3.1.2.)
https://bugs.python.org/issue37575  opened by Deshpande

#37577: ModuleNotFoundError: No module named '_sysconfigdata__linux_x8
https://bugs.python.org/issue37577  opened by luisalejandro

#37578: Change Glob: Allow Recursion for Hidden Files
https://bugs.python.org/issue37578  opened by k64

#37581: Docs: Improve phrasing of flush argument for print()
https://bugs.python.org/issue37581  opened by aeros167

#37583: Got a 113 error when running the test_socket
https://bugs.python.org/issue37583  opened by shihai1991

#37584: Multiple test failures with OSError: [Errno 84] Invalid or inc
https://bugs.python.org/issue37584  opened by dimitern

#37586: macOS: posix_spawn(..., setsid=True)
https://bugs.python.org/issue37586  opened by ronaldoussoren

#37587: JSON loads performance improvement for long strings
https://bugs.python.org/issue37587  opened by mpaolini

#37588: Py_DEPRECATED and unavoidable warnings
https://bugs.python.org/issue37588  opened by philthompson10

#37589: Missing dependences in the Makefile
https://bugs.python.org/issue37589  opened by vemakereporter

#37591: test_concurrent_future failed
https://bugs.python.org/issue37591  opened by Martin Bammer

#37592: sysconfig should not rely on sys.version
https://bugs.python.org/issue37592  opened by carlbordum

#37595: Python 3.7.4 does not build on Raspbian Buster
https://bugs.python.org/issue37595  opened by kal.sze

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596  opened by vstinner

#37597: audit event table breaks PDF sphinx build
https://bugs.python.org/issue37597  opened by mdk

#37601: shutil.make_archive does not follow symlinks for zip archives
https://bugs.python.org/issue37601  opened by Kevin Teague

#37602: nonzero fixer problem
https://bugs.python.org/issue37602  opened by shiyuchong

#37603: parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a -
https://bugs.python.org/issue37603  opened by vstinner

#37604: warnings should use a ContextVar to manage filters/registry
https://bugs.python.org/issue37604  opened by graingert

#37605: CI should not depend on gmane response
https://bugs.python.org/issue37605  opened by terry.reedy

#37607: segfault running code in jupyter on macOS 10.14.5 - crashed on
https://bugs.python.org/issue37607  opened by wesinator

#37608: _thread: acquire_lock,release_lock still in use while declared
https://bugs.python.org/issue37608  opened by shiyuchong

#37609: support "UNC" device paths in ntpath.splitdrive
https://bugs.python.org/issue37609  opened by eryksun

#37611: Improve the "Dealing with Bugs" documentation, include guideli
https://bugs.python.org/issue37611  opened by Mariatta

#37612: os.link(..., follow_symlinks=True) broken on Linux
https://bugs.python.org/issue37612  opened by jo-he

#37616: [3.10 prep] zip path incorrect
https://bugs.python.org/issue37616  opened by Anthony Sottile

#37618: Docs: Code example locations in stdtypes
https://bugs.python.org/issue37618  opened by aeros167

#37619: update_one_slot() should not ignore wrapper descriptors for wr
https://bugs.python.org/issue37619  opened by jdemeyer

#37620: str.split(sep=None, maxsplit=-1,any=False)
https://bugs.python.org/issue37620  opened by hcoin

#37621: Line continuation of blank line emits NEWLINE
https://bugs.python.org/issue37621  opened by miedzinski

#37622: Signature of SHA256 HMAC digest not matching with the signatur
https://bugs.python.org/issue37622  opened by dodain

#37623: namedtuple integration for importlib.abc.Loader
https://bugs.python.org/issue37623  opened by captain-kark

#37626: Documentation:conflict between docs
https://bugs.python.org/issue37626  opened by shiyuchong

#37627: Minor improvements to IDLE's "Run Customized"
https://bugs.python.org/issue37627  opened by rhettinger

#37628: IDLE Font Sample distracting and too large
https://bugs.python.org/issue37628  opened by rhettinger

#37630: Investigate replacing SHA3 code with OpenSSL
https://bugs.python.org/issue37630  opened by christian.heimes

#37631: EXTRA_CFLAGS get overrided by CFLAGS_NODIST
https://bugs.python.org/issue37631  opened by Dormouse759

#37632: generator expressi

[Python-Dev] Summary of Python tracker Issues

2019-07-26 Thread Python tracker

ACTIVITY SUMMARY (2019-07-19 - 2019-07-26)
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:
  open7127 (+16)
  closed 42314 (+42)
  total  49441 (+58)

Open issues with patches: 2882 


Issues opened (40)
==

#37633: Py_CompileString and PyParser_SimpleParseString not exported i
https://bugs.python.org/issue37633  opened by pyscripter

#37634: doc: "module" of a warning might be its filename
https://bugs.python.org/issue37634  opened by blueyed

#37635: Using constant for whence arg in seek()
https://bugs.python.org/issue37635  opened by aeros167

#37636: Deprecate slicing and ordering operations on sys.version
https://bugs.python.org/issue37636  opened by ncoghlan

#37637: multiprocessing numpy.ndarray not transmitted properly
https://bugs.python.org/issue37637  opened by 2xB

#37638: Having issues following build instructions
https://bugs.python.org/issue37638  opened by Tianming Zhuang

#37640: telnetlib crash in Python3 while receiving un-printable charac
https://bugs.python.org/issue37640  opened by hoang nguyen

#37641: Embeddable distribution pyc filenames show build machine locat
https://bugs.python.org/issue37641  opened by Bill Collins

#37642: timezone allows no offset from range (23:59, 24:00)
https://bugs.python.org/issue37642  opened by joernheissler

#37645: Replace PyEval_GetFuncName/PyEval_GetFuncDesc
https://bugs.python.org/issue37645  opened by jdemeyer

#37646: eval() in a list comprehension
https://bugs.python.org/issue37646  opened by Grzegorz Krasoń

#37648: Fix minor inconsistency in the order of == operands
https://bugs.python.org/issue37648  opened by serhiy.storchaka

#37649: calculate_init fails to check that EXEC_PREFIX was decoded
https://bugs.python.org/issue37649  opened by orivej

#37650: TemporaryDirectory objects should LOCK_SH to avoid being delet
https://bugs.python.org/issue37650  opened by refi64

#37651: Change of inheritance of asyncio.CancelledError needs document
https://bugs.python.org/issue37651  opened by garyvdm

#37652: Multiprocessing shared_memory ValueError on race with Shareabl
https://bugs.python.org/issue37652  opened by bjs

#37654: 2to3 no-ops on embeddable distribution
https://bugs.python.org/issue37654  opened by Bill Collins

#37657: ERROR: grip 4.5.2 requires docopt>=0.4.0, which is not install
https://bugs.python.org/issue37657  opened by Dima.Tisnek

#37658: In some cases asyncio.wait_for can lead to socket leak.
https://bugs.python.org/issue37658  opened by Nikita Ilyasov

#37659: subprocess.list2cmdline() should not escape wrapping single/do
https://bugs.python.org/issue37659  opened by kejxu

#37660: Drop support for Aspen magic directories in venv's activate sc
https://bugs.python.org/issue37660  opened by brett.cannon

#37661: venv activation scripts erroneously check if __VENV_PROMPT__ i
https://bugs.python.org/issue37661  opened by brett.cannon

#37662: Document venv.EnvBuilder.upgrade_dependencies()
https://bugs.python.org/issue37662  opened by brett.cannon

#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663  opened by brett.cannon

#37664: Update bundled pip and setuptools
https://bugs.python.org/issue37664  opened by steve.dower

#37665: threading.TIMEOUT_MAX integer overflow on 32-bit builds with t
https://bugs.python.org/issue37665  opened by Arun Sharma

#37666: urllib.requests.urlopen doesn't support cadata=
https://bugs.python.org/issue37666  opened by gregory.p.smith

#37668: Allow individual test to be specified by "#" or "."
https://bugs.python.org/issue37668  opened by Hasan Diwan

#37669: Make mock_open return per-file content
https://bugs.python.org/issue37669  opened by Anvil

#37673: Tkinter won't create 5000 check boxes, stops at 1309.
https://bugs.python.org/issue37673  opened by Loupz

#37674: Is imp module deprecated or pending deprecation?
https://bugs.python.org/issue37674  opened by Mariatta

#37677: Seg Fault on OSX when multiprocessing
https://bugs.python.org/issue37677  opened by alvis

#37678: Incorrect behaviour for user@password URI pattern in urlparse
https://bugs.python.org/issue37678  opened by Sean.Wang

#37680: distutils appends LDFLAGS environment variable before object f
https://bugs.python.org/issue37680  opened by ozars

#37681: warning: ‘no_sanitize_thread’
https://bugs.python.org/issue37681  opened by shihai1991

#37683: Use importlib.resources in venv
https://bugs.python.org/issue37683  opened by brett.cannon

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685  opened by serhiy.storchaka

#37688: The results from os.path.isdir(...) an Path(...).is_dir() are 
https://bugs.python.org/issue37688  opened by godaygo

#37689: Add Path.is_relative_to()
https://bugs.python.org/issue37689  opened by pitrou

#37690: Simplify linking of shared libraries on t

[Python-Dev] Summary of Python tracker Issues

2019-09-20 Thread Python tracker

ACTIVITY SUMMARY (2019-09-13 - 2019-09-20)
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:
  open7043 (+12)
  closed 42945 (+60)
  total  49988 (+72)

Open issues with patches: 2796 


Issues opened (53)
==

#27575: dict viewkeys intersection slow for large dicts
https://bugs.python.org/issue27575  reopened by serhiy.storchaka

#34820: binascii.c:1578:1: error: the control flow of function ‘bina
https://bugs.python.org/issue34820  reopened by ned.deily

#35696: remove unnecessary operation in long_compare()
https://bugs.python.org/issue35696  reopened by vstinner

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812  reopened by vstinner

#38117: Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t
https://bugs.python.org/issue38117  reopened by ned.deily

#38166: ast identifies incorrect column for compound attribute lookups
https://bugs.python.org/issue38166  opened by Justin McCann

#38167: O_DIRECT read fails with 4K mmap buffer
https://bugs.python.org/issue38167  opened by yoyoyopcp

#38169: Increase Code Coverage for SharedMemory and ShareableListe
https://bugs.python.org/issue38169  opened by vinay0410

#38172: Python 3.8 Segfult with Bandersnatch pytest Suite
https://bugs.python.org/issue38172  opened by cooperlees

#38174: Security vulnerability in bundled expat CVE-2019-15903 (fix av
https://bugs.python.org/issue38174  opened by Uche Ogbuji

#38180: Test pyexpat fails on Fedora 30
https://bugs.python.org/issue38180  opened by umoqnier

#38182: test_asyncio: SubprocessMultiLoopWatcherTests.test_stdin_stdou
https://bugs.python.org/issue38182  opened by vstinner

#38184: [2.7] test_site: test_s_option() failed on AMD64 Fedora Rawhid
https://bugs.python.org/issue38184  opened by vstinner

#38186: Use FindFirstFile in ntpath.realpath() when access is denied
https://bugs.python.org/issue38186  opened by steve.dower

#38187: test.test_tools.test_c_analyzer fails in refleak mode
https://bugs.python.org/issue38187  opened by pablogsal

#38188: Incorrect Argument Order for Calls to _winapi.DuplicateHandle(
https://bugs.python.org/issue38188  opened by m3rc1fulcameron

#38190: regrtest: test suite completes but Tests Result is not display
https://bugs.python.org/issue38190  opened by vstinner

#38193: http.client should be "runnable" like http.server
https://bugs.python.org/issue38193  opened by Will Boyce

#38194: Consistently add exist_ok / missing_ok parameters to directory
https://bugs.python.org/issue38194  opened by timhoffm

#38195: A bug in the multiprocessing module
https://bugs.python.org/issue38195  opened by eshkrig

#38197: Meaning of tracebacklimit differs between sys.tracebacklimit a
https://bugs.python.org/issue38197  opened by Carl.Friedrich.Bolz

#38198: Attributes of pathlib classes are not indexed in Windows help 
https://bugs.python.org/issue38198  opened by francescor

#38199: python3.8-config --ldflags must not generate -L/usr/lib64
https://bugs.python.org/issue38199  opened by vstinner

#38200: Adding itertools.pairwise to the standard library?
https://bugs.python.org/issue38200  opened by della

#38202: A fatal error in test_dictviews
https://bugs.python.org/issue38202  opened by ZackerySpytz

#38203: regrtest fails to stop test_multiprocessing_spawn worker proce
https://bugs.python.org/issue38203  opened by vstinner

#38204: Cannot compile on RPi with optimizations
https://bugs.python.org/issue38204  opened by DNSGeek

#38205: Py_UNREACHABLE() no longer behaves as a function call
https://bugs.python.org/issue38205  opened by vstinner

#38206: Clarify that tp_dealloc must decref for heap allocated type
https://bugs.python.org/issue38206  opened by ammar2

#38207: subprocess: On Windows, Popen.kill() + Popen.communicate() is 
https://bugs.python.org/issue38207  opened by vstinner

#38208: Simplify string.Template by using __init_subclass__()
https://bugs.python.org/issue38208  opened by serhiy.storchaka

#38209: Simplify dataclasses.InitVar by using __class_getitem__()
https://bugs.python.org/issue38209  opened by serhiy.storchaka

#38210: Intersection of dict view with iterator returns empty set
https://bugs.python.org/issue38210  opened by serhiy.storchaka

#38211: clean up type_init()
https://bugs.python.org/issue38211  opened by sir-sigurd

#38212: test_multiprocessing_spawn: test_queue_feeder_donot_stop_onexc
https://bugs.python.org/issue38212  opened by vstinner

#38214: __reduce__ API specs for objects with __slots__
https://bugs.python.org/issue38214  opened by crusaderky

#38215: Do not import modules in star-import when __all__ is not defin
https://bugs.python.org/issue38215  opened by serhiy.storchaka

#38216: Fix for issue30458 prevents crafting invalid requests
https://bugs.python.org/issue38216  opened by jaraco

#38217: argparse should support multiple types when nargs

[Python-Dev] Summary of Python tracker Issues

2019-09-27 Thread Python tracker

ACTIVITY SUMMARY (2019-09-20 - 2019-09-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:
  open7046 ( +3)
  closed 43001 (+56)
  total  50047 (+59)

Open issues with patches: 2795 


Issues opened (46)
==

#11410: Use GCC visibility attrs in PyAPI_*
https://bugs.python.org/issue11410  reopened by vinay.sajip

#18309: Make python slightly more relocatable
https://bugs.python.org/issue18309  reopened by mathias

#35886: Move PyInterpreterState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35886  reopened by vstinner

#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878  reopened by eric.snow

#38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API
https://bugs.python.org/issue38140  reopened by petr.viktorin

#38174: Security vulnerability in bundled expat CVE-2019-15903 (fix av
https://bugs.python.org/issue38174  reopened by vstinner

#38234: The value of Py_SetPath is not used to populate the configurat
https://bugs.python.org/issue38234  reopened by vstinner

#38238: site.py reporting user site info even if ENABLE_USER_SITE=Fals
https://bugs.python.org/issue38238  opened by bjmuld

#38240: assertCountEqual is horribly misleading, sounds like only coun
https://bugs.python.org/issue38240  opened by vitaly.krug

#38241: Pickle with protocol=0 in python 3 does not produce a 'human-r
https://bugs.python.org/issue38241  opened by aggieNick02

#38242: Revert the new asyncio Streams API
https://bugs.python.org/issue38242  opened by yselivanov

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243  opened by longwenzhang

#38248: inconsistency in asyncio.Task between cancellation while runni
https://bugs.python.org/issue38248  opened by njs

#38249: Optimize out Py_UNREACHABLE in the release mode
https://bugs.python.org/issue38249  opened by serhiy.storchaka

#38250: enum.Flag should be more set-like
https://bugs.python.org/issue38250  opened by John Belmonte

#38252: Use 8-byte step to detect ASCII sequence in 64bit Windows buil
https://bugs.python.org/issue38252  opened by Ma Lin

#38256: binascii.crc32 is not 64-bit clean
https://bugs.python.org/issue38256  opened by zmk

#38257: __pycache__ directory with World writable permission
https://bugs.python.org/issue38257  opened by SivaKumar NSK

#38258: ctypes ignores when a DLL function is called with too many arg
https://bugs.python.org/issue38258  opened by smernst

#38259: having a PriorityQueue in multiprocessing.queue module like in
https://bugs.python.org/issue38259  opened by Yair Bonastre

#38261: Tkinter CheckButton default label white in macOS dark mode
https://bugs.python.org/issue38261  opened by Ryang Sohn

#38263: [Windows] multiprocessing: DupHandle.detach() race condition o
https://bugs.python.org/issue38263  opened by vstinner

#38264: Makefile appears broken - touching header causes no build
https://bugs.python.org/issue38264  opened by vinay.sajip

#38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal
https://bugs.python.org/issue38266  opened by wenzel

#38267: Add thread timeout for loop.shutdown_default_executor
https://bugs.python.org/issue38267  opened by aeros167

#38270: Tests: Avoid MD5 or check for MD5 availablity
https://bugs.python.org/issue38270  opened by christian.heimes

#38275: test_ssl: skip tests for disabled TLS/SSL versions
https://bugs.python.org/issue38275  opened by christian.heimes

#38276: test_asyncio: test_cancel_make_subprocess_transport_exec() fai
https://bugs.python.org/issue38276  opened by vstinner

#38277: Allowing conditions with assignment expressions in comprehensi
https://bugs.python.org/issue38277  opened by arne

#38278: Need a more efficient way to perform dict.get(key, default)
https://bugs.python.org/issue38278  opened by benspiller

#38279: multiprocessing example enhancement
https://bugs.python.org/issue38279  opened by BMV

#38280: Feature request: Add support to compile to native binary like 
https://bugs.python.org/issue38280  opened by WHK Yan

#38282: socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of ge
https://bugs.python.org/issue38282  opened by vstinner

#38283: sys._getframe(1).f_lineno changed behavior in 3.8
https://bugs.python.org/issue38283  opened by Thomas Haller

#38284: signal.sigwait* do not intercept certain signals
https://bugs.python.org/issue38284  opened by Blindfreddy

#38285: Asyncio BaseEventLoop can support socket types other than SOCK
https://bugs.python.org/issue38285  opened by malversan

#38286: tarfile forgets set sgid when targetpath has it
https://bugs.python.org/issue38286  opened by Charles Coulombe

#38287: tempfile.TemporaryDirectory() should behave the same as a cont
https://bugs.python.org/issue38287  opened by Pat Gunn

#38288: shutil.make_archive() should allow

<    1   2   3   4   5   6   7   8   >