[Python-Dev] Summary of Python tracker Issues

2020-07-17 Thread Python tracker


ACTIVITY SUMMARY (2020-07-10 - 2020-07-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:
  open7550 (+20)
  closed 45517 (+35)
  total  53067 (+55)

Open issues with patches: 3067 


Issues opened (39)
==

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960  reopened by gvanrossum

#41271: Add support for io_uring to cpython
https://bugs.python.org/issue41271  opened by cooperlees

#41272: New clause in FOR and WHILE instead of ELSE
https://bugs.python.org/issue41272  opened by catrudis

#41273: asyncio: proactor read transport: use recv_into instead of rec
https://bugs.python.org/issue41273  opened by tontinton

#41275: Clarify whether Futures can be awaited multiple times
https://bugs.python.org/issue41275  opened by JustAnotherArchivist

#41277: documentation: os.setxattr() errno EEXIST and ENODATA
https://bugs.python.org/issue41277  opened by w0rthle$$

#41278: IDLE: Clarify some completion details in doc
https://bugs.python.org/issue41278  opened by Alex-Python-Programmer

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279  opened by tontinton

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281  opened by yyyan

#41282: Deprecate and remove distutils
https://bugs.python.org/issue41282  opened by jaraco

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283  opened by aeltawela

#41287: __doc__ attribute is not set in property-derived classes
https://bugs.python.org/issue41287  opened by Sergei Izmailov

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292  opened by Michel Samia

#41293: fix confusing example in hashlib docs
https://bugs.python.org/issue41293  opened by Pavel Trukhanov

#41294: Allow '__qualname__' to be an instance of 'DynamicClassAttribu
https://bugs.python.org/issue41294  opened by WildCard65

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295  opened by kam193

#41297: Remove doctest import from heapq
https://bugs.python.org/issue41297  opened by alexchandel

#41298: Enable handling logoff and shutdown Windows console events
https://bugs.python.org/issue41298  opened by eryksun

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299  opened by SD

#41300: IDLE: add missing import io in iomenu.py
https://bugs.python.org/issue41300  opened by nirinA raseliarison

#41303: perf_counter result does not count system sleep time in Mac OS
https://bugs.python.org/issue41303  opened by nooB

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305  opened by tontinton

#41306: test_tk test_widgets.ScaleTest fails with Tk 8.6.10
https://bugs.python.org/issue41306  opened by felixonmars

#41307: "email.message.Message.as_bytes":  fails to correctly handle "
https://bugs.python.org/issue41307  opened by dmaurer

#41308: socket.connect() slow to time out on Windows
https://bugs.python.org/issue41308  opened by steve.dower

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309  opened by steve.dower

#41310: micro-optimization: increase our float parsing speed by Nx
https://bugs.python.org/issue41310  opened by gregory.p.smith

#41311: Add a function to get a random sample from an iterable (reserv
https://bugs.python.org/issue41311  opened by oscarbenjamin

#41314: __future__ doc and PEP 563 conflict
https://bugs.python.org/issue41314  opened by wyz23x2

#41315: Add mathematical functions as wrappers to decimal.Decimal meth
https://bugs.python.org/issue41315  opened by Jean Abou Samra

#41316: tarfile: Do not write full path in FNAME field
https://bugs.python.org/issue41316  opened by ArtemSBulgakov

#41317: sock_accept() does not remove server socket reader on cancella
https://bugs.python.org/issue41317  opened by alex.gronholm

#41318: Better error message of "Cannot recover from stack overflow."
https://bugs.python.org/issue41318  opened by th

#41320: async process closing after event loop closed
https://bugs.python.org/issue41320  opened by kcwu

#41321: Calculate timestamp is wrong in datetime.datetime
https://bugs.python.org/issue41321  opened by dh4931

#41322: unittest: Generator test methods will always be marked as pass
https://bugs.python.org/issue41322  opened by defreng

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323  opened by Mark.Shannon

#41324: Add a minimal decimal capsule API
https://bugs.python.org/issue41324  opened by skrah

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325  opened by uspike



Most recent 15 issues with no 

[Python-Dev] Summary of Python tracker Issues

2020-07-10 Thread Python tracker

ACTIVITY SUMMARY (2020-07-03 - 2020-07-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:
  open7530 (+10)
  closed 45482 (+58)
  total  53012 (+68)

Open issues with patches: 3058 


Issues opened (41)
==

#39542: Cleanup object.h header
https://bugs.python.org/issue39542  reopened by rhettinger

#41194: Python 3.9.0b3 crash on compile() in PyAST_Check() when the _a
https://bugs.python.org/issue41194  reopened by arcivanov

#41203: Replace references to OS X in documentation with macOS
https://bugs.python.org/issue41203  opened by pxeger

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205  opened by JD-Veiga

#41209: Scripts Folder is Empty
https://bugs.python.org/issue41209  opened by Jamesss04

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210  opened by miurahr

#41212: Emoji Unicode failing in standard release of Python 3.8.3 / tk
https://bugs.python.org/issue41212  opened by Ben Griffin

#41214: -O0: Segmentation fault in _PyArg_UnpackStack
https://bugs.python.org/issue41214  opened by Vincent LE GARREC

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217  opened by waszil

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219  opened by cere blanco

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220  opened by Itayazolay

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221  opened by mjacob

#41222: Undocumented behaviour change of POpen.stdout.readine with buf
https://bugs.python.org/issue41222  opened by yann

#41223: `object`-backed `memoryview`'s `tolist` errors
https://bugs.python.org/issue41223  opened by jakirkham

#41226: Supporting `strides` in `memoryview.cast`
https://bugs.python.org/issue41226  opened by jakirkham

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228  opened by ndini

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229  opened by zkonge

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231  opened by David Caro

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232  opened by Thor Whalen2

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233  opened by yyyan

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234  opened by nanjekyejoannah

#41236: "about" button in MacOS caused an error
https://bugs.python.org/issue41236  opened by Baozhen Chen

#41238: Python 3 shelve.DbfilenameShelf is generating 164 times larger
https://bugs.python.org/issue41238  opened by Paweł Miech

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241  opened by ys19991

#41245: cmath module documentation is misleading on branch cuts
https://bugs.python.org/issue41245  opened by mark.dickinson

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246  opened by tontinton

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248  opened by Mischiew Rithe

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249  opened by keithblaha

#41253: unittest -h shows a flag -s but it doesn't work
https://bugs.python.org/issue41253  opened by Faris Chugthai

#41254: Add to/from string methods to datetime.timedelta
https://bugs.python.org/issue41254  opened by tebeka

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255  opened by mhughes

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256  opened by kunaltyagi

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257  opened by Saber Hayati

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259  opened by Rim Chatti

#41260: datetime: strftime method takes different keyword argument: fm
https://bugs.python.org/issue41260  opened by Anthony Sottile

#41261: 3.9-dev SEGV in object_recursive_isinstance in ast.literal_eva
https://bugs.python.org/issue41261  opened by arcivanov

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262  opened by serhiy.storchaka

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265  opened by malin

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266  opened by wyz23x2

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require

[Python-Dev] Summary of Python tracker Issues

2020-07-03 Thread Python tracker

ACTIVITY SUMMARY (2020-06-26 - 2020-07-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:
  open7520 (+30)
  closed 45424 (+44)
  total  52944 (+74)

Open issues with patches: 3042 


Issues opened (54)
==

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004  reopened by corona10

#41129: Python extension modules fail to build on Mac 10.15.1 (Catalin
https://bugs.python.org/issue41129  opened by andrewfg1992

#41130: Improve/fix FreeBSD Bluetooth socket support
https://bugs.python.org/issue41130  opened by myfreeweb

#41131: Augment random.choices() with the alias method
https://bugs.python.org/issue41131  opened by rhettinger

#41133: Insufficient description of cyclic garbage collector for C API
https://bugs.python.org/issue41133  opened by iabervon

#41134: distutils.dir_util.copy_tree FileExistsError when updating sym
https://bugs.python.org/issue41134  opened by Tom Hale

#41135: Suggested change to http.server.HTTPServer to prevent socket r
https://bugs.python.org/issue41135  opened by Michael Rich

#41136: argparse uses default encoding when read arguments from file
https://bugs.python.org/issue41136  opened by serhiy.storchaka

#41137: pdb uses the locale encoding for .pdbrc
https://bugs.python.org/issue41137  opened by serhiy.storchaka

#41138: trace CLI reads source files using the locale encoding
https://bugs.python.org/issue41138  opened by serhiy.storchaka

#41139: cgi uses the locale encoding for log files
https://bugs.python.org/issue41139  opened by serhiy.storchaka

#41140: cgitb uses the locale encoding for log files
https://bugs.python.org/issue41140  opened by serhiy.storchaka

#41141: remove unneeded handling of '.' and '..' from patlib.Path.iter
https://bugs.python.org/issue41141  opened by sir-sigurd

#41143: distutils uses the locale encoding for the .pypirc file
https://bugs.python.org/issue41143  opened by serhiy.storchaka

#41145: EmailMessage.as_string is altering the message state and actua
https://bugs.python.org/issue41145  opened by mardiros

#41146: Convert signal.default_int_handler() to Argument Clinic
https://bugs.python.org/issue41146  opened by serhiy.storchaka

#41147: Document that redirect_std{out,err} yield the new stream as th
https://bugs.python.org/issue41147  opened by PeterJCLaw

#41148: IDLE uses the locale encoding for config files
https://bugs.python.org/issue41148  opened by serhiy.storchaka

#41149: Threads can fail to start
https://bugs.python.org/issue41149  opened by Barney Stratford

#41150: pipes uses text files and the locale encodig
https://bugs.python.org/issue41150  opened by serhiy.storchaka

#41151: Support for new Windows pseudoterminals in the subprocess modu
https://bugs.python.org/issue41151  opened by njs

#41154: test_pkgutil:test_name_resolution fails on some platforms
https://bugs.python.org/issue41154  opened by RJ722

#41157: email.message_from_string() is unable to find the headers for 
https://bugs.python.org/issue41157  opened by jpatel

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160  opened by mbakke

#41162: Clear audit hooks after destructors
https://bugs.python.org/issue41162  opened by steve.dower

#41163: test_weakref hangs
https://bugs.python.org/issue41163  opened by Peter Kuťák

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165  opened by inada.naoki

#41167: Add new formats to PyArg_ParseTuple for "str or None"
https://bugs.python.org/issue41167  opened by inada.naoki

#41168: Lack of proper checking in PyObject_SetAttr leads to segmentat
https://bugs.python.org/issue41168  opened by Iman Sharafodin

#41169: socket.inet_pton raised when pass an IPv6 address like "[::]" 
https://bugs.python.org/issue41169  opened by seahoh

#41170: Use strnlen instead of strlen when the size i known.
https://bugs.python.org/issue41170  opened by Niclas Larsson

#41171: Create companion methods of "PyType_FromSpec*" to allow settin
https://bugs.python.org/issue41171  opened by WildCard65

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172  opened by steve.dower

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173  opened by steve.dower

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174  opened by a-feld

#41175: Static analysis issues reported by GCC 10
https://bugs.python.org/issue41175  opened by cstratak

#41176: revise Tkinter mainloop dispatching flag behavior
https://bugs.python.org/issue41176  opened by Richard Sheridan

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177  opened by godot_gildor

#41178: Registry writes on Windows Store - workaround
https://bugs.python.org/issue41178  

[Python-Dev] Summary of Python tracker Issues

2020-06-26 Thread Python tracker

ACTIVITY SUMMARY (2020-06-19 - 2020-06-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:
  open7490 (+14)
  closed 45380 (+75)
  total  52870 (+89)

Open issues with patches: 3035 


Issues opened (62)
==

#15849: PEP 3121, 384 Refactoring applied to xx module
https://bugs.python.org/issue15849  reopened by vstinner

#35975: Put back the ability to parse files where async/await aren't k
https://bugs.python.org/issue35975  reopened by gvanrossum

#41041: Multiprocesing Pool borken on macOS REPL
https://bugs.python.org/issue41041  opened by mbussonn

#41043: Escape the literal part of the path for glob()
https://bugs.python.org/issue41043  opened by serhiy.storchaka

#41045: f-string's "debug" feature is undocumented
https://bugs.python.org/issue41045  opened by eric.smith

#41046: unittest: make skipTest a classmethod
https://bugs.python.org/issue41046  opened by jameshcorbett

#41048: read_mime_types() should read the rule file using UTF-8, not t
https://bugs.python.org/issue41048  opened by serhiy.storchaka

#41050: class multiprocessing.Value calls set_start_method
https://bugs.python.org/issue41050  opened by Kernel Plevitsky

#41051: Flush file after warning is written
https://bugs.python.org/issue41051  opened by mjacob

#41052: Opt out serialization/deserialization for heap type
https://bugs.python.org/issue41052  opened by corona10

#41053: open() fails to read app exec links
https://bugs.python.org/issue41053  opened by saschanaz

#41056: minor NULL pointer and sign issues reported by Coverity
https://bugs.python.org/issue41056  opened by gregory.p.smith

#41059: Large number of Coverity reports for parser.c
https://bugs.python.org/issue41059  opened by gregory.p.smith

#41061: Incorrect expressions / assert with side effect in hashtable
https://bugs.python.org/issue41061  opened by christian.heimes

#41062: Advanced Debugger Support C-API is useless without HEAD_LOCK()
https://bugs.python.org/issue41062  opened by pashkin

#41063: Avoid using the locale encoding for open() in tests
https://bugs.python.org/issue41063  opened by serhiy.storchaka

#41064: f-string SyntaxError gives offset within fake line, other issu
https://bugs.python.org/issue41064  opened by JNCressey

#41065: Use zip-strict in zoneinfo
https://bugs.python.org/issue41065  opened by cool-RR

#41066: Update documentation for Pathlib
https://bugs.python.org/issue41066  opened by thatiparthy

#41067: Haiku build fix - posix module
https://bugs.python.org/issue41067  opened by devnexen

#41073: [C API] PyType_GetSlot() should accept static types
https://bugs.python.org/issue41073  opened by vstinner

#41075: Make support of navigating through prev. commands in IDLE more
https://bugs.python.org/issue41075  opened by wyz23x2

#41076: Pre-feed the parser with the f-string expression location
https://bugs.python.org/issue41076  opened by lys.nikolaou

#41078: [C API] Convert PyTuple_GET_ITEM() macro to a static inline fu
https://bugs.python.org/issue41078  opened by vstinner

#41079: _PyAsyncGenWrappedValue_Type is never Readied
https://bugs.python.org/issue41079  opened by Tomasz Pytel

#41081: Exclude __pycache__ directories from backups using CACHEDIR.TA
https://bugs.python.org/issue41081  opened by jstasiak

#41082: Error handling and documentation of Path.home()
https://bugs.python.org/issue41082  opened by timhoffm

#41083: plistlib can't decode date from year 0
https://bugs.python.org/issue41083  opened by shields-fn

#41084: Signify that a SyntaxError comes from an fstring in the error 
https://bugs.python.org/issue41084  opened by lys.nikolaou

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086  opened by scrummyin

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088  opened by BTaskaya

#41090: Support for "Universal 2" binary builds
https://bugs.python.org/issue41090  opened by ronaldoussoren

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091  opened by mjacob

#41092: Report actual size from 'os.path.getsize'
https://bugs.python.org/issue41092  opened by stephenfin

#41093: TCPServer's server_forever() shutdown immediately when calling
https://bugs.python.org/issue41093  opened by tontinton

#41095: inspect.signature() doesn't parse __text_signature__ containin
https://bugs.python.org/issue41095  opened by vstinner

#41096: Need command to exit PDB interactive shell
https://bugs.python.org/issue41096  opened by Kerrick Staley

#41097: confusing BufferError: Existing exports of data: object cannot
https://bugs.python.org/issue41097  opened by arigo

#41098: Deprecating PyUnicodeEncodeError_Create
https://bugs.python.org/issue41098  opened by inada.naoki

#41099: Deprecating PyUnicodeTranslateError_Create

[Python-Dev] Summary of Python tracker Issues

2020-06-19 Thread Python tracker

ACTIVITY SUMMARY (2020-06-12 - 2020-06-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:
  open7476 (+29)
  closed 45305 (+47)
  total  52781 (+76)

Open issues with patches: 3026 


Issues opened (61)
==

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949  reopened by eric.smith

#40890: Dict views should be introspectable
https://bugs.python.org/issue40890  reopened by serhiy.storchaka

#40964: Connection to IMAP server cyrus.andrew.cmu.edu hangs
https://bugs.python.org/issue40964  opened by christian.heimes

#40965: Segfault when importing unittest module via C API
https://bugs.python.org/issue40965  opened by The Comet

#40967: asyncio.Task.all_tasks() and asyncio.Task.current_task() must 
https://bugs.python.org/issue40967  opened by remi.lapeyre

#40968: urllib does not send http/1.1 ALPN extension
https://bugs.python.org/issue40968  opened by pmenzel

#40970: Error in Python Datamodel Documentation
https://bugs.python.org/issue40970  opened by chrisyeh96

#40971: Documentation still mentions 'u' string formatting option
https://bugs.python.org/issue40971  opened by gphemsley

#40974: possible optimization: SHRINK_STACK(n)
https://bugs.python.org/issue40974  opened by shrink_stack

#40975: contextlib.AsyncExitStack enter_async_context and aclose shoul
https://bugs.python.org/issue40975  opened by naglis

#40977: asyncio.trsock.TransportSocket says some APIs will be prohibit
https://bugs.python.org/issue40977  opened by ronaldoussoren

#40978: Document that typing.SupportsXXX protocols are runtime checkab
https://bugs.python.org/issue40978  opened by ramalho

#40979: typing module docs: keep text, add subsections
https://bugs.python.org/issue40979  opened by ramalho

#40980: group names of bytes regexes are strings
https://bugs.python.org/issue40980  opened by matpi

#40982: copytree example in shutil
https://bugs.python.org/issue40982  opened by Alberto Torres Barrán

#40984: re.compile's repr truncates patterns at 200 characters
https://bugs.python.org/issue40984  opened by matpi

#40986: Async generators are not garbage collected
https://bugs.python.org/issue40986  opened by vytas

#40987: Add tests to test_interpreters to import C extension modules c
https://bugs.python.org/issue40987  opened by vstinner

#40988: singledispatchmethod significantly slower than singledispatch
https://bugs.python.org/issue40988  opened by CaselIT

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989  opened by vstinner

#40990: Make http.server support SSL
https://bugs.python.org/issue40990  opened by remi.lapeyre

#40992: Wrong warning in asyncio debug mode
https://bugs.python.org/issue40992  opened by Alex Alex

#40994: Very confusing documenation for abc.Collections
https://bugs.python.org/issue40994  opened by Sydney Pemberton

#40995: reprlib.Repr.__init__ should accept arguments
https://bugs.python.org/issue40995  opened by remi.lapeyre

#40996: urllib should fsdecode percent-encoded parts of file URIs on U
https://bugs.python.org/issue40996  opened by mjacob

#40998: Compiler warnings in ubsan builds
https://bugs.python.org/issue40998  opened by christian.heimes

#40999: implicit-int-float-conversion warnings in time and math code
https://bugs.python.org/issue40999  opened by christian.heimes

#41000: IDLE: only allow single instance
https://bugs.python.org/issue41000  opened by epaine

#41001: Provide wrapper for eventfd
https://bugs.python.org/issue41001  opened by christian.heimes

#41002: HTTPResponse.read with amt is slow
https://bugs.python.org/issue41002  opened by bmerry

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004  opened by nnewram

#41005: Permission denied: 'xdg-settings' when executing 'jupyter note
https://bugs.python.org/issue41005  opened by SBC King

#41007: test_importlib logs ResourceWarning: test_path.CommonTests.tes
https://bugs.python.org/issue41007  opened by vstinner

#41008: multiprocessing.Connection.poll raises BrokenPipeError on Wind
https://bugs.python.org/issue41008  opened by zanchey

#41009: @support.requires_*_version broken for classes
https://bugs.python.org/issue41009  opened by christian.heimes

#41010: email.message.EmailMessage.get_body
https://bugs.python.org/issue41010  opened by patrick totzke

#41011: [venv] record which executable and command were used to create
https://bugs.python.org/issue41011  opened by brett.cannon

#41012: Some code comments refer to removed initfsencoding()
https://bugs.python.org/issue41012  opened by mjacob

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013  opened by vstinner

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014  opened by svaddi

#41015: 

[Python-Dev] Summary of Python tracker Issues

2020-06-12 Thread Python tracker

ACTIVITY SUMMARY (2020-06-05 - 2020-06-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:
  open7447 ( +3)
  closed 45258 (+78)
  total  52705 (+81)

Open issues with patches: 3009 


Issues opened (57)
==

#29782: Use __builtin_clzl for bits_in_digit if available
https://bugs.python.org/issue29782  reopened by vstinner

#40878: Use c99 on the aixtools bot
https://bugs.python.org/issue40878  opened by skrah

#40882: memory leak in multiprocessing.shared_memory.SharedMemory in W
https://bugs.python.org/issue40882  opened by eryksun

#40884: Added defaults parameter for logging.Formatter
https://bugs.python.org/issue40884  opened by bar.harel

#40885: Cannot pipe GzipFile into subprocess
https://bugs.python.org/issue40885  opened by Nehal Patel

#40886: Add PYTHONLOGGING environment variable and -L cmdline argument
https://bugs.python.org/issue40886  opened by bar.harel

#40891: Use pep573 in functools
https://bugs.python.org/issue40891  opened by shihai1991

#40892: IDLE: use rlcompleter suffixed for completions
https://bugs.python.org/issue40892  opened by terry.reedy

#40893: tkinter integrate TkDND support
https://bugs.python.org/issue40893  opened by epaine

#40894: asyncio.gather() cancelled() always False
https://bugs.python.org/issue40894  opened by timmwagener

#40896: Missing links to Source Code in Documentation pages
https://bugs.python.org/issue40896  opened by edison.abahurire

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897  opened by ezyang

#40899: Document exceptions raised by importlib.import
https://bugs.python.org/issue40899  opened by j13r

#40900: uuid module build fix on FreeBSD proposal
https://bugs.python.org/issue40900  opened by devnexen

#40901: It's not clear what "interface name" means in socket if_namein
https://bugs.python.org/issue40901  opened by jstasiak

#40905: IDLE relabel Save on close
https://bugs.python.org/issue40905  opened by terry.reedy

#40906: Unable to import module due to python unable to resolve depend
https://bugs.python.org/issue40906  opened by sabakauser

#40912: _PyOS_SigintEvent is never closed on Windows
https://bugs.python.org/issue40912  opened by steve.dower

#40913: time.sleep ignores errors on Windows
https://bugs.python.org/issue40913  opened by steve.dower

#40914: tarfile creates output that appears to omit files
https://bugs.python.org/issue40914  opened by mcr314

#40915: multiple problems with mmap.resize()  in Windows
https://bugs.python.org/issue40915  opened by eryksun

#40916: Proposed tweak to allow for per-task async generator semantics
https://bugs.python.org/issue40916  opened by Joshua Oreman

#40923: Thread safety : disable intel’s compiler autopar where itâ€
https://bugs.python.org/issue40923  opened by Laël Cellier

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924  opened by ned.deily

#40925: Remove redundant macros used for stack manipulation in interpr
https://bugs.python.org/issue40925  opened by Mark.Shannon

#40926: command line interface of symtable module is broken
https://bugs.python.org/issue40926  opened by BTaskaya

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927  opened by remi.lapeyre

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928  opened by remi.lapeyre

#40930: zoneinfo gives incorrect dst() in Pacific/Rarotonga between 19
https://bugs.python.org/issue40930  opened by p-ganssle

#40931: zoneinfo gives incorrect dst() in Europe/Madrid in 1938
https://bugs.python.org/issue40931  opened by p-ganssle

#40932: subprocess docs should warn of shlex use on Windows
https://bugs.python.org/issue40932  opened by Stephen Farris

#40933: zoneinfo may give incorrect dst() in Europe/Minsk in 1942
https://bugs.python.org/issue40933  opened by p-ganssle

#40934: Default RLock does not work well for Manager Condition
https://bugs.python.org/issue40934  opened by Misko Dzamba

#40935: Links to Python3 docs for some libs return 404
https://bugs.python.org/issue40935  opened by edison.abahurire

#40936: Remove deprecated functions from gettext
https://bugs.python.org/issue40936  opened by remi.lapeyre

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937  opened by remi.lapeyre

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938  opened by op368

#40939: Remove the old parser
https://bugs.python.org/issue40939  opened by pablogsal

#40941: Merge generator.gi_running and frame executing flag into singl
https://bugs.python.org/issue40941  opened by Mark.Shannon

#40942: BaseManager cannot start with local manager
https://bugs.python.org/issue40942  opened by Mike Jarvis


[Python-Dev] Summary of Python tracker Issues

2020-06-05 Thread Python tracker

ACTIVITY SUMMARY (2020-05-29 - 2020-06-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:
  open7444 (-43)
  closed 45180 (+100)
  total  52624 (+57)

Open issues with patches: 3008 


Issues opened (49)
==

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782  reopened by serhiy.storchaka

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483  reopened by vstinner

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679  reopened by vstinner

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805  reopened by cjw296

#40821: os.getlogin() not working
https://bugs.python.org/issue40821  opened by Manickaraja Kumarappan

#40822: Drop support for SQLite pre 3.7.15
https://bugs.python.org/issue40822  opened by erlendaasland

#40823: Don't use obsolete unittest.makeSuite() in sqlite3 tests
https://bugs.python.org/issue40823  opened by erlendaasland

#40824: Unexpected errors in __iter__ are masked in "in" and the opera
https://bugs.python.org/issue40824  opened by serhiy.storchaka

#40825: Add a "strict" parameter to csv.writer and csv.DictWriter
https://bugs.python.org/issue40825  opened by eric.smith

#40826: PyOS_InterruptOccurred() now requires to hold the GIL: PyOS_Re
https://bugs.python.org/issue40826  opened by Jelle Zijlstra

#40827: os.readlink should support getting the target's printname in W
https://bugs.python.org/issue40827  opened by eryksun

#40828: shared memory problems with multiprocessing.Pool
https://bugs.python.org/issue40828  opened by trapezoid677

#40830: Certain uses of dictionary unpacking raise TypeError
https://bugs.python.org/issue40830  opened by Kodiologist

#40832: hi param in bisect module should not accept negative values
https://bugs.python.org/issue40832  opened by samuel72

#40833: Clarify docstring of Path.rename
https://bugs.python.org/issue40833  opened by cool-RR

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834  opened by asaka

#40835: Incorrect handling for msgctxt in msgfmt.py
https://bugs.python.org/issue40835  opened by da1910

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836  opened by remi.lapeyre

#40837: email.utils.encode_rfc2231(string, None, None) returns broken 
https://bugs.python.org/issue40837  opened by spaceone

#40838: inspect.getsourcefile documentation doesn't mention it can ret
https://bugs.python.org/issue40838  opened by pekka.klarck

#40840: lzma.h file not found building on macOS
https://bugs.python.org/issue40840  opened by jaraco

#40841: Provide mimetypes.sniff API as stdlib
https://bugs.python.org/issue40841  opened by corona10

#40842: _Pickler_CommitFrame() always returns 0 and its return code is
https://bugs.python.org/issue40842  opened by remi.lapeyre

#40843: tarfile: ignore_zeros = True exceedingly slow on a sparse tar 
https://bugs.python.org/issue40843  opened by mxmlnkn

#40846: Misleading line in documentation
https://bugs.python.org/issue40846  opened by J Arun Mani

#40847: New parser considers empty line following a backslash to be a 
https://bugs.python.org/issue40847  opened by adamwill

#40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
https://bugs.python.org/issue40849  opened by l0x

#40851: subprocess.Popen: impossible to show console window when shell
https://bugs.python.org/issue40851  opened by akdor1154

#40854: [Patch] Allow overriding sys.platlibdir
https://bugs.python.org/issue40854  opened by smani

#40855: statistics.stdev ignore xbar argument
https://bugs.python.org/issue40855  opened by Folket

#40856: IDLE line numbering should be light gray
https://bugs.python.org/issue40856  opened by rhettinger

#40857: tempfile.TemporaryDirectory() context manager can fail to prop
https://bugs.python.org/issue40857  opened by granchester

#40858: ntpath.realpath fails for broken symlinks with rooted target p
https://bugs.python.org/issue40858  opened by eryksun

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859  opened by Ma Lin

#40860: Exception in multiprocessing/context.py under load
https://bugs.python.org/issue40860  opened by Arkady M

#40861: On Windows, liblzma is always built without optimization
https://bugs.python.org/issue40861  opened by nnemkin

#40862: argparse.BooleanOptionalAction accept and silently discard its
https://bugs.python.org/issue40862  opened by remi.lapeyre

#40864: spec_set/autospec/spec seems to not be reading attributes defi
https://bugs.python.org/issue40864  opened by efagerberg

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866  opened by erlendaasland

#40867: Remove unused include in Module/_randommodule.c

[Python-Dev] Summary of Python tracker Issues

2020-05-29 Thread Python tracker

ACTIVITY SUMMARY (2020-05-22 - 2020-05-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:
  open7487 ( +9)
  closed 45080 (+80)
  total  52567 (+89)

Open issues with patches: 3011 


Issues opened (58)
==

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343  reopened by chris.jerdonek

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133  reopened by gregory.p.smith

#40733: Make IDLE doc more visible, mention in main python docs page
https://bugs.python.org/issue40733  opened by phr

#40734: /usr/bin surprisingly in sys.path under IDLE
https://bugs.python.org/issue40734  opened by phr

#40735: test_nntplib: sporadic failures, NetworkedNNTP_SSLTests.test_w
https://bugs.python.org/issue40735  opened by chris.jerdonek

#40736: better message for re.search TypeError ("expected string or by
https://bugs.python.org/issue40736  opened by chris.jerdonek

#40739: find_library broken for binutils >= 2.32 / 2.34
https://bugs.python.org/issue40739  opened by Frederik Rietdijk

#40741: Upgrade to SQLite v3.32.1 in Windows and macOS builds
https://bugs.python.org/issue40741  opened by erlendaasland

#40742: Doc: Parallel build break audit table
https://bugs.python.org/issue40742  opened by mdk

#40743: [CMake] It's 2020, where is CMake?
https://bugs.python.org/issue40743  opened by TheUltimatePineapple

#40744: Explicitly drop support for SQLite version < 3.7.3
https://bugs.python.org/issue40744  opened by erlendaasland

#40745: Typo in library/typing
https://bugs.python.org/issue40745  opened by hectorcanto

#40746: test_gdb failing on Raspbian on 3.9, regression from 3.8
https://bugs.python.org/issue40746  opened by gregory.p.smith

#40747: sysconfig.get_config_var("py_version_nodot") should return 3_1
https://bugs.python.org/issue40747  opened by mattip

#40748: Tutorial 4.7 More on Defining Functions missing screen prompts
https://bugs.python.org/issue40748  opened by Chas Belov

#40749: Consider adding decorator for required inner class
https://bugs.python.org/issue40749  opened by Elijah Rippeth

#40754: ModuleNotFoundError: No module named '_testinternalcapi' under
https://bugs.python.org/issue40754  opened by honglei.jiang

#40756: Second argument of LoggerAdapter.__init__ should default to No
https://bugs.python.org/issue40756  opened by arturoescaip

#40757: tarfile: ignore_zeros = True won't raise exception even on inv
https://bugs.python.org/issue40757  opened by mxmlnkn

#40758: For 7.2.7. Code Examples, distinguish between the Tutorial and
https://bugs.python.org/issue40758  opened by Chas Belov

#40759: Deprecate the symbol module
https://bugs.python.org/issue40759  opened by BTaskaya

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762  opened by sidhant

#40763: zipfile.extractall is safe by now
https://bugs.python.org/issue40763  opened by VA

#40766: Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for use
https://bugs.python.org/issue40766  opened by erlendaasland

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767  opened by Jeremy Attali

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769  opened by BTaskaya

#40770: RFE: Run linkchecker on documentation on the CI
https://bugs.python.org/issue40770  opened by hroncok

#40771: python3 fromtimestamp generates OSError
https://bugs.python.org/issue40771  opened by jamercee

#40772: module 'resource' has no attribute 'RLIMIT_VMEM'
https://bugs.python.org/issue40772  opened by Titusz Ban

#40773: DOC: Fix rendering for 'retval' on the pdb page
https://bugs.python.org/issue40773  opened by cheryl.sabella

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775  opened by erlendaasland

#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777  opened by smani

#40782: AbstactEventLoop.run_in_executor is listed as an async method,
https://bugs.python.org/issue40782  opened by jamesba

#40785: `mmap.mmap(..., 0)` doesn't work as advertised in docs (fails 
https://bugs.python.org/issue40785  opened by ngie

#40786: madvise should be accessible outside of mmap instance
https://bugs.python.org/issue40786  opened by ngie

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788  opened by munocat

#40791: hmac.compare_digest could try harder to be constant-time.
https://bugs.python.org/issue40791  opened by Devin Jeanpierre

#40794: dataclass signatures and docstrings w/future-annotations
https://bugs.python.org/issue40794  opened by BTaskaya

#40797: multiprocessing.Semaphore has undocumented get_value() method
https://bugs.python.org/issue40797  opened by remi.lapeyre

#40798: 

[Python-Dev] Summary of Python tracker Issues

2020-05-22 Thread Python tracker

ACTIVITY SUMMARY (2020-05-15 - 2020-05-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:
  open7478 (+10)
  closed 45000 (+83)
  total  52478 (+93)

Open issues with patches: 3006 


Issues opened (66)
==

#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317  reopened by vstinner

#38815: test_ssl: test_min_max_version() fails on FreeBSD and Fedora
https://bugs.python.org/issue38815  reopened by christian.heimes

#40217: The garbage collector doesn't take in account that objects of 
https://bugs.python.org/issue40217  reopened by pablogsal

#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452  reopened by taleinat

#40636: Provide a strict form of zip (PEP-618) requiring same length i
https://bugs.python.org/issue40636  opened by gregory.p.smith

#40638: input() with malformed input stream triggers assertion failure
https://bugs.python.org/issue40638  opened by tekknolagi

#40640: Tutorial for Continue missing ... line
https://bugs.python.org/issue40640  opened by docor...@sonic.net

#40642: Cpython "pystate.h" subdirectory wrong
https://bugs.python.org/issue40642  opened by jpelizza

#40643: Improve doc-strings for datetime.strftime & strptime
https://bugs.python.org/issue40643  opened by edison.abahurire

#40644: Text representation of Windows' file attributes similar to sta
https://bugs.python.org/issue40644  opened by scrool

#40645: Use OpenSSL's HMAC API
https://bugs.python.org/issue40645  opened by christian.heimes

#40646: Builtins in doc show signature in documentation
https://bugs.python.org/issue40646  opened by cryvate

#40647: Building with a libreadline.so located outside the ld.so.conf 
https://bugs.python.org/issue40647  opened by mjpieters

#40648: File mode is not tested on Windows
https://bugs.python.org/issue40648  opened by scrool

#40652: Test test_locale failed when running cpython test on Windows 1
https://bugs.python.org/issue40652  opened by kpysoze

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654  opened by jaraco

#40656: Clean up detect_socket() in setup.py
https://bugs.python.org/issue40656  opened by erlendaasland

#40657: Resource leaks with threading.Thread
https://bugs.python.org/issue40657  opened by POCEH

#40663: Wrong generated annotation on subscripting
https://bugs.python.org/issue40663  opened by BTaskaya

#40666: TarFile.add does not support pathlib.Path as a value to first 
https://bugs.python.org/issue40666  opened by socketpair

#40667: [Windows] Add global python and python3 commands
https://bugs.python.org/issue40667  opened by steve.dower

#40668: Catastrophic loss of precision in colorsys module
https://bugs.python.org/issue40668  opened by Zac Hatfield-Dodds

#40670: supplying an empty string to timeit causes an IndentationError
https://bugs.python.org/issue40670  opened by edison.abahurire

#40671: Convert _hashlib to PEP 489 multiphase initialization
https://bugs.python.org/issue40671  opened by vstinner

#40672: asyncio.wait_for: process future result produced during cancel
https://bugs.python.org/issue40672  opened by Roman Skurikhin

#40673: urllib.request.URLopener raises different exceptions based on 
https://bugs.python.org/issue40673  opened by Petter S

#40674: Deprecate urllib.request.urlretrieve() and cleanup()
https://bugs.python.org/issue40674  opened by remi.lapeyre

#40675: Add missing mimetypes for fonts
https://bugs.python.org/issue40675  opened by sahil.prajapati

#40676: Use Argument Clinic for csv
https://bugs.python.org/issue40676  opened by hauntsaninja

#40678: Full list of Python lexical rules
https://bugs.python.org/issue40678  opened by cool-RR

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679  opened by chris.jerdonek

#40680: thread_cputime isn't supported by AIX5
https://bugs.python.org/issue40680  opened by Michael.Felt

#40684: make install doesn't respect configure --with-platlibdir=lib64
https://bugs.python.org/issue40684  opened by vstinner

#40685: IDLE: Document info needed for 'not working' reports.
https://bugs.python.org/issue40685  opened by Coder436

#40686: Compiler warnings in _zoneinfo.c on Windows build in 64-bit
https://bugs.python.org/issue40686  opened by vstinner

#40687: Windows py.exe launcher interacts badly with Windows store pyt
https://bugs.python.org/issue40687  opened by benspiller

#40688: PEG Generator: Fix scripts to always use the correct parser
https://bugs.python.org/issue40688  opened by lys.nikolaou

#40689: The only supported minidom attribute iteration (NamedNodeMap) 
https://bugs.python.org/issue40689  opened by nthykier

#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690  opened by pwtail

#40691: misleading output 

[Python-Dev] Summary of Python tracker Issues

2020-05-15 Thread Python tracker

ACTIVITY SUMMARY (2020-05-08 - 2020-05-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:
  open7468 ( +9)
  closed 44917 (+60)
  total  52385 (+69)

Open issues with patches: 2996 


Issues opened (44)
==

#35967: Better platform.processor support
https://bugs.python.org/issue35967  reopened by lemburg

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257  reopened by gvanrossum

#40567: asyncio.StreadReader `async for line in reader` is not doc
https://bugs.python.org/issue40567  opened by socketpair

#40568: Modify -c command-line option to accept multiple inputs
https://bugs.python.org/issue40568  opened by rhettinger

#40569: Add optional weights to random.sample()
https://bugs.python.org/issue40569  opened by rhettinger

#40572: [subinterpreters] Support basic asynchronous cross-interpreter
https://bugs.python.org/issue40572  opened by eric.snow

#40573: inspect.iscorutinefunction() returns False for unittest.mock.A
https://bugs.python.org/issue40573  opened by moriyoshi

#40576: Align docs for list.sort, sorted, and on the website
https://bugs.python.org/issue40576  opened by sxlijin

#40579: Second argument to iterator.next not described
https://bugs.python.org/issue40579  opened by Andrew Black

#40583: Runtime type annotation mutation leads to inconsistent behavio
https://bugs.python.org/issue40583  opened by ethereon

#40586: Pydoc should support https for hyperlinks.
https://bugs.python.org/issue40586  opened by owebeeone

#40587: [regression] inspect.getdoc not returning docstring.
https://bugs.python.org/issue40587  opened by mbussonn

#40588: Creating Virtual Environments Does Not Work (Not Creating Fold
https://bugs.python.org/issue40588  opened by Shengjun Zhu

#40590: test_subprocess stuck on Windows, x64
https://bugs.python.org/issue40590  opened by Dima.Tisnek

#40592: `Shutil.which` incosistent with windows's `where`
https://bugs.python.org/issue40592  opened by alkuzad

#40594: urljoin since 3.5 incorrectly filters out double slashes
https://bugs.python.org/issue40594  opened by David Bell

#40595: AttributeError from type annotation
https://bugs.python.org/issue40595  opened by robieta

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597  opened by ivyl

#40600: Add an option to disallow creating more than one instance of a
https://bugs.python.org/issue40600  opened by vstinner

#40601: [C API] Hide static types from the limited C API
https://bugs.python.org/issue40601  opened by vstinner

#40603: slice not hashable
https://bugs.python.org/issue40603  opened by Will Bradshaw

#40604: Regression in 3.8.3rc1 - error in tests run via doctest
https://bugs.python.org/issue40604  opened by casevh

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605  opened by sab1703

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606  opened by Eric Wieser

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607  opened by Roman Skurikhin

#40608: PY3.8 GC segfault  (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608  opened by iritkatriel

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611  opened by Ethan Steinberg

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612  opened by gvanrossum

#40614: ast.parse doesn't respect feature_version for debug f-strings
https://bugs.python.org/issue40614  opened by hauntsaninja

#40616: Add `asyncio.BufferQueue`
https://bugs.python.org/issue40616  opened by lig

#40617: sqlite3: expose sqlite3_create_window_function
https://bugs.python.org/issue40617  opened by iljau

#40620: Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620  opened by docor...@sonic.net

#40622: Using VS2019 to automatically build Python3 and Runtest and it
https://bugs.python.org/issue40622  opened by Lin

#40623: JSON streaming
https://bugs.python.org/issue40623  opened by phr

#40624: add support for != (not-equals) in ElementTree XPath
https://bugs.python.org/issue40624  opened by Antony.Lee

#40625: Autogenerate signature for METH_NOARGS and perhaps METH_O exte
https://bugs.python.org/issue40625  opened by Antony.Lee

#40626: application/x-hdf5 mime type missing from mimetypes library
https://bugs.python.org/issue40626  opened by schwabm

#40628: sockmodule.c: sock_connect vs negative errno values...
https://bugs.python.org/issue40628  opened by icculus

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629  opened by veganaiZe

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630  opened by huonw

#40632: 

[Python-Dev] Summary of Python tracker Issues

2020-05-08 Thread Python tracker

ACTIVITY SUMMARY (2020-05-01 - 2020-05-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:
  open7459 (+32)
  closed 44857 (+64)
  total  52316 (+96)

Open issues with patches: 2996 


Issues opened (66)
==

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543  reopened by scoder

#40028: Math module method to find prime factors for non-negative int 
https://bugs.python.org/issue40028  reopened by mark.dickinson

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228  reopened by vstinner

#40471: Grammar typo in issubclass docstring
https://bugs.python.org/issue40471  opened by alexpovel

#40474: Code coverage report not entirely accurate
https://bugs.python.org/issue40474  opened by Lewis Ball

#40477: Launcher on Catalina
https://bugs.python.org/issue40477  opened by Auerhahn

#40478: allow finding nmake.exe executable in MSVCCompiler
https://bugs.python.org/issue40478  opened by japm48

#40479: Port _hashlib to OpenSSL 3.0.0
https://bugs.python.org/issue40479  opened by christian.heimes

#40481: Add include and exclude filters to zipapp cli
https://bugs.python.org/issue40481  opened by Jarosław Wygoda

#40482: _hashlib: register Python names as OpenSSL aliases
https://bugs.python.org/issue40482  opened by christian.heimes

#40483: Implementing a verifier function to verify integrity of AST no
https://bugs.python.org/issue40483  opened by BTaskaya

#40484: Document existing compiler flags under ast
https://bugs.python.org/issue40484  opened by BTaskaya

#40485: Provide an abstraction for a select-able Event
https://bugs.python.org/issue40485  opened by paravoid

#40486: pathlib's iterdir doesn't specify what happens if directory co
https://bugs.python.org/issue40486  opened by facundobatista

#40487: Unexpected exception handler behavior in Jupyter when returnin
https://bugs.python.org/issue40487  opened by jeanmonet

#40492: -m cProfile -o f.pstats with a script that does chdir() writes
https://bugs.python.org/issue40492  opened by Anthony Sottile

#40494: collections.abc.Callable and type variables
https://bugs.python.org/issue40494  opened by serhiy.storchaka

#40495: compileall: option to hardlink duplicate optimization levels b
https://bugs.python.org/issue40495  opened by frenzy

#40497: subprocess.check_output() accept the check keyword argument
https://bugs.python.org/issue40497  opened by remi.lapeyre

#40498: Holding spacebar on button widget permanently makes it SUNKEN 
https://bugs.python.org/issue40498  opened by PythonAmateur742

#40500: test_multiprocessing_fork leaks processes on PPC64LE RHEL8 LTO
https://bugs.python.org/issue40500  opened by vstinner

#40501: Deprecate and remove ctypes usage in uuid
https://bugs.python.org/issue40501  opened by steve.dower

#40502: PyNode_New() does not initialize n->n_col_offset
https://bugs.python.org/issue40502  opened by Tomasz Pytel

#40503: PEP 615: Add zoneinfo module
https://bugs.python.org/issue40503  opened by p-ganssle

#40505: getpath.c doesn't know about lib64
https://bugs.python.org/issue40505  opened by lemburg

#40506: add support for os.Pathlike filenames in zipfile.ZipFile.write
https://bugs.python.org/issue40506  opened by d.ragusa

#40507: FileNotFound error raised by os.exec* doesn't contain filename
https://bugs.python.org/issue40507  opened by russelldavis

#40509: In argparse, allow REMAINDER(...) arguments in a mutually excl
https://bugs.python.org/issue40509  opened by Shani Armon

#40510: [regression] ZipFile fails to round trip on some files
https://bugs.python.org/issue40510  opened by DragonSA

#40511: IDLE yellow hint frame blinks when entering () in strings in f
https://bugs.python.org/issue40511  opened by wyz23x2

#40512: Meta issue: per-interpreter GIL
https://bugs.python.org/issue40512  opened by vstinner

#40513: Move _PyRuntimeState.ceval to PyInterpreterState
https://bugs.python.org/issue40513  opened by vstinner

#40514: Add --experimental-isolated-subinterpreters build option
https://bugs.python.org/issue40514  opened by vstinner

#40515: test_ssl.py hangs with SSL 1.1 built with no threads
https://bugs.python.org/issue40515  opened by mig28suarez

#40516: GCC 9 compiler warnings on MacOS Catalina
https://bugs.python.org/issue40516  opened by remi.lapeyre

#40519: Preserve AttributeError exception context in __getattr__
https://bugs.python.org/issue40519  opened by Arusekk

#40521: Make tuple, dict, frame free lists, unicode interned strings, 
https://bugs.python.org/issue40521  opened by vstinner

#40522: Subinterpreters: get the current Python interpreter state from
https://bugs.python.org/issue40522  opened by vstinner

#40525: zipapps execute symlinks as if they are code
https://bugs.python.org/issue40525  opened by Anthony Sottile

#40528: Improve / Clear ASDL generator

[Python-Dev] Summary of Python tracker Issues

2020-05-01 Thread Python tracker

ACTIVITY SUMMARY (2020-04-24 - 2020-05-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:
  open7427 (-25)
  closed 44793 (+118)
  total  52220 (+93)

Open issues with patches: 2954 


Issues opened (74)
==

#25597: unittest.mock does not wrap dunder methods (__getitem__ etc)
https://bugs.python.org/issue25597  reopened by xtreak

#29587: Generator/coroutine 'throw' discards exc_info state, which is 
https://bugs.python.org/issue29587  reopened by gvanrossum

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340  reopened by rhettinger

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246  reopened by vstinner

#40335: [PEP 617 new parser] Regression in multiline SyntaxError offse
https://bugs.python.org/issue40335  reopened by Anthony Sottile

#40379: multiprocessing's default start method of fork()-without-exec(
https://bugs.python.org/issue40379  opened by itamarst

#40380: OS-related test failures on Linux in Python 3.8.2
https://bugs.python.org/issue40380  opened by Steven Fleck

#40381: plistlib doesn't handle poorly-formatted plists
https://bugs.python.org/issue40381  opened by Clay Caviness

#40382: Make 'rt' the default for open in docs
https://bugs.python.org/issue40382  opened by facundobatista

#40383: weakref class name are hardcoded in reprs
https://bugs.python.org/issue40383  opened by OhBonsai

#40384: IDLE: Wrong highlighting when \n follows def/class
https://bugs.python.org/issue40384  opened by Alex-Python-Programmer

#40390: Implement _xxsubinterpreters.channel_send_wait().
https://bugs.python.org/issue40390  opened by benedwards14

#40391: io.FileIO.mode doesn't comply with the docs
https://bugs.python.org/issue40391  opened by mike.parker

#40393: Auto-response from Python Help points to Python 2 reference
https://bugs.python.org/issue40393  opened by J Arun Mani

#40395: Scripts folder is Empty in python 3.8.2 for Windows 7.
https://bugs.python.org/issue40395  opened by BenTen Jan

#40397: Refactor typing._GenericAlias
https://bugs.python.org/issue40397  opened by serhiy.storchaka

#40398: get_args(Callable) fails
https://bugs.python.org/issue40398  opened by serhiy.storchaka

#40399: IO streams locking can be broken after fork() with threads
https://bugs.python.org/issue40399  opened by Delgan

#40400: Mac build-installer.py doesn't support new plist format
https://bugs.python.org/issue40400  opened by h2a10

#40402: Race condition in multiprocessing/connection.py: broken handle
https://bugs.python.org/issue40402  opened by maxicooper

#40403: pdb does not drop into debugger upon SyntaxError caused by ast
https://bugs.python.org/issue40403  opened by Kerrick Staley

#40404: Python quit unexpectedly
https://bugs.python.org/issue40404  opened by drliu

#40405: asyncio.as_completed documentation misleading
https://bugs.python.org/issue40405  opened by bar.harel

#40406: MagicMock __aenter__ should be AsyncMock(return_value=MagicMoc
https://bugs.python.org/issue40406  opened by graingert

#40407: Zipfile couldn`t recognized character set rightly.
https://bugs.python.org/issue40407  opened by 김지훈

#40408: GenericAlias does not support nested type variables
https://bugs.python.org/issue40408  opened by serhiy.storchaka

#40409: urllib.parse.urlsplit parses schemes that do not begin with le
https://bugs.python.org/issue40409  opened by sgg

#40410: test_multiprocessing_forktest_terminate() timed out after 15 m
https://bugs.python.org/issue40410  opened by vstinner

#40412: inittab_copy not set to NULL after free, can lead to crashes w
https://bugs.python.org/issue40412  opened by indygreg

#40413: Py_RunMain() crashes on subsequence call
https://bugs.python.org/issue40413  opened by indygreg

#40414: Incorrect mouse and keyboard mapping
https://bugs.python.org/issue40414  opened by Jah-On

#40416: Calling TextIOWrapper.tell() in the middle of reading a gb2312
https://bugs.python.org/issue40416  opened by rmalouf

#40417: PyImport_ReloadModule emits deprecation warning
https://bugs.python.org/issue40417  opened by Robert Rouhani

#40418: Small Refactoring: Use bytes.hex() in secrets.token_hex()
https://bugs.python.org/issue40418  opened by Dennis Sweeney

#40419: timeit CLI docs still mention old power sequence
https://bugs.python.org/issue40419  opened by Energya

#40420: argparse choices formatter
https://bugs.python.org/issue40420  opened by Leonid Ilyevsky

#40421: [C API] Add getter functions for PyFrameObject and maybe move 
https://bugs.python.org/issue40421  opened by vstinner

#40422: Light refactor: create a common _Py_closerange API
https://bugs.python.org/issue40422  opened by kevans91

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423  opened by kevans91

#40424: AIX: parallel build and ld WARNINGS

[Python-Dev] Summary of Python tracker Issues

2020-04-24 Thread Python tracker

ACTIVITY SUMMARY (2020-04-17 - 2020-04-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:
  open7452 ( +9)
  closed 44675 (+57)
  total  52127 (+66)

Open issues with patches: 2942 


Issues opened (50)
==

#34037: asyncio: BaseEventLoop.close() shutdowns the executor without 
https://bugs.python.org/issue34037  reopened by vstinner

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286  reopened by rhettinger

#40312: Weakref callbacks running before finalizers in GC collection
https://bugs.python.org/issue40312  opened by a-feld

#40314: python code order of magnitude faster than equivalent CPython 
https://bugs.python.org/issue40314  opened by deekay

#40316: Add zero function to time, datetime, which acts as the use cas
https://bugs.python.org/issue40316  opened by Or Toledano

#40317: inspect.getsource() examines incorrect target
https://bugs.python.org/issue40317  opened by Grzegorz Krasoń

#40318: Migrate to SQLite3 trace v2 API
https://bugs.python.org/issue40318  opened by erlendaasland

#40320: Add ability to specify instance of contextvars context to Task
https://bugs.python.org/issue40320  opened by Jeff.Laughlin

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321  opened by Jochem Schulenklopper

#40324: python 3.8.2 idle not opening
https://bugs.python.org/issue40324  opened by krishandanushka...@gmail.com

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327  opened by Markus Mohrhard

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328  opened by corona10

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331  opened by tzabal

#40333: Request for multi-phase initialization API to run code after i
https://bugs.python.org/issue40333  opened by indygreg

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334  opened by gvanrossum

#40337: builtins.RuntimeError: Caught RuntimeError in pin memory threa
https://bugs.python.org/issue40337  opened by shawn

#40338: [Security] urllib and anti-slash (\) in the hostname
https://bugs.python.org/issue40338  opened by vstinner

#40339: Instead of skipping, IPV6 test(s) fail on a non-IPV6 machine
https://bugs.python.org/issue40339  opened by UnitedMarsupials

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340  opened by Dominik V.

#40341: Programming FAQ includes actively discouraged solutions; Shoul
https://bugs.python.org/issue40341  opened by Dominik V.

#40342: Programming FAQ about "How do I apply a method to a sequence o
https://bugs.python.org/issue40342  opened by Dominik V.

#40343: Programming FAQ about "How do I call a method defined in a bas
https://bugs.python.org/issue40343  opened by Dominik V.

#40344: Programming FAQ about "What is the most efficient way to conca
https://bugs.python.org/issue40344  opened by Dominik V.

#40345: Programming FAQ about "How do I iterate over a sequence in rev
https://bugs.python.org/issue40345  opened by Dominik V.

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346  opened by vstinner

#40347: Programming FAQ about "How do you remove duplicates from a lis
https://bugs.python.org/issue40347  opened by Dominik V.

#40348: Programming FAQ about "What is delegation?": Fix typos
https://bugs.python.org/issue40348  opened by Dominik V.

#40350: modulefinder chokes on numpy - dereferencing None in spec.load
https://bugs.python.org/issue40350  opened by Greg Whiteley

#40352: SocketHandler silently drops log messages on re-connect
https://bugs.python.org/issue40352  opened by Oleg Nykolyn

#40353: Add an optional "strict" check to zip
https://bugs.python.org/issue40353  opened by brandtbucher

#40355: The ast module fails to reject certain malformed nodes
https://bugs.python.org/issue40355  opened by brandtbucher

#40356: OverflowError: mktime argument out of range
https://bugs.python.org/issue40356  opened by darkman66

#40357: asyncio: will shutdown_default_executor work in single step (s
https://bugs.python.org/issue40357  opened by cmeyer

#40358: pathlib's relative_to should behave like os.path.relpath
https://bugs.python.org/issue40358  opened by d.ragusa

#40359: email.parse part.get_filename() fails to unwrap long attachmen
https://bugs.python.org/issue40359  opened by matt-davis

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360  opened by gregory.p.smith

#40361: Darwin systems using win settings for webbrowser.py
https://bugs.python.org/issue40361  opened by Viraat Das

#40362: AbstractBasicAuthHandler does not support the following scheme
https://bugs.python.org/issue40362  opened by Paul 

[Python-Dev] Summary of Python tracker Issues

2020-04-17 Thread Python tracker

ACTIVITY SUMMARY (2020-04-10 - 2020-04-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:
  open7443 (+10)
  closed 44618 (+55)
  total  52061 (+65)

Open issues with patches: 2932 


Issues opened (40)
==

#25680: Selector.select() hangs when there is nothing to select
https://bugs.python.org/issue25680  reopened by gvanrossum

#40247: Logged out of user when running Tkinter
https://bugs.python.org/issue40247  opened by Jordan

#40249: __import__ doesn't honour globals
https://bugs.python.org/issue40249  opened by stefan

#40250: unable to comment out r'\u' string with triple quote marks
https://bugs.python.org/issue40250  opened by Elmar Bucher

#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251  opened by russelldavis

#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252  opened by russelldavis

#40253: Fix .py(w) file association with Pyhon 3 Windows installer
https://bugs.python.org/issue40253  opened by virtualnobi

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254  opened by cocoatomo

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255  opened by eelizondo

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256  opened by YusufM

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257  opened by serhiy.storchaka

#40259: re.Scanner groups
https://bugs.python.org/issue40259  opened by dchron

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260  opened by barry-scott

#40261: Build of Python where make is called from subprocess, within a
https://bugs.python.org/issue40261  opened by rdbisme

#40262: SSL recv_into requires the object to implement __len__ unlike 
https://bugs.python.org/issue40262  opened by tzickel

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263  opened by Ray Donnelly

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269  opened by rushilu

#40272: ModuleNotFoundEror thrown by system python while accessing it 
https://bugs.python.org/issue40272  opened by gavin

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273  opened by jack1142

#40275: test.support has way too many imports
https://bugs.python.org/issue40275  opened by vstinner

#40278: pathlib Path.replace raises OSError when target exists
https://bugs.python.org/issue40278  opened by selik

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279  opened by scoder

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280  opened by Simon Biggs

#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283  opened by guchao

#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284  opened by rhettinger

#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288  opened by vstinner

#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289  opened by thautwarm

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291  opened by karlding

#40293: Tag libffi build and sources in cpython-source-deps for 3.9.0b
https://bugs.python.org/issue40293  opened by indygreg

#40296: help(list[int]) fails
https://bugs.python.org/issue40296  opened by serhiy.storchaka

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297  opened by karlding

#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300  opened by felixxm

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301  opened by massimosala

#40304: Classes created using type() don't need to explicitly inherit 
https://bugs.python.org/issue40304  opened by boris

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305  opened by ROUX antoine2

#40306: Enhancement request for SSLContext - flag to handle trailing d
https://bugs.python.org/issue40306  opened by bli2020

#40307: multiprocessing.BaseManager does not retain Client type.
https://bugs.python.org/issue40307  opened by amol

#40308: Intermittent failure of test_os.TestScandir.test_attributes on
https://bugs.python.org/issue40308  opened by Dennis Sweeney

#40309: “unmatched paren” for space before parenthesis in Py_Build
https://bugs.python.org/issue40309  opened by Wrzlprmft

#40311: docs.python.org banner - release blocker for 2.7.18

[Python-Dev] Summary of Python tracker Issues

2020-04-10 Thread Python tracker

ACTIVITY SUMMARY (2020-04-03 - 2020-04-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:
  open7433 (+32)
  closed 44563 (+37)
  total  51996 (+69)

Open issues with patches: 2934 


Issues opened (50)
==

#39984: Move pending calls from _PyRuntime to PyInterpreterState
https://bugs.python.org/issue39984  reopened by vstinner

#40178: Convert the remaining os funtions to Argument Clinic
https://bugs.python.org/issue40178  opened by serhiy.storchaka

#40179: Argument Clinic incorretly translates #elif
https://bugs.python.org/issue40179  opened by serhiy.storchaka

#40180: isinstance(cls_with_metaclass, non_type) raises KeyError
https://bugs.python.org/issue40180  opened by terry.reedy

#40181: IDLE: remove positional-only note from calltips
https://bugs.python.org/issue40181  opened by terry.reedy

#40183: AC_COMPILE_IFELSE doesn't work in all cases
https://bugs.python.org/issue40183  opened by jerome.hamm

#40186: test_notify_all hangs forever in sparc64
https://bugs.python.org/issue40186  opened by BTaskaya

#40188: Azure Pipelines jobs failing randomly with: Unable to connect 
https://bugs.python.org/issue40188  opened by vstinner

#40191: tempfile.mkstemp() | Documentation Error
https://bugs.python.org/issue40191  opened by Howard Waterfall

#40192: time.thread_time isn't outputting in nanoseconds in AIX
https://bugs.python.org/issue40192  opened by BTaskaya

#40195: multiprocessing.Queue.put can fail silently due to pickle erro
https://bugs.python.org/issue40195  opened by Sander Land

#40197: Add nanoseconds to timing table in What's new python 3.8
https://bugs.python.org/issue40197  opened by mchels

#40198: macOS Python builds from Python.org ignore DYLD_LIBRARY_PATH d
https://bugs.python.org/issue40198  opened by dgelessus

#40199: Invalid escape sequence DeprecationWarnings don't trigger by d
https://bugs.python.org/issue40199  opened by Numerlor

#40202: Misleading grammatically of ValueError Message?
https://bugs.python.org/issue40202  opened by Jacob RR

#40203: Warn about invalid PYTHONUSERBASE
https://bugs.python.org/issue40203  opened by Volker Weißmann

#40204: Docs build error with Sphinx 3.0 due to invalid C declaration
https://bugs.python.org/issue40204  opened by xtreak

#40205: Profile 'builtins' parameter documentation missing
https://bugs.python.org/issue40205  opened by bar.harel

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207  opened by BTaskaya

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208  opened by BTaskaya

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209  opened by hakancelik

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210  opened by Nikolai Ehrhardt

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211  opened by BTaskaya

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212  opened by BTaskaya

#40213: contextlib.aclosing()
https://bugs.python.org/issue40213  opened by John Belmonte

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214  opened by aeros

#40215: Use xdg basedir spec on linux
https://bugs.python.org/issue40215  opened by Óscar García Amor

#40217: The garbage collector doesn't take in account that objects of 
https://bugs.python.org/issue40217  opened by vstinner

#40218: sys.executable is a non existing path if python is executed fr
https://bugs.python.org/issue40218  opened by Volker Weißmann

#40219: ttk LabeledScale: label covered by hidden element
https://bugs.python.org/issue40219  opened by Stephen Bell

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221  opened by vstinner

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222  opened by Mark.Shannon

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223  opened by skrah

#40225: recursive call within generator expression is O(depth)
https://bugs.python.org/issue40225  opened by brendon-zh...@hotmail.com

#40227: SSLError is not passed to the client during handshake
https://bugs.python.org/issue40227  opened by iivanyuk

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228  opened by Mark.Shannon

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229  opened by Steven Lu

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230  opened by Henry Carscadden

#40231: Fix pending calls in subinterpreters
https://bugs.python.org/issue40231  opened by vstinner

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232  opened by 

[Python-Dev] Summary of Python tracker Issues

2020-04-03 Thread Python tracker

ACTIVITY SUMMARY (2020-03-27 - 2020-04-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:
  open7401 (+44)
  closed 44526 (+40)
  total  51927 (+84)

Open issues with patches: 2909 


Issues opened (65)
==

#23574: datetime: support leap seconds
https://bugs.python.org/issue23574  reopened by vstinner

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455  reopened by BTaskaya

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207  reopened by petr.viktorin

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562  reopened by vstinner

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951  reopened by Dima.Tisnek

#40068: test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_for
https://bugs.python.org/issue40068  reopened by vstinner

#40093: ThreadPoolExecutor with wait=True shuts down too early
https://bugs.python.org/issue40093  opened by fireattack

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094  opened by vstinner

#40095: Incorrect st_ino returned for ReFS on Windows 10
https://bugs.python.org/issue40095  opened by mbri...@gmail.com

#40098: dir() does not return the list of valid attributes for the obj
https://bugs.python.org/issue40098  opened by serhiy.storchaka

#40100: IDLE: Undesired behavior of emoji in editor.
https://bugs.python.org/issue40100  opened by Alex-Python-Programmer

#40101: lib2to3 fails on default convert functionality
https://bugs.python.org/issue40101  opened by BTaskaya

#40102: Improve XLC support for function attributes
https://bugs.python.org/issue40102  opened by BTaskaya

#40103: ZipFile.extractall is not multiprocess safe with regard to dir
https://bugs.python.org/issue40103  opened by nathansilberman

#40105: Updating zip comment doesn't truncate the zip file
https://bugs.python.org/issue40105  opened by nergall2

#40106: multiprocessor spawn
https://bugs.python.org/issue40106  opened by mouse07410

#40107: pathlib: make `_Accessor.open()` return a file object and not 
https://bugs.python.org/issue40107  opened by barneygale

#40110: multiprocessing.Pool.imap() should be lazy
https://bugs.python.org/issue40110  opened by kousu

#40111: Introspect ssl context: read ALPN and NPN protocols
https://bugs.python.org/issue40111  opened by Dima.Tisnek

#40113: Turtle demo
https://bugs.python.org/issue40113  opened by Davide Golinelli

#40116: Regression in memory use of shared key dictionaries for "compa
https://bugs.python.org/issue40116  opened by Mark.Shannon

#40118: os.stat in linux shows the wrong inode
https://bugs.python.org/issue40118  opened by omer sela

#40119: ensurepip should use different pattern for pip/setuptool wheel
https://bugs.python.org/issue40119  opened by anthon

#40120: Undefined C behavior going beyond end of struct via a [1] arra
https://bugs.python.org/issue40120  opened by gregory.p.smith

#40124: Clearer assertion error
https://bugs.python.org/issue40124  opened by pgjones

#40126: Incorrect error handling in unittest.mock
https://bugs.python.org/issue40126  opened by bmclarnon

#40127: Documentation of SSL library
https://bugs.python.org/issue40127  opened by Christophe Nanteuil

#40128: IDLE Show completions pop-up not working on macOS
https://bugs.python.org/issue40128  opened by darthur90

#40129: Add test classes for custom __index__, __int__, __float__ and 
https://bugs.python.org/issue40129  opened by serhiy.storchaka

#40132: Mechanism to control who owns package names on PyPI?
https://bugs.python.org/issue40132  opened by ChrisRands

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133  opened by Flameeyes

#40134: Inconsistent ANSI escape code handling on Windows 10
https://bugs.python.org/issue40134  opened by daverove

#40135: multiprocessing: test_shared_memory_across_processes() cannot 
https://bugs.python.org/issue40135  opened by vstinner

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137  opened by vstinner

#40138: Windows implementation of os.waitpid() truncates the exit stat
https://bugs.python.org/issue40138  opened by vstinner

#40139: mimetypes module racy
https://bugs.python.org/issue40139  opened by ukl

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142  opened by vstinner

#40143: shutil.rmtree will frequently fail on Windows under heavy load
https://bugs.python.org/issue40143  opened by Alexander Riccio

#40145: Pyshellext room for binary size improvement
https://bugs.python.org/issue40145  opened by Alexander Riccio

#40147: Move checking for duplicated keywords to the compiler

[Python-Dev] Summary of Python tracker Issues

2020-03-27 Thread Python tracker

ACTIVITY SUMMARY (2020-03-20 - 2020-03-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:
  open7357 ( -1)
  closed 44486 (+66)
  total  51843 (+65)

Open issues with patches: 2882 


Issues opened (43)
==

#20526: python: Modules/gcmodule.c:379: visit_decref: Assertion `((gc)
https://bugs.python.org/issue20526  reopened by vstinner

#36759: astimezone() fails on Windows for pre-epoch times
https://bugs.python.org/issue36759  reopened by SilentGhost

#40028: Math module method to find prime factors for non-negative int 
https://bugs.python.org/issue40028  opened by trrhodes

#40031: Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to 
https://bugs.python.org/issue40031  opened by Vader27

#40034: cgi.parse() does not work with multipart POST requests.
https://bugs.python.org/issue40034  opened by sangh

#40038: pathlib: remove partial support for preserving accessor when m
https://bugs.python.org/issue40038  opened by barneygale

#40042: Enum Flag: psuedo-members have None for name attribute
https://bugs.python.org/issue40042  opened by ethan.furman

#40045: Make "dunder" method documentation easier to locate
https://bugs.python.org/issue40045  opened by aeros

#40048: _PyEval_EvalFrameDefault() doesn't reset tstate->frame if _PyC
https://bugs.python.org/issue40048  opened by vstinner

#40049: tarfile cannot extract from stdin
https://bugs.python.org/issue40049  opened by dtamuc

#40051: Dead link in help(lib2to3)
https://bugs.python.org/issue40051  opened by wyz23x2

#40052: Incorrect pointer alignment in _PyVectorcall_Function() of cpy
https://bugs.python.org/issue40052  opened by asn

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055  opened by vstinner

#40056: more user-friendly turtledemo
https://bugs.python.org/issue40056  opened by Evin Liang

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057  opened by overmighty

#40058: Running test_datetime twice fails with: module 'datetime' has 
https://bugs.python.org/issue40058  opened by vstinner

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059  opened by mgorny

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060  opened by Dima.Tisnek

#40061: Possible refleak in _asynciomodule.c future_add_done_callback(
https://bugs.python.org/issue40061  opened by aeros

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064  opened by fdrake

#40065: py39: remove deprecation note for xml.etree.cElementTree
https://bugs.python.org/issue40065  opened by fdrake

#40066: Enum._convert should change __repr__ and/or __str__ to use mod
https://bugs.python.org/issue40066  opened by ethan.furman

#40068: test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_for
https://bugs.python.org/issue40068  opened by vstinner

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070  opened by vstinner

#40071: test__xxsubinterpreters  leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071  opened by vstinner

#40072: Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recv
https://bugs.python.org/issue40072  opened by honglei.jiang

#40073: AIX: python3 points to "air"
https://bugs.python.org/issue40073  opened by Michael.Felt

#40074: pickle module dump and load: add support for string file names
https://bugs.python.org/issue40074  opened by Diego Palacios

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075  opened by speleo3

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077  opened by corona10

#40078: asyncio subprocesses allow pids to be reaped, different behavi
https://bugs.python.org/issue40078  opened by Justin.Lebar

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079  opened by Alexander Riccio

#40082: Assertion failure in trip_signal
https://bugs.python.org/issue40082  opened by Alexander Riccio

#40083: No run option available in python idle in version 3.8.2
https://bugs.python.org/issue40083  opened by Raj_110

#40084: HTTPStatus has incomplete dir() listing
https://bugs.python.org/issue40084  opened by rhettinger

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085  opened by tzickel

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086  opened by xtreak

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087  opened by deepaleedotkh...@gmail.com

#40088: list.reverse(): slow sublist reverse
https://bugs.python.org/issue40088  opened by Yury


[Python-Dev] Summary of Python tracker Issues

2020-03-20 Thread Python tracker

ACTIVITY SUMMARY (2020-03-13 - 2020-03-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:
  open7358 ( +1)
  closed 44420 (+70)
  total  51778 (+71)

Open issues with patches: 2883 


Issues opened (44)
==

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576  reopened by pablogsal

#39958: Deadlock in _PyInterpreterState_DeleteExceptMain with HEAD_LOC
https://bugs.python.org/issue39958  opened by Atle Solbakken

#39959: (Possible) bug on multiprocessing.shared_memory
https://bugs.python.org/issue39959  opened by dxflores

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960  opened by Matthias Braun

#39961: warning: this use of "defined" may not be portable (Mac OS)
https://bugs.python.org/issue39961  opened by clem.wang

#39963: Subclassing slice objects
https://bugs.python.org/issue39963  opened by mariode1

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966  opened by aviso

#39967: bdb calls linecache.checkcache, resulting in source being diff
https://bugs.python.org/issue39967  opened by blueyed

#39971: Error on documentation  -  Quick fix.
https://bugs.python.org/issue39971  opened by dxflores

#39975: Group of commands running in Python 3.7.6 Shell, but failing a
https://bugs.python.org/issue39975  opened by rosarion

#39976: Add "**other_popen_kwargs" to subprocess API signatures in doc
https://bugs.python.org/issue39976  opened by ncoghlan

#39978: Vectorcall implementation should conform to PEP 590.
https://bugs.python.org/issue39978  opened by Mark.Shannon

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981  opened by BTaskaya

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982  opened by vstinner

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983  opened by vstinner

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984  opened by vstinner

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986  opened by Matthias Braun

#39989: Output closing parenthesis in ast.dump() on separate line
https://bugs.python.org/issue39989  opened by serhiy.storchaka

#39990: help should evaluate forward reference
https://bugs.python.org/issue39990  opened by McSinyx

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994  opened by palakjha

#39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.
https://bugs.python.org/issue39995  opened by vstinner

#39996: test_multiprocessing_fork hangs on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue39996  opened by vstinner

#3: Fix some issues with AST node classes
https://bugs.python.org/issue3  opened by serhiy.storchaka

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001  opened by aviramha

#40002: Cookie load error inconsistency
https://bugs.python.org/issue40002  opened by bar.harel

#40003: test.regrtest: add an option to run test.bisect_cmd on failed 
https://bugs.python.org/issue40003  opened by vstinner

#40005: Getting different result in python 2.7 and 3.7.
https://bugs.python.org/issue40005  opened by Bharatsolanki

#40006: enum: Add documentation for _create_pseudo_member_ and composi
https://bugs.python.org/issue40006  opened by cool-RR

#40007: An attempt to make asyncio.transport.writelines (selector) use
https://bugs.python.org/issue40007  opened by tzickel

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010  opened by vstinner

#40011: Tkinter widget events are of type Tuple
https://bugs.python.org/issue40011  opened by Hênio Tierra Sampaio

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012  opened by bittner

#40013: CSV DictReader parameter documentation
https://bugs.python.org/issue40013  opened by Moshe Sambol

#40014: os.getgrouplist() can fail on macOS
https://bugs.python.org/issue40014  opened by corona10

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016  opened by cool-RR

#40017: Please support CLOCK_TAI in the time module.
https://bugs.python.org/issue40017  opened by r3owen

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018  opened by benjamin.peterson

#40019: test_gdb  should better detect when Python is optimized
https://bugs.python.org/issue40019  opened by vstinner

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020  opened by Alexander Riccio

#40022: 关于列表的基础算法问题
https://bugs.python.org/issue40022  opened by yepan Li


[Python-Dev] Summary of Python tracker Issues

2020-03-13 Thread Python tracker


ACTIVITY SUMMARY (2020-03-06 - 2020-03-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:
  open7357 ( -2)
  closed 44350 (+80)
  total  51707 (+78)

Open issues with patches: 2877 


Issues opened (52)
==

#14126: Speed up list comprehensions by preallocating the list where p
https://bugs.python.org/issue14126  reopened by vstinner

#26227: Windows: socket.gethostbyaddr(name) fails for non-ASCII hostna
https://bugs.python.org/issue26227  reopened by steve.dower

#39321: AMD64 FreeBSD Non-Debug 3.x: main regrtest process killed by S
https://bugs.python.org/issue39321  reopened by vstinner

#39829: __len__ called twice in the list() constructor
https://bugs.python.org/issue39829  reopened by eric.snow

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879  opened by eric.snow

#39881: Multiple Interpreters in the Stdlib (PEP 554) - High-level Imp
https://bugs.python.org/issue39881  opened by nanjekyejoannah

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882  opened by vstinner

#39883: Use BSD0 license for code in docs
https://bugs.python.org/issue39883  opened by toddrjen

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885  opened by terry.reedy

#39887: Duplicate C object description of vectorcallfunc
https://bugs.python.org/issue39887  opened by serhiy.storchaka

#39891: [difflib] Improve get_close_matches() to better match when cas
https://bugs.python.org/issue39891  opened by brian.gallagher

#39892: Enable DeprecationWarnings by default when not explicit in uni
https://bugs.python.org/issue39892  opened by gregory.p.smith

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894  opened by barneygale

#39895: `pathlib.Path.touch()` calls `os.close()` without using access
https://bugs.python.org/issue39895  opened by barneygale

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897  opened by barneygale

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901  opened by barneygale

#39902: dis.Bytecode objects should be comparable
https://bugs.python.org/issue39902  opened by BTaskaya

#39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and `
https://bugs.python.org/issue39906  opened by barneygale

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908  opened by petdance

#39910: os.ftruncate on Windows should be sparse
https://bugs.python.org/issue39910  opened by Artoria2e5

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912  opened by remi.lapeyre

#39913: Document warnings.WarningMessage ?
https://bugs.python.org/issue39913  opened by blueyed

#39914: logging.config: '.' (dot) as a key is not documented
https://bugs.python.org/issue39914  opened by Yuta Okamoto

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915  opened by Mads Sejersen

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917  opened by televi

#39919: C extension code reliant on static flags/behavior with PY_DEBU
https://bugs.python.org/issue39919  opened by ngie

#39920: os.stat() and os.lstat() fail  with Windows device paths
https://bugs.python.org/issue39920  opened by Charles Machalow

#39924: pathlib handles missing `os.link`, `os.symlink` and `os.readli
https://bugs.python.org/issue39924  opened by barneygale

#39927: IDLE.app fails on macOS 10.15 if denied access to Documents
https://bugs.python.org/issue39927  opened by dd789

#39929: dataclasses.asdict will mangle collection.Counter instances
https://bugs.python.org/issue39929  opened by brad.scarl...@gmail.com

#39931: Global variables are not accessible from child processes (mult
https://bugs.python.org/issue39931  opened by agmt

#39932: test_multiprocessing_fork leaked [0, 2, 0] file descriptors on
https://bugs.python.org/issue39932  opened by vstinner

#39933: test_gdb fails on AMD64 FreeBSD Shared 3.x: ptrace: Operation 
https://bugs.python.org/issue39933  opened by vstinner

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934  opened by myzhang1029

#39935: argparse: help parameter not documented in add_subparsers().ad
https://bugs.python.org/issue39935  opened by Nazime Koussaila Lakehal

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937  opened by rahul-kumi

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939  opened by Dennis Sweeney

#39940: Micro-optimizations to 

[Python-Dev] Summary of Python tracker Issues

2020-03-06 Thread Python tracker

ACTIVITY SUMMARY (2020-02-28 - 2020-03-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:
  open7359 (+26)
  closed 44270 (+68)
  total  51629 (+94)

Open issues with patches: 2882 


Issues opened (67)
==

#39389: gzip metadata fails to reflect compresslevel
https://bugs.python.org/issue39389  reopened by ned.deily

#39757: EmailMessage bad encoding for international domain
https://bugs.python.org/issue39757  reopened by r.david.murray

#39787: test_ssl and test_urllib2_localnet failing with new OpenSSL
https://bugs.python.org/issue39787  opened by mscastanho

#39790: LICENSE.TXT file does not contain all incorporated software
https://bugs.python.org/issue39790  opened by steve.dower

#39791: New `files()` api from importlib_resources.
https://bugs.python.org/issue39791  opened by jaraco

#39792: Two Ctrl+C is required to terminate when a pipe is blocking
https://bugs.python.org/issue39792  opened by msakai

#39793: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different doma
https://bugs.python.org/issue39793  opened by BTaskaya

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794  opened by skrah

#39795: multiprocessing creates duplicates of .pyc files
https://bugs.python.org/issue39795  opened by ivb

#39797: shutdown() in socketserver.BaseServer should be in a different
https://bugs.python.org/issue39797  opened by amaajemyfren

#39798: Update and Improve README.AIX
https://bugs.python.org/issue39798  opened by BTaskaya

#39799: Never return base's fragment from urljoin (urllib.parse)
https://bugs.python.org/issue39799  opened by op368

#39800: Inconsistent/incomplete disassembly of methods vs method sourc
https://bugs.python.org/issue39800  opened by smurthy

#39801: list.insert is slow, likely due to manual memmove
https://bugs.python.org/issue39801  opened by Stefan Pochmann

#39804: timezone constants in time module inaccurate with negative DST
https://bugs.python.org/issue39804  opened by p-ganssle

#39805: Copying functions doesn't actually copy them
https://bugs.python.org/issue39805  opened by steven.daprano

#39810: Generic script for finding bugs in get_source_segment
https://bugs.python.org/issue39810  opened by alexmojaki

#39812: Avoid daemon threads in concurrent.futures
https://bugs.python.org/issue39812  opened by pitrou

#39813: test_ioctl skipped -- Unable to open /dev/tty
https://bugs.python.org/issue39813  opened by Marco Sulla

#39814: Hyphens not generated for split-words in a "note" directive
https://bugs.python.org/issue39814  opened by rhettinger

#39816: More descriptive error message than "too many values to unpack
https://bugs.python.org/issue39816  opened by alexmojaki

#39817: CRITICAL: TypeError: cannot pickle 'generator'
https://bugs.python.org/issue39817  opened by dotoscat

#39819: NULL pointer crash in Modules/_cursesmodule.c in PyInit__curse
https://bugs.python.org/issue39819  opened by kumba

#39820: Bracketed paste mode for REPL
https://bugs.python.org/issue39820  opened by Marco Sulla

#39821: grp library functions grp.getgrnam() & grp.getgrgid() returnin
https://bugs.python.org/issue39821  opened by abhi.sharma

#39822: Use NULL instead of None for empty attrib in C implementation 
https://bugs.python.org/issue39822  opened by serhiy.storchaka

#39823: Disassembly - improve documentation for bytecode instruction c
https://bugs.python.org/issue39823  opened by smurthy

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824  opened by vstinner

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825  opened by pitrou

#39827: setting a locale that uses comma as decimal separator breaks t
https://bugs.python.org/issue39827  opened by thawn

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828  opened by vstinner

#39829: __len__ called twice in the list() constructor
https://bugs.python.org/issue39829  opened by kimiguel

#39830: zipfile.Path is not included in __all__
https://bugs.python.org/issue39830  opened by xtreak

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831  opened by serhiy.storchaka

#39832: Modules with decomposable characters in module name not found 
https://bugs.python.org/issue39832  opened by Norbert

#39835: Implement PyObject_CopyToObject
https://bugs.python.org/issue39835  opened by nanjekyejoannah

#39836: Implement PyObject_GetMemoryView
https://bugs.python.org/issue39836  opened by nanjekyejoannah

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837  opened by vstinner

#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838  opened by nanjekyejoannah

#39839: Non-working error handler when creating a task with 

[Python-Dev] Summary of Python tracker Issues

2020-02-28 Thread Python tracker

ACTIVITY SUMMARY (2020-02-21 - 2020-02-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:
  open7333 (+18)
  closed 44202 (+52)
  total  51535 (+70)

Open issues with patches: 2882 


Issues opened (53)
==

#17422: language reference should specify restrictions on class namesp
https://bugs.python.org/issue17422  reopened by eric.snow

#25960: Popen.wait() hangs when called from a signal handler when os.w
https://bugs.python.org/issue25960  reopened by gregory.p.smith

#39715: Implement __repr__ methods for AST classes
https://bugs.python.org/issue39715  opened by cool-RR

#39716: argparse.ArgumentParser does not raise on duplicated subparser
https://bugs.python.org/issue39716  opened by Antony.Lee

#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717  opened by cool-RR

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718  opened by hauntsaninja

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719  opened by hauntsaninja

#39720: Signature.bind TypeErrors could be more helpful
https://bugs.python.org/issue39720  opened by RazerM

#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724  opened by John Smith

#39725: unrelated  `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725  opened by ethan.furman

#39727: cgi.parse() fatally attempts str.decode when handling multipar
https://bugs.python.org/issue39727  opened by James Edington

#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728  opened by jonasmalaco

#39729: stat.S_ISXXX can raise OverflowError for remote file modes
https://bugs.python.org/issue39729  opened by wiggin15

#39731: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue39731  opened by alhelal

#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732  opened by Artoria2e5

#39734: Deprecate readinto() fallback path in _pickle.c
https://bugs.python.org/issue39734  opened by pitrou

#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735  opened by msakai

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740  opened by RobHammann

#39741: Argument Clinic name conflict
https://bugs.python.org/issue39741  opened by BTaskaya

#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742  opened by ngie

#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744  opened by marmarek

#39745: BlockingIOError.characters_written represents number of bytes 
https://bugs.python.org/issue39745  opened by msakai

#39747: test_os debug assertion failure
https://bugs.python.org/issue39747  opened by Ethan Smith

#39750: UnicodeError becomes unpicklable if data is appended to args
https://bugs.python.org/issue39750  opened by João Eiras

#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751  opened by João Eiras

#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752  opened by João Eiras

#39753: inspecting a partial with bound keywods gives incorrect signat
https://bugs.python.org/issue39753  opened by cjw296

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756  opened by Devin Morgan

#39758: StreamWriter.wait_closed() can hang indefinitely.
https://bugs.python.org/issue39758  opened by tomchristie

#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759  opened by remi.lapeyre

#39760: ast.FormattedValue.format_spec unnecessarily wrapped in Joined
https://bugs.python.org/issue39760  opened by Ilya Kamenshchikov

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761  opened by Dormouse759

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763  opened by Elad Lahav

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764  opened by lidiz

#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765  opened by rogerdahl

#39766: unittest's assertRaises removes locals from tracebacks
https://bugs.python.org/issue39766  opened by blueyed

#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767  opened by Dariusz Trawinski

#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768  opened by wyz23x2

#39769: compileall.compile_dir(..., ddir="") omits the interme

[Python-Dev] Summary of Python tracker Issues

2020-02-21 Thread Python tracker

ACTIVITY SUMMARY (2020-02-14 - 2020-02-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:
  open7315 (+38)
  closed 44150 (+43)
  total  51465 (+81)

Open issues with patches: 2874 


Issues opened (62)
==

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691  reopened by vstinner

#39636: Can't change Treeview row color in Tkinter
https://bugs.python.org/issue39636  opened by Олег Париев

#39638: Keep ASDL signatures for AST nodes
https://bugs.python.org/issue39638  opened by BTaskaya

#39639: Remove Suite node from AST
https://bugs.python.org/issue39639  opened by BTaskaya

#39640: fall back os.fdatasync() to fsync() on POSIX systems without f
https://bugs.python.org/issue39640  opened by gmelikov

#39642: Behaviour of disabled widgets:   widget.bind(func)  -vs-  w = 
https://bugs.python.org/issue39642  opened by mrshr3d

#39643: Python calls newfstatat for "" in
https://bugs.python.org/issue39643  opened by Ivan Babrou

#39645: Expand concurrent.futures.Future's public API
https://bugs.python.org/issue39645  opened by aeros

#39648: Update math.gcd() to accept "n" arguments.
https://bugs.python.org/issue39648  opened by Ananthakrishnan

#39649: bdb.Bdb.format_stack_entry: checks for obsolete __args__
https://bugs.python.org/issue39649  opened by blueyed

#39650: Creating zip file where names in local header don't match with
https://bugs.python.org/issue39650  opened by pmqs

#39651: Exceptions raised by EventLoop.call_soon_threadsafe
https://bugs.python.org/issue39651  opened by Ben.Darnell

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652  opened by simonw

#39653: test_posix fails during make test
https://bugs.python.org/issue39653  opened by jaguardown

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654  opened by hakancelik

#39656: shebanged scripts can escape from `venv` depending on how it w
https://bugs.python.org/issue39656  opened by Anthony Sottile

#39657: Bezout and Chinese Remainder Theorem in the Standard Library?
https://bugs.python.org/issue39657  opened by Dennis Sweeney

#39658: Include user scripts folder to PATH on Windows
https://bugs.python.org/issue39658  opened by lucatrv

#39659: pathlib calls `os.getcwd()` without using accessor
https://bugs.python.org/issue39659  opened by barneygale

#39660: Contextvars: Optional callbacks on state change
https://bugs.python.org/issue39660  opened by leezu

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663  opened by cheryl.sabella

#39664: Improve test coverage for operator module
https://bugs.python.org/issue39664  opened by xtreak

#39665: Cryptic error message when creating types that don't include t
https://bugs.python.org/issue39665  opened by ppperry

#39666: IDLE: Factor out similar code in editor and hyperparser
https://bugs.python.org/issue39666  opened by cheryl.sabella

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667  opened by jaraco

#39670: 2to3 fix_apply tries to fix user-defined apply function calls
https://bugs.python.org/issue39670  opened by ilya

#39671: Mention in docs that asyncio.FIRST_COMPLETED does not guarante
https://bugs.python.org/issue39671  opened by tom.pohl

#39672: SIGSEGV crash on shutdown with shelve & c pickle
https://bugs.python.org/issue39672  opened by zd nex

#39673: Map errno==ETIME to TimeoutError
https://bugs.python.org/issue39673  opened by YoSTEALTH

#39674: Keep deprecated features in Python 3.9 to ease migration from 
https://bugs.python.org/issue39674  opened by vstinner

#39675: forked process in multiprocessing does not honour atexit
https://bugs.python.org/issue39675  opened by gaborbernat

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677  opened by thautwarm

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678  opened by tomMoral

#39679: functools: singledispatchmethod doesn't work with classmethod
https://bugs.python.org/issue39679  opened by Viktor Roytman

#39680: datetime.astimezone() method does not handle invalid local tim
https://bugs.python.org/issue39680  opened by belopolsky

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681  opened by Nathan.Goldbaum

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682  opened by barneygale

#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683  opened by ilya

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685  opened by brian

#39686: add dump_json to ast module

[Python-Dev] Summary of Python tracker Issues

2020-02-14 Thread Python tracker

ACTIVITY SUMMARY (2020-02-07 - 2020-02-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:
  open7277 (-11)
  closed 44107 (+65)
  total  51384 (+54)

Open issues with patches: 2861 


Issues opened (35)
==

#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
https://bugs.python.org/issue5537  reopened by vstinner

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324  reopened by eryksun

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567  reopened by serhiy.storchaka

#39580: Check for COMMAND_LINE_INSTALL variable in Python_Documentatio
https://bugs.python.org/issue39580  opened by flammable

#39582: ossaudiodev update helpers signature
https://bugs.python.org/issue39582  opened by devnexen

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583  opened by skip.montanaro

#39584: multiprocessing.shared_memory: MacOS crashes by running attach
https://bugs.python.org/issue39584  opened by vinay0410

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585  opened by shihai1991

#39587: Mixin repr overrides Enum repr in some cases
https://bugs.python.org/issue39587  opened by rmccampbell7

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589  opened by sbrugman

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593  opened by shihai1991

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599  opened by jd

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601  opened by jitterman

#39602: importlib: lazy loading can result in reimporting a submodule
https://bugs.python.org/issue39602  opened by Pox TheGreat

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603  opened by maxpl0it

#39604: Document PyDateTimeAPI / PyDateTime_CAPI struct
https://bugs.python.org/issue39604  opened by p-ganssle

#39607: Add a parameter to strip, lstrip, and rstrip that treats the f
https://bugs.python.org/issue39607  opened by Chris Rogers

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609  opened by Markus Mohrhard

#39610: memoryview.__len__ should raise an exception for 0d buffers
https://bugs.python.org/issue39610  opened by Eric Wieser

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611  opened by vstinner

#39612: Python UnicodeDecodeError while using modulefinder
https://bugs.python.org/issue39612  opened by ArtOfCode Studio

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613  opened by arturhoo

#39614: Documentation of attribute reference is unclear
https://bugs.python.org/issue39614  opened by Dirk Herrmann

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616  opened by scop

#39617: max_workers argument to concurrent.futures.ProcessPoolExecutor
https://bugs.python.org/issue39617  opened by sam-s

#39618: logger.exception with default message
https://bugs.python.org/issue39618  opened by Denis Vieira

#39620: PyObject_GetAttrString and tp_getattr do not agree
https://bugs.python.org/issue39620  opened by petdance

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622  opened by Zhibin Dong

#39623: __str__ and __repr__ for asyncio.Task still omit arg values
https://bugs.python.org/issue39623  opened by stuball123

#39624: Trace greedy replaces $prefix and $exec_prefix
https://bugs.python.org/issue39624  opened by mathstuf

#39625: Traceback needs more details
https://bugs.python.org/issue39625  opened by Andrew Wall

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628  opened by falon

#39631: Fix file association MIME type on Windows
https://bugs.python.org/issue39631  opened by steve.dower

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632  opened by Nicolas Dessart

#39633: venv does not include python. symlink by default
https://bugs.python.org/issue39633  opened by lys.nikolaou



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

#39633: venv does not include python. symlink by default
https://bugs.python.org/issue39633

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628

#39625: Traceback needs more details
https://bugs.python.org/issue39625

#39622: 

[Python-Dev] Summary of Python tracker Issues

2020-02-07 Thread Python tracker

ACTIVITY SUMMARY (2020-01-31 - 2020-02-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:
  open7288 (-12)
  closed 44042 (+80)
  total  51330 (+68)

Open issues with patches: 2864 


Issues opened (43)
==

#39512: expat parser not xml 1.1 (breaks xmlrpclib) - still
https://bugs.python.org/issue39512  opened by mforkel

#39513: NameError: name 'open' is not defined
https://bugs.python.org/issue39513  opened by Sandeep

#39517: runpy calls open_code with Path object
https://bugs.python.org/issue39517  opened by Tomas Ravinskas

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520  opened by BTaskaya

#39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows
https://bugs.python.org/issue39521  opened by Stefan Pochmann

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522  opened by BTaskaya

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523  opened by alex.henrie

#39524: Escape sequences in doc string of ast._pad_whitespace
https://bugs.python.org/issue39524  opened by mpheath

#39529: Deprecate get_event_loop()
https://bugs.python.org/issue39529  opened by asvetlov

#39530: Documentation about comparisons between numeric types is misle
https://bugs.python.org/issue39530  opened by mark.dickinson

#39531: Memory Leak in multiprocessing.Pool()
https://bugs.python.org/issue39531  opened by EMO

#39532: Pathlib: handling of `.` in paths and patterns creates unmatch
https://bugs.python.org/issue39532  opened by Isaac Muse

#39533: Use `statx(2)` system call on Linux for extended `os.stat` inf
https://bugs.python.org/issue39533  opened by ntninja

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534  opened by mdk

#39535: multiprocessing.Process file descriptor resource leak
https://bugs.python.org/issue39535  opened by Robert Pierce

#39537: Change line number table format
https://bugs.python.org/issue39537  opened by Mark.Shannon

#39538: SystemError when set Element.attrib to non-dict
https://bugs.python.org/issue39538  opened by serhiy.storchaka

#39539: Improve Keccak support in hashlib including KangarooTwelve
https://bugs.python.org/issue39539  opened by gvanas

#39540: Logging docs don't address the creation of multiple loggers wh
https://bugs.python.org/issue39540  opened by flipdazed

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541  opened by vstinner

#39544: Pathlib PureWindowsPath sorting incorrect (is not natural sort
https://bugs.python.org/issue39544  opened by tegavu

#39545: await is not supported in f-string in 3.6
https://bugs.python.org/issue39545  opened by serhiy.storchaka

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546  opened by kyleam

#39547: hmac.new() default parameter change not mentioned in changelog
https://bugs.python.org/issue39547  opened by wbond

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548  opened by Stephen Balousek

#39549: The reprlib.Repr type should permit the “fillvalue” to be 
https://bugs.python.org/issue39549  opened by fish2000

#39550: isinstance accepts subtypes of tuples as second argument
https://bugs.python.org/issue39550  opened by ewjoachim

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551  opened by dino.viehland

#39557: ThreadPoolExecutor is busy-waiting when idle.
https://bugs.python.org/issue39557  opened by Avraham Mahfuda

#39560: PyUnicode_FromKindAndData kind transformation is not documente
https://bugs.python.org/issue39560  opened by smola

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562  opened by jack1142

#39565: Modules/signalmodule.c creates handlers for signals bounded by
https://bugs.python.org/issue39565  opened by ngie

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567  opened by serhiy.storchaka

#39569: Is the return value of pathlib.Path.glob() sorted?
https://bugs.python.org/issue39569  opened by Björn.Lindqvist

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570  opened by UltraLutra

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572  opened by brett.cannon

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573  opened by vstinner

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574  opened by kcirtsew

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575  opened by MaskRay


[Python-Dev] Summary of Python tracker Issues

2020-01-31 Thread Python tracker

ACTIVITY SUMMARY (2020-01-24 - 2020-01-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:
  open7300 (+15)
  closed 43962 (+52)
  total  51262 (+67)

Open issues with patches: 2858 


Issues opened (56)
==

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051  reopened by skip.montanaro

#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350  reopened by mark.dickinson

#39391: Nondeterministic Pydoc output on functions that have functions
https://bugs.python.org/issue39391  reopened by peteroupc

#39435: pickle: inconsistent arguments pickle.py vs _pickle.c vs docs
https://bugs.python.org/issue39435  reopened by pitrou

#39445: h5py not playing nicely with subprocess and mpirun
https://bugs.python.org/issue39445  opened by Rafael Laboissière

#39447: imaplib documentation claims that commands return a string, bu
https://bugs.python.org/issue39447  opened by dkg

#39448: Add regen-frozen makefile target
https://bugs.python.org/issue39448  opened by nascheme

#39450: unittest TestCase shortDescription does not strip whitespace
https://bugs.python.org/issue39450  opened by scirelli

#39451: enum.Enum reference count leaks
https://bugs.python.org/issue39451  opened by dan.g...@gmail.com

#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452  opened by maggyero

#39453: Use-after-free in list contain
https://bugs.python.org/issue39453  opened by corona10

#39454: when \\u in byte_string ,byte_string.decode('raw_unicode_escap
https://bugs.python.org/issue39454  opened by yayiba1223

#39456: Make IDLE calltip tests work when there are no docstrings
https://bugs.python.org/issue39456  opened by terry.reedy

#39457: Add an autocommit property to sqlite3.Connection with a PEP 24
https://bugs.python.org/issue39457  opened by maggyero

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460  opened by vstinner

#39461: [RFE] os.environ should support Path-like values, like subproc
https://bugs.python.org/issue39461  opened by Antony.Lee

#39462: DataClass typo-unsafe attribute creation & unexpected behaviou
https://bugs.python.org/issue39462  opened by marcelpvisser

#39463: ast.Constant, bytes, and ast.unparse
https://bugs.python.org/issue39463  opened by Tal Ben-Nun

#39464: Allow translating argparse error messages
https://bugs.python.org/issue39464  opened by DjMorgul

#39465: Design a subinterpreter friendly alternative to _Py_IDENTIFIER
https://bugs.python.org/issue39465  opened by ncoghlan

#39467: Allow to deprecate CLI arguments in argparse
https://bugs.python.org/issue39467  opened by 4383

#39468: Improved the site module's permission handling while writing .
https://bugs.python.org/issue39468  opened by opensource-assist

#39469: Support for relative home path in pyvenv.cfg
https://bugs.python.org/issue39469  opened by Jeff.Edwards

#39470: Indicate that os.makedirs is equivalent to Path.mkdir
https://bugs.python.org/issue39470  opened by nanjekyejoannah

#39471: Meaning and clarification of PyBuffer_Release()
https://bugs.python.org/issue39471  opened by seberg

#39472: IDLE: improve handling of int entry in settings dialog
https://bugs.python.org/issue39472  opened by terry.reedy

#39473: Enable import behavior consistency option
https://bugs.python.org/issue39473  opened by bluelantern

#39474: col_offset for parenthesized expressions looks weird
https://bugs.python.org/issue39474  opened by BTaskaya

#39475: window.getmaxyx() doesn't return updated height when window is
https://bugs.python.org/issue39475  opened by nova

#39477: multiprocessing Pool maxtasksperchild=0 raises exception with 
https://bugs.python.org/issue39477  opened by jeyekomon

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479  opened by Ananthakrishnan

#39480: referendum reference is needlessly annoying
https://bugs.python.org/issue39480  opened by diziet

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481  opened by gvanrossum

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482  opened by opoplawski

#39483: Proposial add loop parametr to run in asyncio
https://bugs.python.org/issue39483  opened by heckad

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484  opened by vxgmichel

#39486: bug in %-formatting in Python, related to escaped %-characters
https://bugs.python.org/issue39486  opened by Carl.Friedrich.Bolz

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488  opened by vstinner

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489  opened by vstinner

#39490: Python Uninstaller 

[Python-Dev] Summary of Python tracker Issues

2020-01-24 Thread Python tracker

ACTIVITY SUMMARY (2020-01-17 - 2020-01-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:
  open7285 (+17)
  closed 43910 (+55)
  total  51195 (+72)

Open issues with patches: 2852 


Issues opened (45)
==

#29258: __init__.py required for pkgutil.walk_packages in python3
https://bugs.python.org/issue29258  reopened by inada.naoki

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353  reopened by vstinner

#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372  reopened by pablogsal

#39374: Key in sort -> Callable Object instead of function
https://bugs.python.org/issue39374  opened by Carlos Segura González

#39375: Document os.environ[x] = y and os.putenv() as thread unsafe
https://bugs.python.org/issue39375  opened by gregory.p.smith

#39376: Avoid modifying the process global environment (not thread saf
https://bugs.python.org/issue39376  opened by gregory.p.smith

#39378: partial of PickleState struct should be traversed.
https://bugs.python.org/issue39378  opened by shihai1991

#39379: sys.path[0] is already absolute path
https://bugs.python.org/issue39379  opened by ksato9700

#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380  opened by SebastianGPedersen

#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382  opened by Yonatan Goldschmidt

#39384: Email parser creates a message object that can't be flattened 
https://bugs.python.org/issue39384  opened by msapiro

#39385: Add an assertNoLogs context manager to unittest TestCase
https://bugs.python.org/issue39385  opened by Kit Yan Choi

#39388: IDLE: Changes to keybindings aren't reverted on cancel
https://bugs.python.org/issue39388  opened by cheryl.sabella

#39390: shutil.copytree - 3.8 changed argument types of the ignore cal
https://bugs.python.org/issue39390  opened by mbarkhau

#39392: Python Turtle is not filling alternate overlapping areas of a 
https://bugs.python.org/issue39392  opened by lijose

#39393: Misleading error message upon dependent DLL resolution failure
https://bugs.python.org/issue39393  opened by plimkilde

#39394: re: DeprecationWarning for `flag not at the start of expressio
https://bugs.python.org/issue39394  opened by jugmac00

#39400: pydoc: Use of MANPAGER variable is incorrect
https://bugs.python.org/issue39400  opened by Brocellous

#39401: Unsafe dll loading in getpathp.c on Win7
https://bugs.python.org/issue39401  opened by anthonywee

#39405: Using relative path as a --prefix during configure.
https://bugs.python.org/issue39405  opened by Sankark

#39407: Bitfield Union does not work for bit widths greater than 8 bit
https://bugs.python.org/issue39407  opened by jschulte

#39408: Add support for SQLCipher
https://bugs.python.org/issue39408  opened by Sebastian.Noack

#39409: AIX: FAIL: test_specific_values (test.test_cmath.CMathTests)
https://bugs.python.org/issue39409  opened by Michael.Felt

#39410: CentOS 6.10 SQLite 3.30.1 - _sqlite3 builds successfully but i
https://bugs.python.org/issue39410  opened by cehovski

#39411: pyclbr rewrite using AST
https://bugs.python.org/issue39411  opened by Batuhan Taskaya

#39413: Implement os.unsetenv() on Windows
https://bugs.python.org/issue39413  opened by vstinner

#39414: Multiprocessing resolving object as None
https://bugs.python.org/issue39414  opened by rdil

#39416: Document default numeric string formats
https://bugs.python.org/issue39416  opened by kop

#39417: Link to "Python Packaging User Guide: Creating and using virtu
https://bugs.python.org/issue39417  opened by angelcervera

#39418: str.strip() should have a means of adding to the default behav
https://bugs.python.org/issue39418  opened by senji

#39419: Core dump when trying to use workaround for custom warning cat
https://bugs.python.org/issue39419  opened by Gerrit.Holl

#39423: Process finished with exit code -1073741819 (0xC005) when 
https://bugs.python.org/issue39423  opened by mapf

#39424: [easy] test_signal: test_pidfd_send_signal() uses deprecated a
https://bugs.python.org/issue39424  opened by vstinner

#39427: python -X options are not documented in the CLI --help
https://bugs.python.org/issue39427  opened by pablogsal

#39428: allow creation of "symtable entry" objects from Python
https://bugs.python.org/issue39428  opened by carljm

#39430: tarfile.open(mode="r") race condition when importing lzma
https://bugs.python.org/issue39430  opened by Maciej Gol

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432  opened by da-woods

#39433: curses.setupterm can raise _curses.error
https://bugs.python.org/issue39433  opened by mdk

#39434: Remove unnecessary logic of float __floordiv__

[Python-Dev] Summary of Python tracker Issues

2020-01-17 Thread Python tracker


ACTIVITY SUMMARY (2020-01-10 - 2020-01-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:
  open7268 (+17)
  closed 43855 (+63)
  total  51123 (+80)

Open issues with patches: 2847 


Issues opened (54)
==

#16576: ctypes: structure with bitfields as argument
https://bugs.python.org/issue16576  reopened by vinay.sajip

#37751: In codecs,  function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751  reopened by vstinner

#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076  reopened by pablogsal

#39293: Windows 10 64-bit needs reboot
https://bugs.python.org/issue39293  opened by ToKa

#39294: zipfile.ZipInfo objects contain invalid 'extra' fields.
https://bugs.python.org/issue39294  opened by Bram Stolk

#39295: usage of bitfields in ctypes structures changed between 3.7.5 
https://bugs.python.org/issue39295  opened by Matthew Newville

#39296: Windows register keys
https://bugs.python.org/issue39296  opened by ToKa

#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298  opened by larry

#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299  opened by xtreak

#39301: Specification of bitshift on integers should clearly state flo
https://bugs.python.org/issue39301  opened by ncoghlan

#39302: Language reference does not clearly describe modern operand co
https://bugs.python.org/issue39302  opened by ncoghlan

#39305: Merge nntplib._NNTPBase and nntplib.NNTP
https://bugs.python.org/issue39305  opened by corona10

#39306: Lib/configparser.py - RawConfigParser.set does not pass non-tr
https://bugs.python.org/issue39306  opened by Strijker

#39309: Please delete my account
https://bugs.python.org/issue39309  opened by sfjwlejfawnf

#39314: Autofill the closing paraenthesis during auto-completion for f
https://bugs.python.org/issue39314  opened by opensource-assist

#39316: settrace skips lines when chaining methods without arguments
https://bugs.python.org/issue39316  opened by alexmojaki

#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318  opened by nneonneo

#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320  opened by Mark.Shannon

#39323: Add test for imghdr cli
https://bugs.python.org/issue39323  opened by xtreak

#39324: Add mimetype for extension .md (markdown)
https://bugs.python.org/issue39324  opened by Ryan Batchelder

#39325: Original window focus when opening IDLE by double clicking Pyt
https://bugs.python.org/issue39325  opened by IrvKalb

#39326: Python-3.8.1 "test_importlib" failed
https://bugs.python.org/issue39326  opened by Divyansh_tiwari

#39327: shutil.rmtree using vagrant synched folder fails
https://bugs.python.org/issue39327  opened by PeterFS

#39328: Allow filename mismatch in local and central directories in zi
https://bugs.python.org/issue39328  opened by cheryl.sabella

#39331: 2to3 mishandles indented imports
https://bugs.python.org/issue39331  opened by galun.guy

#39334: python specific index directives in our doc has been deprecate
https://bugs.python.org/issue39334  opened by mdk

#39336: Immutable module type can't be used as package in custom loade
https://bugs.python.org/issue39336  opened by dino.viehland

#39337: codecs.lookup() ignores non-ASCII characters, whereas encoding
https://bugs.python.org/issue39337  opened by vstinner

#39339: ProcessPoolExecutor()   Exception in thread QueueManagerThread
https://bugs.python.org/issue39339  opened by pythonpython

#39340: shutil.rmtree and write protected files
https://bugs.python.org/issue39340  opened by PeterFS

#39341: [security] zipfile: ZIP Bomb vulnerability, don't check announ
https://bugs.python.org/issue39341  opened by vstinner

#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342  opened by chrisburr

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343  opened by vstinner

#39344: Getting error while importing ssl " import _ssl # if we can't 
https://bugs.python.org/issue39344  opened by Ajaya

#39345: Py_Initialize Hangs on Windows 10
https://bugs.python.org/issue39345  opened by dhamilton

#39346: gzip module only supports half of possible read/write scenario
https://bugs.python.org/issue39346  opened by ddevault

#39347: Use of argument clinic like parsing and `METH_FASTCALL` suppor
https://bugs.python.org/issue39347  opened by seberg

#39349: Add "cancel_futures" parameter to concurrent.futures.Executor.
https://bugs.python.org/issue39349  opened by aeros

#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352  opened by vstinner

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards

[Python-Dev] Summary of Python tracker Issues

2020-01-10 Thread Python tracker

ACTIVITY SUMMARY (2020-01-03 - 2020-01-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:
  open7251 (+24)
  closed 43792 (+66)
  total  51043 (+90)

Open issues with patches: 2846 


Issues opened (63)
==

#25872: multithreading traceback KeyError when modifying file
https://bugs.python.org/issue25872  reopened by xtreak

#27657: urlparse fails if the path is numeric
https://bugs.python.org/issue27657  reopened by orsenthil

#29778: _Py_CheckPython3 uses uninitialized dllpath when embedder sets
https://bugs.python.org/issue29778  reopened by vstinner

#39158: ast.literal_eval() doesn't support empty sets
https://bugs.python.org/issue39158  reopened by pablogsal

#39204: Automate adding Type Annotations to Documentation
https://bugs.python.org/issue39204  opened by cooperlees

#39205: Hang when interpreter exits after ProcessPoolExecutor.shutdown
https://bugs.python.org/issue39205  opened by bquinlan

#39206: Modulefinder does not consider source file encoding
https://bugs.python.org/issue39206  opened by Nicholas Feix

#39207: concurrent.futures.ProcessPoolExecutor does not properly reap 
https://bugs.python.org/issue39207  opened by yus2047889

#39210: Sorting falls back to use __gt__ when __lt__ is not present
https://bugs.python.org/issue39210  opened by yanmitrofanov

#39212: Show qualified function name when giving arguments error
https://bugs.python.org/issue39212  opened by cool-RR

#39213: cmd should have a hook in the finally block of cmdloop
https://bugs.python.org/issue39213  opened by Joseph Sible

#39214: Add curses.window.in_wch
https://bugs.python.org/issue39214  opened by Anthony Sottile

#39217: GC of a ctypes object causes application crash
https://bugs.python.org/issue39217  opened by Kevin Schlossser

#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218  opened by reed

#39219: Fix attributes of syntax errors raized in the tokenizer
https://bugs.python.org/issue39219  opened by serhiy.storchaka

#39220: constant folding affects annotations despite 'from __future__ 
https://bugs.python.org/issue39220  opened by Carl.Friedrich.Bolz

#39221: Cross compiled python installed wrong version of lib2to3/Gramm
https://bugs.python.org/issue39221  opened by puchenyaka

#39222: unittest.mock.Mock.parent is broken or undocumented
https://bugs.python.org/issue39222  opened by florian.brucker

#39224: HTTPConnection.timeout None support
https://bugs.python.org/issue39224  opened by Daniel Farley

#39228: traceback.FrameSummary does not handle exceptions from `repr()
https://bugs.python.org/issue39228  opened by blueyed

#39229: library/functions.rst causes translated builds to fail
https://bugs.python.org/issue39229  opened by rffontenelle

#39231: Mistaken notion in tutorial
https://bugs.python.org/issue39231  opened by r0b

#39232: asyncio crashes when tearing down the proactor event loop
https://bugs.python.org/issue39232  opened by mikeshardmind

#39233: glossary entry for parameter out-of-date for positional-only p
https://bugs.python.org/issue39233  opened by mark.dickinson

#39236: [venv] Adding a .gitignore file to virtual environments
https://bugs.python.org/issue39236  opened by brett.cannon

#39238: test_asyncio: test_cancel_make_subprocess_transport_exec() han
https://bugs.python.org/issue39238  opened by vstinner

#39241: Popen of python3.6 hangs on os.read(errpipe_read, 5)
https://bugs.python.org/issue39241  opened by liuxu1005

#39243: CDLL __init__ no longer supports name being passed as None whe
https://bugs.python.org/issue39243  opened by David Heffernan

#39244: multiprocessing.get_all_start_methods() wrong default on macOS
https://bugs.python.org/issue39244  opened by stefanholek

#39245: Public API for Vectorcall (PEP 590)
https://bugs.python.org/issue39245  opened by petr.viktorin

#39247: dataclass defaults and property don't work together
https://bugs.python.org/issue39247  opened by Michael Robellard

#39248: test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py
https://bugs.python.org/issue39248  opened by vstinner

#39249: difflib SequenceMatcher 200 char length limitation for ratio c
https://bugs.python.org/issue39249  opened by Daniel Pezoa

#39252: email.contentmanager.raw_data_manager bytes handler breaks on 
https://bugs.python.org/issue39252  opened by rmccampbell7

#39253: Running the test suite with --junit-xml and -R incorrectly rep
https://bugs.python.org/issue39253  opened by pablogsal

#39254: python shebang in python3 tarball files
https://bugs.python.org/issue39254  opened by arekm

#39257: contextvars.Context.run hangs forever in ProccessPoolExecutor
https://bugs.python.org/issue39257  opened by ronserruya

#39259: poplib.POP3/POP3_SSL should reject timeout = 0 (non-blocking m
https://bugs.python.org/issue39259  opened by corona10

#39260: 

[Python-Dev] Summary of Python tracker Issues

2020-01-03 Thread Python tracker


ACTIVITY SUMMARY (2019-12-27 - 2020-01-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:
  open7227 (+24)
  closed 43726 (+38)
  total  50953 (+62)

Open issues with patches: 2842 


Issues opened (48)
==

#27973: urllib.urlretrieve() fails on second ftp transfer
https://bugs.python.org/issue27973  reopened by pablogsal

#39114: Python 3.9.0a2 changed how finally/return is traced
https://bugs.python.org/issue39114  reopened by nedbat

#39141: IDLE Clear function returns 256 on Mac OS Catalina
https://bugs.python.org/issue39141  opened by twiste...@gmail.com

#39143: Implementing sub-generation steps in the gc
https://bugs.python.org/issue39143  opened by pablogsal

#39146: too much memory consumption in re.compile unicode
https://bugs.python.org/issue39146  opened by Zhipeng Xie

#39147: using zipfile with root privilege shows FileNotFoundError
https://bugs.python.org/issue39147  opened by Patrick Liu

#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148  opened by alex.gronholm

#39150: See if PyToken_OneChar would be faster as a lookup table
https://bugs.python.org/issue39150  opened by petdance

#39151: Simplify the deep-first-search of the assembler
https://bugs.python.org/issue39151  opened by pablogsal

#39152: Faulty override of tkinter.Misc.configure in tkinter.ttk.Scale
https://bugs.python.org/issue39152  opened by glombardo

#39153: Clarify refcounting semantics of PyDict_SetItem[String]
https://bugs.python.org/issue39153  opened by ncoghlan

#39154: "utf8" not always a synonym for "utf-8" in lib2to3
https://bugs.python.org/issue39154  opened by Peter Ludemann

#39155: "utf8-sig" missing from codecs (inconsistency)
https://bugs.python.org/issue39155  opened by Peter Ludemann

#39156: Break up COMPARE_OP into logically distinct operations.
https://bugs.python.org/issue39156  opened by Mark.Shannon

#39157: test_pidfd_send_signal can fail on some systems with Permissio
https://bugs.python.org/issue39157  opened by pablogsal

#39159: Ideas for making ast.literal_eval() usable
https://bugs.python.org/issue39159  opened by rhettinger

#39160: ./configure --help has inconsistencies in style
https://bugs.python.org/issue39160  opened by anthony shaw

#39161: Py_NewInterpreter docs need updating for multi-phase initializ
https://bugs.python.org/issue39161  opened by ncoghlan

#39162: setup.py not picking up tkinter headers
https://bugs.python.org/issue39162  opened by anthonypjshaw

#39164: PyErr_GetExcInfo does not allow to retrieve for an arbitrary t
https://bugs.python.org/issue39164  opened by jd

#39165: Completeness and symmetry in RE, avoid `findall(...)[0]`
https://bugs.python.org/issue39165  opened by apalala

#39166: Python 3.9.0a2 changed how "async for" traces its final iterat
https://bugs.python.org/issue39166  opened by nedbat

#39168: Generic type subscription is a huge toll on Python performance
https://bugs.python.org/issue39168  opened by Ruslan Dautkhanov

#39169: TypeError: 'int' object is not callable if the signal handler 
https://bugs.python.org/issue39169  opened by Ronald Li

#39170: Sqlite3 row_factory for attribute access: NamedRow
https://bugs.python.org/issue39170  opened by jidn

#39171: Missing default root in tkinter simpledialog.py
https://bugs.python.org/issue39171  opened by dominic108

#39173: _AttributeHolder of argparse should support the sort function 
https://bugs.python.org/issue39173  opened by shihai1991

#39174: unicodedata.normalize failing with NFD and NFKD for some chara
https://bugs.python.org/issue39174  opened by Lee Collins

#39177: In tkinter, simple dialogs, askstrings, etc. with flexible coo
https://bugs.python.org/issue39177  opened by dominic108

#39179: pandas tz_convert() seems to report incorrect date conversion
https://bugs.python.org/issue39179  opened by Seeking.that

#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180  opened by khalidmammadov

#39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond
https://bugs.python.org/issue39181  opened by jack1142

#39182: sys.addaudithook(hook) loops indefinitely on mismatch for hook
https://bugs.python.org/issue39182  opened by Dutcho

#39184: Many command execution functions are not raising auditing even
https://bugs.python.org/issue39184  opened by Saiyang Gou

#39185: Add quiet and detailed verbosity levels to build.bat
https://bugs.python.org/issue39185  opened by anthonypjshaw

#39187: urllib.robotparser does not respect the longest match for the 
https://bugs.python.org/issue39187  opened by gallicrooster

#39188: recent change when passing a Union to a function
https://bugs.python.org/issue39188  opened by Kevin Schlossser

#39189: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable
https://bugs.python.org/issue39189  opened 

[Python-Dev] Summary of Python tracker Issues

2019-12-27 Thread Python tracker


ACTIVITY SUMMARY (2019-12-20 - 2019-12-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:
  open7203 ( +3)
  closed 43688 (+26)
  total  50891 (+29)

Open issues with patches: 2824 


Issues opened (21)
==

#39111: Misleading documentation for NotImplemented
https://bugs.python.org/issue39111  reopened by steven.daprano

#39112: Misleading documentation for tuple
https://bugs.python.org/issue39112  opened by sberens

#39114: Python 3.9.0a2 changed how finally/return is traced
https://bugs.python.org/issue39114  opened by nedbat

#39116: StreamReader.readexactly() raises GeneratorExit on ProactorEve
https://bugs.python.org/issue39116  opened by twisteroid ambassador

#39117: Performance regression for making bound methods
https://bugs.python.org/issue39117  opened by rhettinger

#39121: gzip header write OS field
https://bugs.python.org/issue39121  opened by wungad

#39122: Environment variable PYTHONUSERBASE is not set during customiz
https://bugs.python.org/issue39122  opened by sarmar11

#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123  opened by VZ

#39125: Type signature of @property not shown in help()
https://bugs.python.org/issue39125  opened by McSinyx

#39126: Non-bmp (astral) unicode characters confuse the editor
https://bugs.python.org/issue39126  opened by dmaxime

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127  opened by petdance

#39128: Document happy eyeball parameters in loop.create_connection si
https://bugs.python.org/issue39128  opened by xtreak

#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129  opened by xtreak

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130  opened by khalidmammadov

#39131: signing needs two serialisation passes
https://bugs.python.org/issue39131  opened by jap

#39133: threading lib. working improperly on idle window
https://bugs.python.org/issue39133  opened by Pyjeet

#39134: can't construct dataclass as ABC (or runtime check as data pro
https://bugs.python.org/issue39134  opened by cybertreiber

#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136  opened by xtreak

#39137: create_unicode_buffer() gives different results on Windows vs 
https://bugs.python.org/issue39137  opened by lazka

#39138: import a pycapsule object that's attached on many modules
https://bugs.python.org/issue39138  opened by yorkie

#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139  opened by khalidmammadov



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

#39137: create_unicode_buffer() gives different results on Windows vs 
https://bugs.python.org/issue39137

#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127

#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123

#39122: Environment variable PYTHONUSERBASE is not set during customiz
https://bugs.python.org/issue39122

#39116: StreamReader.readexactly() raises GeneratorExit on ProactorEve
https://bugs.python.org/issue39116

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104

#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100

#39098: OSError: handle closed, ProcessPoolExecutor shutdown(wait=Fals
https://bugs.python.org/issue39098

#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092

#39089: Update IDLE's credits
https://bugs.python.org/issue39089

#39088: test_concurrent_futures crashed with python.core core dump on 
https://bugs.python.org/issue39088

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072



Most recent 15 issues waiting for review (15)
=

#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139

#39131: signing needs two serialisation passes
https://bugs.python.org/issue39131

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130

#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127

#39121: gzip header 

[Python-Dev] Summary of Python tracker Issues

2019-12-20 Thread Python tracker


ACTIVITY SUMMARY (2019-12-13 - 2019-12-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:
  open7200 (+26)
  closed 43662 (+45)
  total  50862 (+71)

Open issues with patches: 2822 


Issues opened (46)
==

#39041: Support GitHub Actions in CI
https://bugs.python.org/issue39041  opened by steve.dower

#39042: Use the runtime's main thread ID in the threading module.
https://bugs.python.org/issue39042  opened by eric.snow

#39046: collections.abc.Reversible should not be a subclass of Hashabl
https://bugs.python.org/issue39046  opened by Zac Hatfield-Dodds

#39047: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
https://bugs.python.org/issue39047  opened by attilajeges

#39048: Reorder the __aenter__ and __aexit__ method checks for the asy
https://bugs.python.org/issue39048  opened by maggyero

#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050  opened by ZackerySpytz

#39052: import error when in python -m pdb debug mode
https://bugs.python.org/issue39052  opened by chengyang

#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055  opened by serhiy.storchaka

#39056: Issues with handling the -W option
https://bugs.python.org/issue39056  opened by serhiy.storchaka

#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057  opened by serhiy.storchaka

#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058  opened by rhettinger

#39060: asyncio.Task.print_stack doesn't print the full stack
https://bugs.python.org/issue39060  opened by amit7itz

#39061: Garbage Collection makes some object live for very long
https://bugs.python.org/issue39061  opened by mistasse

#39062: ValueError in TarFile.getmembers
https://bugs.python.org/issue39062  opened by jvoisin

#39064: ValueError in zipfile.ZipFile
https://bugs.python.org/issue39064  opened by jvoisin

#39065: OSError in TarFile.getmembers()
https://bugs.python.org/issue39065  opened by jvoisin

#39067: EOFError in tarfile.open
https://bugs.python.org/issue39067  opened by jvoisin

#39068: Base 85 encoding initialization race condition
https://bugs.python.org/issue39068  opened by drmonkeysee

#39070: Uninstalling 3.8.0 fails but it says it succeeds..
https://bugs.python.org/issue39070  opened by tuijatuulia

#39071: email.parser.BytesParser - parse and parsebytes work not equiv
https://bugs.python.org/issue39071  opened by mkaiser

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072  opened by vstinner

#39073: email incorrect handling of crlf in Address objects.
https://bugs.python.org/issue39073  opened by jap

#39074: Threading memory leak in _shutdown_locks for non-daemon thread
https://bugs.python.org/issue39074  opened by krypticus

#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075  opened by eric.snow

#39076: Use types.SimpleNamespace for argparse.Namespace
https://bugs.python.org/issue39076  opened by eric.snow

#39078: __function.__defaults__ breaks for __init__ of dataclasses wit
https://bugs.python.org/issue39078  opened by RunOrVeith

#39082: AsyncMock is unable to correctly patch static or class methods
https://bugs.python.org/issue39082  opened by czardoz

#39085: Improve docs for await expression
https://bugs.python.org/issue39085  opened by aeros

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087  opened by inada.naoki

#39088: test_concurrent_futures crashed with python.core core dump on 
https://bugs.python.org/issue39088  opened by vstinner

#39089: Update IDLE's credits
https://bugs.python.org/issue39089  opened by taleinat

#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090  opened by brett.cannon

#39091: CPython Segfault in 5 lines of code
https://bugs.python.org/issue39091  opened by skrause

#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092  opened by evan.whitfield

#39093: tkinter objects garbage collected from non-tkinter thread caus
https://bugs.python.org/issue39093  opened by obserience

#39096: Description of "Format Specification Mini-Language" not accura
https://bugs.python.org/issue39096  opened by mamrhein

#39098: OSError: handle is closed in ProcessPoolExecutor  on shutdown(
https://bugs.python.org/issue39098  opened by patbuxton

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100  opened by elenril

#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101  opened by fornellas

#39102: Increase Enum performance

[Python-Dev] Summary of Python tracker Issues

2019-12-13 Thread Python tracker


ACTIVITY SUMMARY (2019-12-06 - 2019-12-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:
  open7174 ( -6)
  closed 43617 (+58)
  total  50791 (+52)

Open issues with patches: 2818 


Issues opened (30)
==

#37404: asyncio sock_recv blocks on ssl sockets.
https://bugs.python.org/issue37404  reopened by christian.heimes

#38989: pip install selects 32 bit wheels for 64 bit python if vcvarsa
https://bugs.python.org/issue38989  opened by Ryan Thornton

#38993: cProfile behaviour issue with decorator and math.factorial() l
https://bugs.python.org/issue38993  opened by AVicennA

#38999: Python launcher on Windows does not detect active venv
https://bugs.python.org/issue38999  opened by Alexandros Karypidis

#39005: test_faulthandler: test_dump_traceback_later_file() fails rand
https://bugs.python.org/issue39005  opened by vstinner

#39010: ProactorEventLoop raises unhandled ConnectionResetError
https://bugs.python.org/issue39010  opened by Jonathan Slenders

#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011  opened by mefistotelis

#39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor
https://bugs.python.org/issue39014  opened by vstinner

#39015: DeprecationWarnings of implicitly truncations by __int__ appea
https://bugs.python.org/issue39015  opened by lukasz.langa

#39017: Infinite loop in the tarfile module
https://bugs.python.org/issue39017  opened by jvoisin

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019  opened by BTaskaya

#39020: [AIX] module _curses fails to build since ESCDELAY has been ad
https://bugs.python.org/issue39020  opened by Michael.Felt

#39021: multiprocessing is_alive() between children processes
https://bugs.python.org/issue39021  opened by matttimms

#39025: Windows Python Launcher does not update PATH to Scripts direct
https://bugs.python.org/issue39025  opened by bluebird

#39026: pystate.h contains non-relative of initconfig.h include causin
https://bugs.python.org/issue39026  opened by gaige

#39027: run_coroutine_threadsafe uses wrong TimeoutError
https://bugs.python.org/issue39027  opened by janust

#39028: ENH: Fix performance issue in keyword extraction
https://bugs.python.org/issue39028  opened by seberg

#39029: TestMaildir.test_clean fails randomly under parallel tests
https://bugs.python.org/issue39029  opened by xtreak

#39030: Ctypes unions with bitfield members that do not share memory
https://bugs.python.org/issue39030  opened by dankreso

#39031: Inconsistency with lineno and col_offset info when parsing eli
https://bugs.python.org/issue39031  opened by lys.nikolaou

#39032: wait_for and Condition.wait still not playing nicely
https://bugs.python.org/issue39032  opened by criches

#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033  opened by misho88

#39034: Documentation: Coroutines
https://bugs.python.org/issue39034  opened by agarus

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035  opened by vstinner

#39036: Add center_char attribute to str type
https://bugs.python.org/issue39036  opened by lovi

#39037: Wrong trial order of __exit__ and __enter__ in the with statem
https://bugs.python.org/issue39037  opened by maggyero

#39038: OverflowError in tarfile.open
https://bugs.python.org/issue39038  opened by jvoisin

#39039: zlib.error with tarfile.open
https://bugs.python.org/issue39039  opened by jvoisin

#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040  opened by mkaiser

#1021318: PyThreadState_Next not thread safe
https://bugs.python.org/issue1021318  reopened by vstinner



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

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035

#39032: wait_for and Condition.wait still not playing nicely
https://bugs.python.org/issue39032

#39030: Ctypes unions with bitfield members that do not share memory
https://bugs.python.org/issue39030

#39021: multiprocessing is_alive() between children processes
https://bugs.python.org/issue39021

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019

#39017: Infinite loop in the tarfile module
https://bugs.python.org/issue39017

#39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor
https://bugs.python.org/issue39014

#39005: test_faulthandler: test_dump_traceback_later_file() fails rand
https://bugs.python.org/issue39005

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963

#38961: Flaky detection of 

[Python-Dev] Summary of Python tracker Issues

2019-12-06 Thread Python tracker

ACTIVITY SUMMARY (2019-11-29 - 2019-12-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:
  open7180 (+10)
  closed 43559 (+37)
  total  50739 (+47)

Open issues with patches: 2832 


Issues opened (32)
==

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942  opened by ZackerySpytz

#38943: Idle autocomplete window doesn't show up
https://bugs.python.org/issue38943  opened by JohnnyNajera

#38944: Idle autocomplete window doesn't close on Escape key
https://bugs.python.org/issue38944  opened by JohnnyNajera

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945  opened by stealthcopter

#38946: IDLE on macOS 10.15 Catalina does not open double-clicked file
https://bugs.python.org/issue38946  opened by RM

#38947: dataclass defaults behave inconsistently for init=True/init=Fa
https://bugs.python.org/issue38947  opened by Kevin Shweh

#38948: os.path.ismount() returns False for current working drive
https://bugs.python.org/issue38948  opened by jainankur

#38949: incorrect prefix, exec_prefix in distutils.command.install
https://bugs.python.org/issue38949  opened by xdegaye

#38952: asyncio cannot handle Python3 IPv4Address
https://bugs.python.org/issue38952  opened by Max Coplan

#38953: Untokenize and retokenize does not round-trip
https://bugs.python.org/issue38953  opened by Zac Hatfield-Dodds

#38955: Non indemnpotent behavior of asyncio.get_event_loop and asynci
https://bugs.python.org/issue38955  opened by mbussonn

#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956  opened by Antony.Lee

#38958: asyncio REPL swallows KeyboardInterrupt while editing
https://bugs.python.org/issue38958  opened by iomintz

#38959: Parboil -- OpenMP CUTCP performance regression when upgrade fr
https://bugs.python.org/issue38959  opened by jiebinsu

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960  opened by David Carlier

#38961: Flaky detection of compiler vendor
https://bugs.python.org/issue38961  opened by jmaargh

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963  opened by romanofski

#38964: Output of syntax error in f-string contains wrong filename
https://bugs.python.org/issue38964  opened by Erik Cederstrand

#38967: Improve error message in enum for member name surrounded by un
https://bugs.python.org/issue38967  opened by Rubén Jesús García Hernández

#38970: [PDB] NameError in list comprehension in PDB
https://bugs.python.org/issue38970  opened by castix

#38971: codecs.open leaks file descriptor when invalid encoding is pas
https://bugs.python.org/issue38971  opened by Brock Mendel

#38972: Link to instructions to change PowerShell execution policy for
https://bugs.python.org/issue38972  opened by brett.cannon

#38973: Shared Memory List Returns 0 Length
https://bugs.python.org/issue38973  opened by Derek Frombach

#38974: using tkinter.filedialog.askopenfilename() freezes python 3.8
https://bugs.python.org/issue38974  opened by Daniel Preston

#38975: Add direct anchors to regex syntax documentation
https://bugs.python.org/issue38975  opened by bmispelon

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976  opened by Jacob Taylor

#38978: Implement __class_getitem__ for Future, Task, Queue
https://bugs.python.org/issue38978  opened by asvetlov

#38979: ContextVar[str] should return ContextVar class, not None
https://bugs.python.org/issue38979  opened by asvetlov

#38980: Compile libpython with -fno-semantic-interposition
https://bugs.python.org/issue38980  opened by vstinner

#38986: Suppport TaskWakeupMethWrapper.__self__ to conform asyncio _fo
https://bugs.python.org/issue38986  opened by asvetlov

#38987: 3.8.0 on GNU/Linux fails to find shared library
https://bugs.python.org/issue38987  opened by buchs

#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988  opened by dontbugme



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

#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988

#38987: 3.8.0 on GNU/Linux fails to find shared library
https://bugs.python.org/issue38987

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976

#38975: Add direct anchors to regex syntax documentation
https://bugs.python.org/issue38975

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963

#38961: Flaky detection of compiler vendor
https://bugs.python.org/issue38961

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960

#38958: asyncio REPL swallows KeyboardInterrupt while editing
https://bugs.python.org/issue38958

#38953: 

[Python-Dev] Summary of Python tracker Issues

2019-11-29 Thread Python tracker


ACTIVITY SUMMARY (2019-11-22 - 2019-11-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:
  open7170 ( -1)
  closed 43522 (+47)
  total  50692 (+46)

Open issues with patches: 2823 


Issues opened (23)
==

#38270: Tests: Avoid MD5 or check for MD5 availablity
https://bugs.python.org/issue38270  reopened by petr.viktorin

#38901: Add a CLI flag to venv to use the pwd basename as the prompt
https://bugs.python.org/issue38901  opened by brett.cannon

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902  opened by leecatball

#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903  opened by eamanu

#38904: "signal only works in main thread" in main thread
https://bugs.python.org/issue38904  opened by Richard Warfield

#38905: venv python reports wrong sys.executable in a subprocess on Wi
https://bugs.python.org/issue38905  opened by uranusjr

#38906: copy2 doesn't copy metadata on Windows and MacOS
https://bugs.python.org/issue38906  opened by greggman

#38907: Add IPv6 Dual-Stack control for http.server
https://bugs.python.org/issue38907  opened by zkonge

#38908: Troubles with @runtime_checkable protocols
https://bugs.python.org/issue38908  opened by levkivskyi

#38912: test_asyncio altered the execution environment
https://bugs.python.org/issue38912  opened by pablogsal

#38913: Py_BuildValue("(s#O)", ...) segfaults if entered with exceptio
https://bugs.python.org/issue38913  opened by danielen

#38914: Clarify wording for warning message when checking a package
https://bugs.python.org/issue38914  opened by jugmac00

#38916: Remove array.fromstring
https://bugs.python.org/issue38916  opened by corona10

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918  opened by eric.snow

#38920: Audit events for unhandled exceptions
https://bugs.python.org/issue38920  opened by steve.dower

#38921: Max Recursion Depth Reached in Logging Library
https://bugs.python.org/issue38921  opened by joy

#38924: pathlib paths .normalize()
https://bugs.python.org/issue38924  opened by iciocirlan

#38926: MacOS: 'Install certificates.command' has no effect
https://bugs.python.org/issue38926  opened by Jeff Berkowitz

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to 
https://bugs.python.org/issue38932  opened by vegarsti

#38936: fatal error during installation 0x80070643 during python insta
https://bugs.python.org/issue38936  opened by kiranmai velishala

#38937: NameError in list comprehension within .pth file
https://bugs.python.org/issue38937  opened by Chris Billington

#38938: Iterable merge performance and inclusion in itertools
https://bugs.python.org/issue38938  opened by Dennis Sweeney

#38941: xml.etree.ElementTree.Element inconsistent warning for bool
https://bugs.python.org/issue38941  opened by philiprowlands



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

#38926: MacOS: 'Install certificates.command' has no effect
https://bugs.python.org/issue38926

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918

#38912: test_asyncio altered the execution environment
https://bugs.python.org/issue38912

#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1 
https://bugs.python.org/issue38887

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856

#38851: UDPLITE tests fail on android
https://bugs.python.org/issue38851



Most recent 15 issues waiting for review (15)
=

#38937: NameError in list comprehension within .pth file
https://bugs.python.org/issue38937

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to 
https://bugs.python.org/issue38932

#38920: Audit events for unhandled exceptions
https://bugs.python.org/issue38920

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918

#38914: Clarify wording for warning message when 

[Python-Dev] Summary of Python tracker Issues

2019-11-22 Thread Python tracker

ACTIVITY SUMMARY (2019-11-15 - 2019-11-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:
  open7171 (+23)
  closed 43475 (+57)
  total  50646 (+80)

Open issues with patches: 2826 


Issues opened (61)
==

#25172: Unix-only crypt should not be present on Windows.
https://bugs.python.org/issue25172  reopened by xdegaye

#32371: Delay-loading of python dll is impossible when using some C ma
https://bugs.python.org/issue32371  reopened by Pierre Chatelier

#37957: Allow regrtest to receive a file with test (and subtests) to i
https://bugs.python.org/issue37957  reopened by pablogsal

#38817: Immutable types inplace operations work incorrect in async
https://bugs.python.org/issue38817  opened by bryzgaloff

#38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS
https://bugs.python.org/issue38818  opened by vstinner

#38820: Make Python compatible with OpenSSL 3.0.0
https://bugs.python.org/issue38820  opened by christian.heimes

#38822: Inconsistent os.stat behavior for directory with Access Denied
https://bugs.python.org/issue38822  opened by CrouZ

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823  opened by brandtbucher

#38825: shutil.disk_usage - Lacking documentation
https://bugs.python.org/issue38825  opened by Lord Anton Hvornum

#38826: Regular Expression Denial of Service in urllib.request.Abstrac
https://bugs.python.org/issue38826  opened by bc

#38828: http.cookiejar handle cookie.version to be None
https://bugs.python.org/issue38828  opened by kovid

#38829: Make the function flush_io accessible in the C-API
https://bugs.python.org/issue38829  opened by Jean-Didier

#38832: setup.py can report builtin modules as missing modules
https://bugs.python.org/issue38832  opened by christian.heimes

#38833: Issue with multiprocessing.Pool & multiprocessing.Queue
https://bugs.python.org/issue38833  opened by bigbizze

#38834: TypedDict: no way to tell which (if any) keys are optional at 
https://bugs.python.org/issue38834  opened by Zac Hatfield-Dodds

#38836: Links are duplicated in documentation search result
https://bugs.python.org/issue38836  opened by MaT1g3R

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840  opened by xdegaye

#38842: test_multiprocessing_spawn altered the execution environment i
https://bugs.python.org/issue38842  opened by pablogsal

#38843: Document argparse behaviour when custom namespace object alrea
https://bugs.python.org/issue38843  opened by zerkms

#38845: test_shared_memory_SharedMemoryServer_ignores_sigint and other
https://bugs.python.org/issue38845  opened by tlecarrour

#38846: async: Return context manager from open(_unix)_connection
https://bugs.python.org/issue38846  opened by srittau

#38848: compileall fails when the platform lacks a functional  sem_ope
https://bugs.python.org/issue38848  opened by xdegaye

#38849: test_timestamp_naive fails on android
https://bugs.python.org/issue38849  opened by xdegaye

#38850: test_largefile fails on android
https://bugs.python.org/issue38850  opened by xdegaye

#38851: UDPLITE tests fail on android
https://bugs.python.org/issue38851  opened by xdegaye

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852  opened by xdegaye

#38854: Decorator breaks inspect.getsource
https://bugs.python.org/issue38854  opened by crusaderky

#38855: test_unpack.py does not catch the unpacking of a set
https://bugs.python.org/issue38855  opened by Ylem

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856  opened by yselivanov

#38858: new_interpreter() should reuse more Py_InitializeFromConfig() 
https://bugs.python.org/issue38858  opened by vstinner

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860  opened by b1tninja

#38861: zipfile: Corrupts filenames containing non-UTF8 characters
https://bugs.python.org/issue38861  opened by jgoerzen

#38862: IDLE: Include end newlines in whitespace fix.
https://bugs.python.org/issue38862  opened by terry.reedy

#38864: dbm: Can't open database with bytes-encoded filename
https://bugs.python.org/issue38864  opened by jgoerzen

#38865: Can Py_Finalize() be called if the current interpreter is not 
https://bugs.python.org/issue38865  opened by vstinner

#38866: test_pyclbr replace asyncore
https://bugs.python.org/issue38866  opened by jacksonriley

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867  opened by steve.dower

#38868: Shutil cannot delete a folder that contains an .ini file
https://bugs.python.org/issue38868  opened by QueenSvetlana

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870  opened by pablogsal

#38871: lib2to3 generates invalid code with filter and 

[Python-Dev] Summary of Python tracker Issues

2019-11-15 Thread Python tracker

ACTIVITY SUMMARY (2019-11-08 - 2019-11-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:
  open7148 ( +8)
  closed 43418 (+59)
  total  50566 (+67)

Open issues with patches: 2820 


Issues opened (39)
==

#38750: Solve IPv4 categorisation issues with the ipaddress module
https://bugs.python.org/issue38750  opened by Wicken

#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753  opened by John Belmonte

#38755: Long unicode string causes SyntaxError: Non-UTF-8 code startin
https://bugs.python.org/issue38755  opened by Andrew Ushakov

#38760: Document for urllib.error.HTTPError.headers Should Specify Wha
https://bugs.python.org/issue38760  opened by Han You

#38762: Logging displays wrong "processName" if "sys.modules" is clear
https://bugs.python.org/issue38762  opened by Delgan

#38765: `ast.AST._attributes` is used by `ast.dump()` but not document
https://bugs.python.org/issue38765  opened by pekka.klarck

#38768: Support lldb enhancement in MacOS
https://bugs.python.org/issue38768  opened by Manjusaka

#38770: Pickle handle self references in classes
https://bugs.python.org/issue38770  opened by Saim Raza

#38776: rlock_count<0
https://bugs.python.org/issue38776  opened by toywei

#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778  opened by pconnell

#38780: SysLogHandler crash atexit
https://bugs.python.org/issue38780  opened by jaraco

#38782: Convert importlib.abc to use typing.Protocol
https://bugs.python.org/issue38782  opened by brett.cannon

#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783  opened by johnliao

#38784: ip_network does not clear/update the broadcast_address cache w
https://bugs.python.org/issue38784  opened by 992jo

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787  opened by Dormouse759

#38788: Inconsistent documentation of tell/seek on textiobase/textiowr
https://bugs.python.org/issue38788  opened by qha

#38789: difflib lacks a way to check if results are empty
https://bugs.python.org/issue38789  opened by simon_

#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790  opened by steve.dower

#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792  opened by ZackerySpytz

#38793: pathlib.Path.resolve(strict=False) strips final path component
https://bugs.python.org/issue38793  opened by lutecki

#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794  opened by Lukas.Vacek

#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795  opened by vstinner

#38796: test_multiprocessing_forkserver: test_mymanager_context() fail
https://bugs.python.org/issue38796  opened by vstinner

#38797: x86-64 High Sierra 3.x buildbot worker fails to build Python: 
https://bugs.python.org/issue38797  opened by vstinner

#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798  opened by vstinner

#38799: race condition in multiprocessing.Pool with maxtasksperchild=1
https://bugs.python.org/issue38799  opened by steve.lori...@gmail.com

#38802: Clearer wording of os.WNOHANG documentation to avoid misinterp
https://bugs.python.org/issue38802  opened by bbmmy

#38803: test_wait3 and test_wait4 leaked references on x86 Gentoo Refl
https://bugs.python.org/issue38803  opened by vstinner

#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804  opened by bc

#38805: locale.getlocale() returns a non RFC1766 language code
https://bugs.python.org/issue38805  opened by markgrandi

#38806: "pdb.Pdb(skip=…).set_trace()" should always stop on calling 
https://bugs.python.org/issue38806  opened by blueyed

#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807  opened by tomasfarias

#38809: On Windows, build scripts should prefer using python.exe from 
https://bugs.python.org/issue38809  opened by taleinat

#38810: SSL connect() raises SSLError "[SSL] EC lib (_ssl.c:728)"
https://bugs.python.org/issue38810  opened by andymaier

#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811  opened by tohojo

#38812: Comparing datetime.time objects incorrect for TZ aware and una
https://bugs.python.org/issue38812  opened by epicadv

#38813: math.modf() change integer returned part as integer instead of
https://bugs.python.org/issue38813  opened by aikimark1955

#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814  opened by karolyi

#38815: test_ssl: test_min_max_version() fails on AMD64 FreeBSD Shared
https://bugs.python.org/issue38815  opened by vstinner


[Python-Dev] Summary of Python tracker Issues

2019-11-08 Thread Python tracker

ACTIVITY SUMMARY (2019-11-01 - 2019-11-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:
  open7140 (+49)
  closed 43359 (+34)
  total  50499 (+83)

Open issues with patches: 2809 


Issues opened (64)
==

#16575: ctypes: unions as arguments
https://bugs.python.org/issue16575  reopened by vstinner

#37527: Timestamp conversion on windows fails with timestamps close to
https://bugs.python.org/issue37527  reopened by p-ganssle

#38668: Update os.path documentation regarding recommended types
https://bugs.python.org/issue38668  opened by lazka

#38669: patch.object should raise another error when first argument is
https://bugs.python.org/issue38669  opened by Elena.Oat

#38670: can we accept os.PathLike objects within the subprocess args= 
https://bugs.python.org/issue38670  opened by gregory.p.smith

#38671: pathlib.Path.resolve(strict=False) returns relative path on Wi
https://bugs.python.org/issue38671  opened by uranusjr

#38672: Crash on mimetypes.init() if there is no access to one of know
https://bugs.python.org/issue38672  opened by Michał Szymaniak

#38673: REPL shows continuation prompt (...) when comment or space ent
https://bugs.python.org/issue38673  opened by gvanrossum

#38675: Sug. for the scope example in TPT Chapter 9
https://bugs.python.org/issue38675  opened by David Goldsmith

#38677: Arraymodule initialization error handling improvements
https://bugs.python.org/issue38677  opened by mpaolini

#38678: TypeError raised trying to run TPT 10.3 Example 2 in Python 3.
https://bugs.python.org/issue38678  opened by David Goldsmith

#38679: Scipy and Scikit learn library installation issues
https://bugs.python.org/issue38679  opened by marvinmckinneyii

#38680: PyGILState_Release does not release gil correctly, resulting i
https://bugs.python.org/issue38680  opened by 123 wlpha

#38681: 2to3 Conversion Result using BlankLine() can be Syntactically 
https://bugs.python.org/issue38681  opened by Samuel Tatasurya

#38682: struct timeval is not declared
https://bugs.python.org/issue38682  opened by Mithil

#38686: WWW-Authenticate qop="auth,auth-int" rejected by urllib
https://bugs.python.org/issue38686  opened by PypeBros

#38687: Expose 'adler32_combine' function from zlib
https://bugs.python.org/issue38687  opened by callumattryde

#38688: Python 3.8 regression: endless loop in shutil.copytree
https://bugs.python.org/issue38688  opened by cboltz

#38689: IDLE crashes when KeyError is raised during calltip generation
https://bugs.python.org/issue38689  opened by bup

#38690: Command line option with &/or without a space results in the s
https://bugs.python.org/issue38690  opened by jgors

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691  opened by vstinner

#38692: add a pidfd child process watcher
https://bugs.python.org/issue38692  opened by benjamin.peterson

#38693: Use f-strings instead of str.format within importlib
https://bugs.python.org/issue38693  opened by gregory.p.smith

#38695: IDLE should restart instead of hanging when subprocess exits
https://bugs.python.org/issue38695  opened by terry.reedy

#38697: test.support.find_unused_port() race condition: test_socket fa
https://bugs.python.org/issue38697  opened by vstinner

#38698: While parsing email message id: UnboundLocalError
https://bugs.python.org/issue38698  opened by Nikita Hoffmann

#38699: socket: change listen() default backlog from 128 to 4096?
https://bugs.python.org/issue38699  opened by vstinner

#38701: datetime.timedelta string representation is ambiguous
https://bugs.python.org/issue38701  opened by lig

#38702: Adding new types to parser/unparse.py
https://bugs.python.org/issue38702  opened by ju-sh

#38704: Prevent installation on unsupported Windows versions
https://bugs.python.org/issue38704  opened by senyai

#38706: What should the error message in the exception raised by asser
https://bugs.python.org/issue38706  opened by mkarotsieris

#38707: Multiprocessing: bug with Native ID for threading.mainthread()
https://bugs.python.org/issue38707  opened by jaketesler

#38708: parse_message_id in email module is very buggy / crashy
https://bugs.python.org/issue38708  opened by xnox

#38709: distutils - setuptools - alias command removes comments from s
https://bugs.python.org/issue38709  opened by acue

#38710: unsynchronized write pointer in io.TextIOWrapper in 'r+' mode
https://bugs.python.org/issue38710  opened by Manuel Ignacio Pérez Alcolea

#38711: setup parameter 'distclass' ignored for configuration files
https://bugs.python.org/issue38711  opened by acue

#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712  opened by benjamin.peterson

#38714: setup command alias erroneous for names with hyphens
https://bugs.python.org/issue38714  opened by acue

#38715: Regression in compileall ddir 

[Python-Dev] Summary of Python tracker Issues

2019-11-01 Thread Python tracker


ACTIVITY SUMMARY (2019-10-25 - 2019-11-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:
  open7091 (+25)
  closed 43325 (+51)
  total  50416 (+76)

Open issues with patches: 2799 


Issues opened (60)
==

#34975: start_tls() difficult when using asyncio.start_server()
https://bugs.python.org/issue34975  reopened by icgood

#38233: datetime.datetime.fromtimestamp have different behaviour on wi
https://bugs.python.org/issue38233  reopened by p-ganssle

#38590: argparse unexpected behavior with argument group inside mutual
https://bugs.python.org/issue38590  opened by Tim Sanders

#38591: Deprecate Process Child Watchers
https://bugs.python.org/issue38591  opened by aeros

#38592: Add pt-br to the language switcher at the Python docs website
https://bugs.python.org/issue38592  opened by rougeth

#38593: Python 3.7 does not catch infinite recursion for some values o
https://bugs.python.org/issue38593  opened by Valentyn Tymofieiev

#38594: importlib.metadata documentation deficiencies
https://bugs.python.org/issue38594  opened by indygreg

#38595: io.BufferedRWPair doc warning may need clarification
https://bugs.python.org/issue38595  opened by rgov

#38596: simple example give a Linux core dumped with atk-bridge
https://bugs.python.org/issue38596  opened by catafest

#38597: C Extension import limit
https://bugs.python.org/issue38597  opened by Kevin Schlossser

#38599: Deprecate creation of asyncio object when the loop is not runn
https://bugs.python.org/issue38599  opened by asvetlov

#38601: Couldn't able to install multiple python minor version in wind
https://bugs.python.org/issue38601  opened by kkotari

#38603: inspect.getdoc could examine the __class__ cell for dynamicall
https://bugs.python.org/issue38603  opened by Antony.Lee

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable 
https://bugs.python.org/issue38605  opened by vstinner

#38607: Document that cprofile/profile only profile the main thread
https://bugs.python.org/issue38607  opened by benspiller

#38608: Undocumented behavior that IsolatedAsyncioTestCase would enabl
https://bugs.python.org/issue38608  opened by legnaleurc

#38609: Trashcan mechanism segfault during interpreter finalization in
https://bugs.python.org/issue38609  opened by ysnt27

#38610: use-after-free in list object function
https://bugs.python.org/issue38610  opened by LCatro

#38611: ElementTree.ParseError does not implement SyntaxError interfac
https://bugs.python.org/issue38611  opened by jamercee

#38613: Optimize some set operations in dictkeys object
https://bugs.python.org/issue38613  opened by inada.naoki

#38614: test_asyncio: test_communicate() failed on AMD64 FreeBSD Share
https://bugs.python.org/issue38614  opened by vstinner

#38615: imaplib has no timeout setting
https://bugs.python.org/issue38615  opened by Jairo Llopis

#38619: [Doc] UUID.hex is lowercase
https://bugs.python.org/issue38619  opened by fov

#38620: Shell python-config --includes returns the same path twice
https://bugs.python.org/issue38620  opened by vstinner

#38622: _ctypes.dlsym (py_dl_sym) does not trigger audit hooks
https://bugs.python.org/issue38622  opened by tholl

#38623: Python documentation should mention how to find site-packages
https://bugs.python.org/issue38623  opened by bittner

#38624: pathlib .suffix, .suffixes, .stem unexpected behavior for path
https://bugs.python.org/issue38624  opened by inyeollee

#38625: SpooledTemporaryFile does not seek correctly after being rolle
https://bugs.python.org/issue38625  opened by graham.coster

#38628: Issue with ctypes in AIX
https://bugs.python.org/issue38628  opened by Ayappan

#38629: float is missing __ceil__() and __floor__(), required by numbe
https://bugs.python.org/issue38629  opened by bluetech

#38630: subprocess.Popen.send_signal() should poll the process
https://bugs.python.org/issue38630  opened by vstinner

#38631: Replace Py_FatalError() with regular Python exceptions
https://bugs.python.org/issue38631  opened by vstinner

#38632: setup.py sdist should honor SOURCE_DATE_EPOCH
https://bugs.python.org/issue38632  opened by zwol

#38633: shutil.copystat fails with PermissionError in WSL
https://bugs.python.org/issue38633  opened by pspeter

#38634: Symbol resolution conflict when embeding python in an applicat
https://bugs.python.org/issue38634  opened by serge-sans-paille

#38635: Simplify decoding the ZIP64 extra field and make it tolerant t
https://bugs.python.org/issue38635  opened by serhiy.storchaka

#38636: IDLE regression: toggle tabs and change indent width functions
https://bugs.python.org/issue38636  opened by Zero

#38638: Backtrace of exit phase of context managers
https://bugs.python.org/issue38638  opened by kuraga

#38639: Optimize floor(), ceil() and trunc() for floats
https://bugs.python.org/issue38639  opened by serhiy.storchaka


[Python-Dev] Summary of Python tracker Issues

2019-10-25 Thread Python tracker

ACTIVITY SUMMARY (2019-10-18 - 2019-10-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:
  open7066 ( -8)
  closed 43274 (+79)
  total  50340 (+71)

Open issues with patches: 2793 


Issues opened (51)
==

#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
https://bugs.python.org/issue30064  reopened by yselivanov

#38092: environment variables not passed correctly using new virtualen
https://bugs.python.org/issue38092  reopened by eryksun

#38519: Internal include files missing on Windows
https://bugs.python.org/issue38519  opened by steve.dower

#38520: There is no proper way to know if a process is the main one
https://bugs.python.org/issue38520  opened by Delgan

#38522: Py_USING_MEMORY_DEBUGGER is referenced in docs but not present
https://bugs.python.org/issue38522  opened by Sümer.Cip

#38523: ignore_dangling_symlinks in shutil.copytree does not apply rec
https://bugs.python.org/issue38523  opened by veaviticus

#38524: functools.cached_property is not supported for setattr
https://bugs.python.org/issue38524  opened by hongweipeng

#38526: zipfile.Path has the wrong method name
https://bugs.python.org/issue38526  opened by tritium

#38527: configure script fails to detect "float word ordering" on Sola
https://bugs.python.org/issue38527  opened by wiggin15

#38529: Python 3.8 improperly warns about closing properly closed stre
https://bugs.python.org/issue38529  opened by Ron Frederick

#38530: Offer suggestions on AttributeError
https://bugs.python.org/issue38530  opened by pablogsal

#38532: Missing decrefs in the _ctypes module
https://bugs.python.org/issue38532  opened by ZackerySpytz

#38533: v3.7.5 py script run ok with python.exe but not pythonw.exe (p
https://bugs.python.org/issue38533  opened by 4evermaat

#38534: Version 3.8.0 has released with a wrong MS KB number reference
https://bugs.python.org/issue38534  opened by seahoh

#38535: Incorrect col_offset for decorators with zero arguments (empty
https://bugs.python.org/issue38535  opened by alexmojaki

#38536: Trailing space in formatted currency with international=True a
https://bugs.python.org/issue38536  opened by Jonas Aschenbrenner

#38538: dictobject dictviews don't return NotImplemented for unrecogni
https://bugs.python.org/issue38538  opened by mdk

#38541: Performance degradation of attribute accesses in Python 3.7.4
https://bugs.python.org/issue38541  opened by ttrd

#38544: test_venv: test_isolation() failed on AMD64 Windows7 SP1 3.x: 
https://bugs.python.org/issue38544  opened by vstinner

#38546: test_concurrent_futures: reap_children() warnings on RHEL7 and
https://bugs.python.org/issue38546  opened by vstinner

#38547: test_pty fails when using setsid()
https://bugs.python.org/issue38547  opened by vstinner

#38549: Compiler build paths and related environment variables are ign
https://bugs.python.org/issue38549  opened by Alex Grund

#38550: hashlib missing algorithms
https://bugs.python.org/issue38550  opened by floppymaster

#38552: Colored Prompt broken in REPL in Windows in 3.8
https://bugs.python.org/issue38552  opened by MinchinWeb

#38553: Document functools.cached_property supports value updating and
https://bugs.python.org/issue38553  opened by Epic_Wink

#38554: A fatal error in test_descr
https://bugs.python.org/issue38554  opened by ZackerySpytz

#38557: PyTuple_GetSlice docs minor inaccuracy
https://bugs.python.org/issue38557  opened by wim.glenn

#38558: Data Structures documentation out of sync with new Walrus oper
https://bugs.python.org/issue38558  opened by Matt Ward

#38560: Allow iterable argument unpacking after a keyword argument?
https://bugs.python.org/issue38560  opened by brandtbucher

#38561: multiprocessing.Queue fails intermittently with "Broken pipe"
https://bugs.python.org/issue38561  opened by Samuel Grayson

#38564: test_asyncio: test_run_coroutine_threadsafe_with_timeout() has
https://bugs.python.org/issue38564  opened by vstinner

#38565: Expose the value passed of typed passed to functools.lru_cache
https://bugs.python.org/issue38565  opened by Scott Sanderson2

#38566: Description of '\w' behavior is vague in `re` documentation
https://bugs.python.org/issue38566  opened by snoopjedi

#38567: urllib.parse.unquote_plus raises incorrect error message when 
https://bugs.python.org/issue38567  opened by stein-k

#38569: Unknown distribution option: 'license_files'
https://bugs.python.org/issue38569  opened by Marco Sulla

#38570: Shlex does not parse commands containing single quotes correct
https://bugs.python.org/issue38570  opened by timonegk

#38571: Segfault with StopIteration
https://bugs.python.org/issue38571  opened by kchen

#38572: Misleading AttributeError accessing fileno attribute in tarfil
https://bugs.python.org/issue38572  opened by xtreak

#38573: Not Implemented Error in stdLib HTMLParser

[Python-Dev] Summary of Python tracker Issues

2019-10-18 Thread Python tracker

ACTIVITY SUMMARY (2019-10-11 - 2019-10-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:
  open7074 ( +6)
  closed 43195 (+61)
  total  50269 (+67)

Open issues with patches: 2806 


Issues opened (41)
==

#22347: mimetypes.guess_type("//example.com") misinterprets host name 
https://bugs.python.org/issue22347  reopened by maxking

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856  reopened by serhiy.storchaka

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

#38453: ntpath.realpath() does not fully resolve relative paths
https://bugs.python.org/issue38453  opened by steve.dower

#38454: test_listdir is failing on ubuntu with WSL
https://bugs.python.org/issue38454  opened by BTaskaya

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456  opened by gregory.p.smith

#38457: __package__ is None in __init__.py until an import is used
https://bugs.python.org/issue38457  opened by Yuval S

#38460: 3.8 Release Notes: document asyncio exception changes
https://bugs.python.org/issue38460  opened by srittau

#38465: The type of ob_exports in PyByteArrayObject become Py_ssize_t.
https://bugs.python.org/issue38465  opened by shihai1991

#38466: [Easy doc] threading.excepthook doc talks about "object"
https://bugs.python.org/issue38466  opened by srittau

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471  opened by primal

#38472: GCC detection in setup.py is broken
https://bugs.python.org/issue38472  opened by Alex Grund

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473  opened by xtreak

#38475: Break Statement
https://bugs.python.org/issue38475  opened by dev40573

#38476: test_multiprocessing_fork.test_terminate() failed on AMD64 Deb
https://bugs.python.org/issue38476  opened by vstinner

#38480: resource.setrlimit() should raise PermissionError
https://bugs.python.org/issue38480  opened by giampaolo.rodola

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482  opened by jamercee

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483  opened by cooperlees

#38484: HTMLParser.handle_starttag should mention that value can be No
https://bugs.python.org/issue38484  opened by srittau

#38485: BUG Modules/_io/texio.c
https://bugs.python.org/issue38485  opened by jamercee

#38486: Dead links in mailbox doc
https://bugs.python.org/issue38486  opened by inada.naoki

#38487: expat infinite loop
https://bugs.python.org/issue38487  opened by StyXman

#38488: Update bundled pip to 19.3
https://bugs.python.org/issue38488  opened by Xavier Fernandez

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490  opened by twolodzko

#38493: os.CLD_KILLED and os.CLD_STOPPED should be implemented
https://bugs.python.org/issue38493  opened by clintolsen

#38494: Add assert_not_called_with
https://bugs.python.org/issue38494  opened by valkheim

#38495: print built-in function docs bug
https://bugs.python.org/issue38495  opened by Alex Mashianov

#38497: Wrong argument name in documentation for pipes.Template.open
https://bugs.python.org/issue38497  opened by ilai

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500  opened by fabioz

#38501: multiprocessing.Pool hangs atexit (and garbage collection some
https://bugs.python.org/issue38501  opened by Eric Larson

#38502: regrtest: use process groups
https://bugs.python.org/issue38502  opened by vstinner

#38505: Mock.call_args and Mock.call_args_list not propagated to paren
https://bugs.python.org/issue38505  opened by Caris Moses

#38506: Launcher for Windows (py.exe) may rank Python 3.xx (in the fut
https://bugs.python.org/issue38506  opened by ynyyn

#38509: Insufficient description of relative imports in docs.python.or
https://bugs.python.org/issue38509  opened by Aniruddha Bhattacharjee

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510  opened by Chiu Speq

#38511: Multiprocessing does not work properly when using the trace mo
https://bugs.python.org/issue38511  opened by rls1004

#38512: bug of the v3.7 API document demo case code
https://bugs.python.org/issue38512  opened by zr22122

#38514: pathlib's mkdir documentation improvement
https://bugs.python.org/issue38514  opened by jlaurens

#38515: regrtest main process timed out after 5 min on AMD64 FreeBSD C
https://bugs.python.org/issue38515  opened by vstinner

#38516: PEP 3132 -- Extended Iterable Unpacking inconsistent assignmen
https://bugs.python.org/issue38516  opened by mjaquier

#38517: 

[Python-Dev] Summary of Python tracker Issues

2019-10-11 Thread Python tracker

ACTIVITY SUMMARY (2019-10-04 - 2019-10-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:
  open7068 ( +8)
  closed 43134 (+71)
  total  50202 (+79)

Open issues with patches: 2807 


Issues opened (48)
==

#38373: List overallocation strategy
https://bugs.python.org/issue38373  opened by serhiy.storchaka

#38374: Remove weakref.ReferenceError entry from documentation
https://bugs.python.org/issue38374  opened by mjpieters

#38377: test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event
https://bugs.python.org/issue38377  opened by mcepl

#38378: os.sendfile() has improperly named parameter
https://bugs.python.org/issue38378  opened by serhiy.storchaka

#38379: finalizer resurrection in gc
https://bugs.python.org/issue38379  opened by tim.peters

#38380: Update SQLite to 3.30 in Windows and macOS installer builds
https://bugs.python.org/issue38380  opened by Big Stone

#38381: Possible wordcode optimization for STORE/LOAD pairs
https://bugs.python.org/issue38381  opened by rhettinger

#38382: statistics.harmonic_mean fails to raise error with negative in
https://bugs.python.org/issue38382  opened by WarrenWeckesser

#38384: An assertion failure in test_pickle
https://bugs.python.org/issue38384  opened by ZackerySpytz

#38385: statistics: incorrect documentation
https://bugs.python.org/issue38385  opened by lebigot

#38387: Document PyDoc_STRVAR
https://bugs.python.org/issue38387  opened by bsolomon1124

#38388: Pickle protocol v 5 needs to be documented
https://bugs.python.org/issue38388  opened by Dima.Tisnek

#38393: building modules from 3.8.0rc1 fails in a venv when system 3.8
https://bugs.python.org/issue38393  opened by pmpp

#38394: time.get_clock_info reports "adjustable=False" for implementat
https://bugs.python.org/issue38394  opened by Florian Krause

#38395: proxy_contains (weakref.proxy) can access an object with 0 ref
https://bugs.python.org/issue38395  opened by colesbury

#38397: __init_subclass__ causes TypeError when used with more standar
https://bugs.python.org/issue38397  opened by retnikt

#38401: Make dataclass attribute docstrings accessible
https://bugs.python.org/issue38401  opened by John Parejko2

#38403: nuspec iconUrl field is deprecated
https://bugs.python.org/issue38403  opened by steve.dower

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410  opened by ZackerySpytz

#38411: SQLITE_MISUSE race condition in sqlite3 is misleadingly raised
https://bugs.python.org/issue38411  opened by Jack Robison

#38413: Remove or change "Multithreading" section
https://bugs.python.org/issue38413  opened by Vladimir Ryabtsev

#38415: @asynccontextmanager decorated functions are not callable like
https://bugs.python.org/issue38415  opened by fried

#38417: Add support for settting umask in subprocess children
https://bugs.python.org/issue38417  opened by gregory.p.smith

#38418: Audit event for os.system is incorrect
https://bugs.python.org/issue38418  opened by steve.dower

#38419: The path of check-c-globals.py on README is wrong
https://bugs.python.org/issue38419  opened by corona10

#38421: email.utils.parsetime_tz does not return "None" as the tz offs
https://bugs.python.org/issue38421  opened by irishsmurf

#38422: Clarify docstrings of pathlib suffix(es)
https://bugs.python.org/issue38422  opened by cool-RR

#38423: Event loop implementation docs advertise set_event_loop which 
https://bugs.python.org/issue38423  opened by hniksic

#38424: typing.Generator shorthand
https://bugs.python.org/issue38424  opened by Dima.Tisnek

#38427: Issue URL on translated Python docs site is always pointed to 
https://bugs.python.org/issue38427  opened by zhsj

#38428: Can't gracefully ctrl+C multiprocessing pool on Python3 & Wind
https://bugs.python.org/issue38428  opened by rebeccafair

#38430: Memory leak in ThreadPoolExecutor + run_in_executor
https://bugs.python.org/issue38430  opened by Evgeny Nizhibitsky

#38431: dataclasses.InitVar breaks with typing.Optional
https://bugs.python.org/issue38431  opened by samuelcolvin

#38433: 2.7.17rc1 tcl/tk version regression on Windows
https://bugs.python.org/issue38433  opened by terry.reedy

#38434: sys.addaudithook event is not documented
https://bugs.python.org/issue38434  opened by steve.dower

#38435: Start the deprecation cycle for subprocess preexec_fn
https://bugs.python.org/issue38435  opened by gregory.p.smith

#38436: Improved performance for list addition.
https://bugs.python.org/issue38436  opened by brandtbucher

#38438: argparse "usage" overly-complex with nargs="*"
https://bugs.python.org/issue38438  opened by bobjalex

#38439: Python needs higher resolution app/menu icons
https://bugs.python.org/issue38439  opened by hroncok

#38440: Possible new issues with IDLE
https://bugs.python.org/issue38440  opened by rhettinger

#38443: 

[Python-Dev] Summary of Python tracker Issues

2019-10-04 Thread Python tracker


ACTIVITY SUMMARY (2019-09-27 - 2019-10-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:
  open7060 (+14)
  closed 43063 (+62)
  total  50123 (+76)

Open issues with patches: 2811 


Issues opened (53)
==

#22742: IDLE shows traceback when printing non-BMP character
https://bugs.python.org/issue22742  reopened by serhiy.storchaka

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096  reopened by vstinner

#38242: Revert the new asyncio Streams API
https://bugs.python.org/issue38242  reopened by aeros167

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243  reopened by vstinner

#38295: macOS Catalina test failures
https://bugs.python.org/issue38295  reopened by terry.reedy

#38299: build errors - latest "git pull"
https://bugs.python.org/issue38299  opened by grgo...@yahoo.com

#38302: __rpow__ not reached when __ipow__ returns NotImplemented
https://bugs.python.org/issue38302  opened by DeepSpace

#38303: Make audioop PEP-384 compatible
https://bugs.python.org/issue38303  opened by Tyler Kieft

#38306: High level API for loop.run_in_executor(None, ...)?
https://bugs.python.org/issue38306  opened by antoine.pietri

#38307: Provide Class' end line in readmodule module
https://bugs.python.org/issue38307  opened by aviral

#38308: Add optional weighting to statistics.harmonic_mean()
https://bugs.python.org/issue38308  opened by rhettinger

#38309: Avoid creating duplicate PATH entries with the macOS installer
https://bugs.python.org/issue38309  opened by rhettinger

#38312: curses: add `set_tabsize` and `set_escdelay`
https://bugs.python.org/issue38312  opened by Anthony Sottile

#38314: Implement unix read_pipe.is_reading() method
https://bugs.python.org/issue38314  opened by asvetlov

#38316: docs: Code object's "co_stacksize" field is described with mis
https://bugs.python.org/issue38316  opened by pfalcon

#38318: Issues linking with ncurses and tinfo (cannot resolve symbols)
https://bugs.python.org/issue38318  opened by veremitz

#38320: Clarify unittest expectedFailure behaviour in the documentatio
https://bugs.python.org/issue38320  opened by Kit Choi2

#38323: test_ayncio: test_close_kill_running() hangs on AMD64 RHEL7 Re
https://bugs.python.org/issue38323  opened by vstinner

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324  opened by vstinner

#38325: [Windows] test_winconsoleio failures
https://bugs.python.org/issue38325  opened by vstinner

#38328: Speed up the creation time of constant list literals.
https://bugs.python.org/issue38328  opened by brandtbucher

#38329: macOS python.org installers only add or modify framework Versi
https://bugs.python.org/issue38329  opened by KevinPackard

#38330: httplib specifies content-length when transfer-encoding presen
https://bugs.python.org/issue38330  opened by apmatthews

#38331: Exec not recognizing global variables inside function
https://bugs.python.org/issue38331  opened by Huyston

#38332: invalid content-transfer-encoding in encoded-word causes KeyEr
https://bugs.python.org/issue38332  opened by aft90

#38334: zipfile: Seeking encrypted file breaks after seeking backwards
https://bugs.python.org/issue38334  opened by dhillier

#38335: simplify overlaps function in ipaddress.py
https://bugs.python.org/issue38335  opened by Sanjay

#38336: Remove the __set__ method restriction on data descriptors for 
https://bugs.python.org/issue38336  opened by maggyero

#38337: inspect: getmembers calls properties
https://bugs.python.org/issue38337  opened by jnsdrtlf

#38338: [2.7] test_ssl fails on RHEL8
https://bugs.python.org/issue38338  opened by vstinner

#38339: [3.5] The doc job of Travis CI fails on Python 3.5: needs at l
https://bugs.python.org/issue38339  opened by vstinner

#38340: ERROR WHILE BUILDING pyworld for x86_64-linux-gnu-gcc
https://bugs.python.org/issue38340  opened by ECAS India

#38341: Add SMTPNotSupportedError in the exports of smtplib
https://bugs.python.org/issue38341  opened by Norman.Denayer

#38344: activate.bat else needs to be on the same line as the if
https://bugs.python.org/issue38344  opened by James Abel

#38345: Add end lines to pyclbr objects
https://bugs.python.org/issue38345  opened by RobertKearns

#38346: Wrong behavior when using `assert_called_with` with mutable ob
https://bugs.python.org/issue38346  opened by Jim Jeon

#38347: pathfix.py does not find Python scripts that have '-' in its f
https://bugs.python.org/issue38347  opened by rpluem

#38348: Make python -m ast more configurable
https://bugs.python.org/issue38348  opened by BTaskaya

#38349: Email example using imaginary library installation error. The 
https://bugs.python.org/issue38349  opened by jackotonye

#38350: ./configure --with-pydebug should use -O0 rather than -Og

[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 

[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 > 1

[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

[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 Antony.Lee



Most recent 15 issues with no 

[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.mock.call 

[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 dmontague


[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 additional python 

[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: micro-optimization 

[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 type constants

[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 the AIX OS

[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 expression doesn't find subclass

[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 shown

[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/issue37499  opened by 

[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 background t

[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.org/issue37337  opened 

[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

[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?

[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-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_indextoname()

[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/issue36926  opened by jdemeyer

#36927: 

[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.org/issue36843  opened 

[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
https://bugs.python.org/issue36783 

[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-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: TextTestRunner 

[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-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"
https://bugs.python.org/issue36529  

[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 autorange

[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.org/issue36377  opened by 

[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 unicode_internal codec

[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 subinterpreters should be implicitly 

Re: [Python-Dev] Summary of Python tracker Issues

2019-03-05 Thread Inada Naoki
Thank you for fixing it.Weekly status give me motivation to look issues.

-- 
Inada Naoki  
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-03-05 Thread Ezio Melotti
On Fri, Mar 1, 2019 at 8:05 AM Ezio Melotti  wrote:
>
> On Fri, Mar 1, 2019 at 5:59 AM Terry Reedy  wrote:
> >
> > On 2/28/2019 6:54 PM, Glenn Linderman wrote:
> >
> > > There seems to be enough evidence that something went wrong somewhere,
> > > though, and whoever maintains that process should start investigating,
> > > but it would still be nice to get confirmation from a non-Google email
> > > recipient whether they did or did not get the Summary messages.
> > >
> > > I wonder if there is a way to manually send them, and if the missing two
> > > weeks of activity can be reported... once the sending problem is
> > > understood and resolved.
> >
> > I posted a note to the core-workflow list, but I don't know if anyone
> > with power or knowledge still reads it.
> >
>
> The tracker got migrated recently, and that's the most likely cause of
> the missing reports.
> We'll look into it and get them back :)
>

Ernest promptly fixed the issue so last week report was sent out correctly.
I just generated and sent out the two reports that were missing and
updated the tracker stats at
https://bugs.python.org/issue?@template=stats
Note that some values in the report might be a bit off (for example,
the list of issues waiting for review doesn't include issues that were
closed after the selected period, and the patch count includes issues
created before or during the selected period even if a patch was
uploaded after the selected period).
The issues counts and deltas at the top of the summary should be correct.
Let me know if you notice any other problem (and thanks Ned for
bringing this to my attention!).

Best Regards,
Ezio Melotti

> > To get a listing, go to the tracker search page, put
> > 2019-02-09 to 2019-03-01
> > in the date box, and change status to don't care.  At the moment, this
> > returns 204 issues.
> >
> > --
> > Terry Jan Reedy
> >
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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/issue36073  opened by 

[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.org/issue36002  opened by 

[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: Freeze support documentation 

Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Ezio Melotti
On Fri, Mar 1, 2019 at 5:59 AM Terry Reedy  wrote:
>
> On 2/28/2019 6:54 PM, Glenn Linderman wrote:
>
> > There seems to be enough evidence that something went wrong somewhere,
> > though, and whoever maintains that process should start investigating,
> > but it would still be nice to get confirmation from a non-Google email
> > recipient whether they did or did not get the Summary messages.
> >
> > I wonder if there is a way to manually send them, and if the missing two
> > weeks of activity can be reported... once the sending problem is
> > understood and resolved.
>
> I posted a note to the core-workflow list, but I don't know if anyone
> with power or knowledge still reads it.
>

The tracker got migrated recently, and that's the most likely cause of
the missing reports.
We'll look into it and get them back :)

> To get a listing, go to the tracker search page, put
> 2019-02-09 to 2019-03-01
> in the date box, and change status to don't care.  At the moment, this
> returns 204 issues.
>
> --
> Terry Jan Reedy
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Terry Reedy

On 2/28/2019 6:54 PM, Glenn Linderman wrote:

There seems to be enough evidence that something went wrong somewhere, 
though, and whoever maintains that process should start investigating, 
but it would still be nice to get confirmation from a non-Google email 
recipient whether they did or did not get the Summary messages.


I wonder if there is a way to manually send them, and if the missing two 
weeks of activity can be reported... once the sending problem is 
understood and resolved.


I posted a note to the core-workflow list, but I don't know if anyone 
with power or knowledge still reads it.


To get a listing, go to the tracker search page, put
2019-02-09 to 2019-03-01
in the date box, and change status to don't care.  At the moment, this 
returns 204 issues.


--
Terry Jan Reedy

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread MRAB

On 2019-02-28 23:54, Glenn Linderman wrote:

On 2/28/2019 2:52 PM, Terry Reedy wrote:

On 2/28/2019 5:38 PM, Glenn Linderman wrote:

On 2/28/2019 2:18 PM, Jonathan Goble wrote:
On Thu, Feb 28, 2019, 5:11 PM Terry Reedy > wrote:


    On 2/28/2019 8:07 AM, Jonathan Goble wrote:
    > On Thu, Feb 28, 2019, 8:02 AM INADA Naoki
    mailto:songofaca...@gmail.com>
    > >>
    wrote:
    >
    >     No stats for last week?
    >
    >
    > Been missing for two weeks actually. I did not receive a 
summary on

    > either the 15th or 22nd.

    Ditto for me.  I get pydev via gmane.  Anyone missing the same 
issues

    get pydev directly by email?


I get direct emails only and stated my observation above. :-)


I confirm and concur with Jonathan's observation, by searching my 
email archive for this group list. So it is not just something about 
his particular email address... except we both do use Google Mail 
services.  I do check my Google SPAM box for the account, and it 
wasn't there either, by recollection (I don't archive the SPAM, but 
delete it ASAP).


Can someone not using a Google email address also confirm?


I effectively did when I said I access via gmane -- as a newsgroup via 
NNTP.  I am sure that the mail server sends directly to news.gmane.org 
rather than through google.


That's a whole different protocol. I don't know all the configurations 
for the server that sends the Summary messages, or how it is handled, 
but you confirm it didn't get to gnane via NNTP, and Jonathan and I 
confirm it didn't get to Google email servers, but neither one really 
confirms that it didn't get to other email servers. Google email is 
definitely different than other email servers.


There seems to be enough evidence that something went wrong somewhere, 
though, and whoever maintains that process should start investigating, 
but it would still be nice to get confirmation from a non-Google email 
recipient whether they did or did not get the Summary messages.


I wonder if there is a way to manually send them, and if the missing two 
weeks of activity can be reported... once the sending problem is 
understood and resolved.


I subscribed at https://mail.python.org/mailman/listinfo/python-dev and 
I don't use Google for email. I didn't receive them either.

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread INADA Naoki
>
> It's also possible that the fault is not in sending (we have evidence here 
> that two entirely different protocols have not received it, and they are also 
> not in the archives [1]), but in the generation of the report. Could there 
> have been a subtle change to the bpo tracker itself, or something else along 
> those lines, that is causing the script to fail silently before it ever 
> reaches the point of attempting to send? Or perhaps a disk ran out of space 
> somewhere?
>
> [1] https://mail.python.org/pipermail/python-dev/2019-February/date.html

I suspect so.  See "Open issues deltas (weekly)" graph in this page.
It is ended by 2/8.

https://bugs.python.org/issue?@template=stats

-- 
INADA Naoki  
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Jonathan Goble
On Thu, Feb 28, 2019 at 6:57 PM Glenn Linderman 
wrote:

> On 2/28/2019 2:52 PM, Terry Reedy wrote:
>
> On 2/28/2019 5:38 PM, Glenn Linderman wrote:
>
> On 2/28/2019 2:18 PM, Jonathan Goble wrote:
>
> On Thu, Feb 28, 2019, 5:11 PM Terry Reedy   > wrote:
>
> On 2/28/2019 8:07 AM, Jonathan Goble wrote:
> > On Thu, Feb 28, 2019, 8:02 AM INADA Naoki
> mailto:songofaca...@gmail.com>
> 
> >   >>
> wrote:
> >
> > No stats for last week?
> >
> >
> > Been missing for two weeks actually. I did not receive a summary on
> > either the 15th or 22nd.
>
> Ditto for me.  I get pydev via gmane.  Anyone missing the same issues
> get pydev directly by email?
>
>
> I get direct emails only and stated my observation above. :-)
>
>
> I confirm and concur with Jonathan's observation, by searching my email
> archive for this group list. So it is not just something about his
> particular email address... except we both do use Google Mail services.  I
> do check my Google SPAM box for the account, and it wasn't there either, by
> recollection (I don't archive the SPAM, but delete it ASAP).
>
> Can someone not using a Google email address also confirm?
>
>
> I effectively did when I said I access via gmane -- as a newsgroup via
> NNTP.  I am sure that the mail server sends directly to news.gmane.org
> rather than through google.
>
>
> That's a whole different protocol. I don't know all the configurations for
> the server that sends the Summary messages, or how it is handled, but you
> confirm it didn't get to gnane via NNTP, and Jonathan and I confirm it
> didn't get to Google email servers, but neither one really confirms that it
> didn't get to other email servers. Google email is definitely different
> than other email servers.
>
> There seems to be enough evidence that something went wrong somewhere,
> though, and whoever maintains that process should start investigating, but
> it would still be nice to get confirmation from a non-Google email
> recipient whether they did or did not get the Summary messages.
>
> I wonder if there is a way to manually send them, and if the missing two
> weeks of activity can be reported... once the sending problem is understood
> and resolved.
>

It's also possible that the fault is not in sending (we have evidence here
that two entirely different protocols have not received it, and they are
also not in the archives [1]), but in the generation of the report. Could
there have been a subtle change to the bpo tracker itself, or something
else along those lines, that is causing the script to fail silently before
it ever reaches the point of attempting to send? Or perhaps a disk ran out
of space somewhere?

[1] https://mail.python.org/pipermail/python-dev/2019-February/date.html
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Glenn Linderman

On 2/28/2019 2:52 PM, Terry Reedy wrote:

On 2/28/2019 5:38 PM, Glenn Linderman wrote:

On 2/28/2019 2:18 PM, Jonathan Goble wrote:
On Thu, Feb 28, 2019, 5:11 PM Terry Reedy > wrote:


    On 2/28/2019 8:07 AM, Jonathan Goble wrote:
    > On Thu, Feb 28, 2019, 8:02 AM INADA Naoki
    mailto:songofaca...@gmail.com>
    > >>
    wrote:
    >
    >     No stats for last week?
    >
    >
    > Been missing for two weeks actually. I did not receive a 
summary on

    > either the 15th or 22nd.

    Ditto for me.  I get pydev via gmane.  Anyone missing the same 
issues

    get pydev directly by email?


I get direct emails only and stated my observation above. :-)


I confirm and concur with Jonathan's observation, by searching my 
email archive for this group list. So it is not just something about 
his particular email address... except we both do use Google Mail 
services.  I do check my Google SPAM box for the account, and it 
wasn't there either, by recollection (I don't archive the SPAM, but 
delete it ASAP).


Can someone not using a Google email address also confirm?


I effectively did when I said I access via gmane -- as a newsgroup via 
NNTP.  I am sure that the mail server sends directly to news.gmane.org 
rather than through google.


That's a whole different protocol. I don't know all the configurations 
for the server that sends the Summary messages, or how it is handled, 
but you confirm it didn't get to gnane via NNTP, and Jonathan and I 
confirm it didn't get to Google email servers, but neither one really 
confirms that it didn't get to other email servers. Google email is 
definitely different than other email servers.


There seems to be enough evidence that something went wrong somewhere, 
though, and whoever maintains that process should start investigating, 
but it would still be nice to get confirmation from a non-Google email 
recipient whether they did or did not get the Summary messages.


I wonder if there is a way to manually send them, and if the missing two 
weeks of activity can be reported... once the sending problem is 
understood and resolved.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Terry Reedy

On 2/28/2019 5:38 PM, Glenn Linderman wrote:

On 2/28/2019 2:18 PM, Jonathan Goble wrote:
On Thu, Feb 28, 2019, 5:11 PM Terry Reedy > wrote:


On 2/28/2019 8:07 AM, Jonathan Goble wrote:
> On Thu, Feb 28, 2019, 8:02 AM INADA Naoki
mailto:songofaca...@gmail.com>
> >>
wrote:
>
>     No stats for last week?
>
>
> Been missing for two weeks actually. I did not receive a summary on
> either the 15th or 22nd.

Ditto for me.  I get pydev via gmane.  Anyone missing the same issues
get pydev directly by email?


I get direct emails only and stated my observation above. :-)


I confirm and concur with Jonathan's observation, by searching my email 
archive for this group list. So it is not just something about his 
particular email address... except we both do use Google Mail services.  
I do check my Google SPAM box for the account, and it wasn't there 
either, by recollection (I don't archive the SPAM, but delete it ASAP).


Can someone not using a Google email address also confirm?


I effectively did when I said I access via gmane -- as a newsgroup via 
NNTP.  I am sure that the mail server sends directly to news.gmane.org 
rather than through google.



--
Terry Jan Reedy


___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Glenn Linderman

On 2/28/2019 2:18 PM, Jonathan Goble wrote:
On Thu, Feb 28, 2019, 5:11 PM Terry Reedy > wrote:


On 2/28/2019 8:07 AM, Jonathan Goble wrote:
> On Thu, Feb 28, 2019, 8:02 AM INADA Naoki
mailto:songofaca...@gmail.com>
> >>
wrote:
>
>     No stats for last week?
>
>
> Been missing for two weeks actually. I did not receive a summary on
> either the 15th or 22nd.

Ditto for me.  I get pydev via gmane.  Anyone missing the same issues
get pydev directly by email?


I get direct emails only and stated my observation above. :-)


I confirm and concur with Jonathan's observation, by searching my email 
archive for this group list. So it is not just something about his 
particular email address... except we both do use Google Mail services.  
I do check my Google SPAM box for the account, and it wasn't there 
either, by recollection (I don't archive the SPAM, but delete it ASAP).


Can someone not using a Google email address also confirm?

Glenn
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Jonathan Goble
On Thu, Feb 28, 2019, 5:11 PM Terry Reedy  wrote:

> On 2/28/2019 8:07 AM, Jonathan Goble wrote:
> > On Thu, Feb 28, 2019, 8:02 AM INADA Naoki  > > wrote:
> >
> > No stats for last week?
> >
> >
> > Been missing for two weeks actually. I did not receive a summary on
> > either the 15th or 22nd.
>
> Ditto for me.  I get pydev via gmane.  Anyone missing the same issues
> get pydev directly by email?
>

I get direct emails only and stated my observation above. :-)

>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Terry Reedy

On 2/28/2019 8:07 AM, Jonathan Goble wrote:
On Thu, Feb 28, 2019, 8:02 AM INADA Naoki > wrote:


No stats for last week?


Been missing for two weeks actually. I did not receive a summary on 
either the 15th or 22nd.


Ditto for me.  I get pydev via gmane.  Anyone missing the same issues 
get pydev directly by email?



--
Terry Jan Reedy

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread Jonathan Goble
On Thu, Feb 28, 2019, 8:02 AM INADA Naoki  wrote:

> No stats for last week?
>

Been missing for two weeks actually. I did not receive a summary on either
the 15th or 22nd.

>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summary of Python tracker Issues

2019-02-28 Thread INADA Naoki
No stats for last week?

On Sat, Feb 9, 2019 at 3:11 AM Python tracker 
wrote:

>
> 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
>
> --
INADA Naoki  
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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 Refleaks buildbots

[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/issue35877  opened by 

[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.Felt



Most 

[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: Fix tooltip Hovertiptest failure

[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: _PySys_BeginInit: can't 

[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/issue35640

#35635: 

[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

[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/issue35528

#35525: 

[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_interprocess_signal() race 

[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 inheritor with abstract content does 

[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 issues waiting for review (15)
=


<    1   2   3   4   5   6   7   8   >