[Python-Dev] Summary of Python tracker Issues

2021-11-05 Thread Python tracker


ACTIVITY SUMMARY (2021-10-29 - 2021-11-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:
  open7259 (+10)
  closed 50203 (+46)
  total  57462 (+56)

Open issues with patches: 2871 


Issues opened (37)
==

#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641  reopened by devesh.dk373

#45675: pkgutil.get_data() doesn't add subpackages to parent packages 
https://bugs.python.org/issue45675  opened by godlygeek

#45676: Enum: improve generics support
https://bugs.python.org/issue45676  opened by ethan.furman

#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677  opened by erlendaasland

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680  opened by AlexWaygood

#45681: tkinter breaks on high resolution screen after ctypes SetProce
https://bugs.python.org/issue45681  opened by GabeMillikan

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684  opened by AlexWaygood

#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686  opened by goodmami

#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687  opened by embe-navalgo

#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689  opened by RahulARanger

#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690  opened by acooke

#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691  opened by Mark.Shannon

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692  opened by terry.reedy

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693  opened by jcristharif

#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694  opened by iritkatriel

#45695: Out-of-tree builds are not tested.
https://bugs.python.org/issue45695  opened by eric.snow

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696  opened by gvanrossum

#45699: AttributeError: 'list' object has no attribute 'find'
https://bugs.python.org/issue45699  opened by krisp1506

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701  opened by sobolevn

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703  opened by hroncok

#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704  opened by SDesch

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706  opened by przemub

#45709: 3.11 regression: tracing with-statement on exit from block
https://bugs.python.org/issue45709  opened by nedbat

#45710: Junction/symbolic folder access error on Windows 11
https://bugs.python.org/issue45710  opened by fstorino

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711  opened by iritkatriel

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712  opened by Andy

#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713  opened by vamsi1281977

#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719  opened by djp1012878

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720  opened by steve.dower

#45721: Improve error message when python shell command is entered at 
https://bugs.python.org/issue45721  opened by steven.daprano

#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722  opened by rapp.jens

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723  opened by christian.heimes

#45724: Segmentation fault
https://bugs.python.org/issue45724  opened by ghost.in.the.wires

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725  opened by Mark.Shannon

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727  opened by Carl.Friedrich.Bolz

#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728  opened by jkrupp

#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729  opened by programmerjake



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

#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729

#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728

#45725: test_freeze doesn't clean 

[Python-Dev] [RELEASE] Python 3.9.8 and 3.11.0a2 are now available

2021-11-05 Thread Łukasz Langa
Tcl/Tk updates

With the recent release of macOS 12 Monterey, we noticed that tkinter file 
dialogs are failing to show up on this new operating system, including in our 
built-in IDLE. Thanks to rapid help from the Tk team, and Marc Culler in 
particular, we were able to fix the issue by bundling Python 3.9.8 and Python 
3.11.0a2 with a fixed Tcl/Tk version. In 3.9.8 it’s a patched 8.6.11 release 
while 3.11.0a2 is rocking the bleeding-edge 8.6.12rc1.

Since the issue also affected our latest stable version, 3.10.0, an updated 
macOS installer for this version was issued. You can recognize it by the post2 
version appendix: python-3.10.0post2-macos11.pkg 
. We 
didn’t have to bump the version number of Python itself since there are no 
Python source differences between this package and the original 3.10.0. The 
only difference is the bundled patched Tcl/Tk library.

Initially the original 3.10.0 installer was removed from the website after all 
URLs got updated to point to the patched version but it turned out this breaks 
some workflows 
 
so the patched installer is now also available under the original filename.

 
Python
 3.9.8

Get it here: https://www.python.org/downloads/release/python-398/ 


Python 3.9.8 is the seventh maintenance release of the legacy 3.9 series. 
Python 3.10 is now the latest feature release series of Python 3. Get the 
latest release of 3.10.x here .
There’s been 202 commits since 3.9.7 which shows that there’s still 
considerable interest in improving Python 3.9. To compare, at the same stage of 
the release cycle Python 3.8 received over 25% fewer commits. See the changelog 
 for details on 
what changed.

On macOS, the default installer is now the new universal2 variant. It’s 
compatible with Mac OS X 10.9 and newer, including macOS 11 Big Sur and macOS 
12 Monterey. You may need to upgrade third-party components, like pip, to the 
newest versions. You may experience differences in behavior in IDLE and other 
Tk-based applications due to using the newest version of Tk. As always, if you 
encounter problems when using this installer variant, please check 
https://bugs.python.org  for existing reports and for 
opening new issues.

The next Python 3.9 maintenance release will be 3.9.9, currently scheduled for 
2022-01-03.

 
Python
 3.11.0a2

Get it here: https://www.python.org/downloads/release/python-3110a2/ 


Python 3.11 is still in development. This release, 3.11.0a2 is the second of 
seven planned alpha releases.
Alpha releases are intended to make it easier to test the current state of new 
features and bug fixes and to test the release process.

During the alpha phase, features may be added up until the start of the beta 
phase (2022-05-06) and, if necessary, may be modified or deleted up until the 
release candidate phase (2022-08-01). Please keep in mind that this is a 
preview release and its use is not recommended for production environments.

Many new features for Python 3.11 are still being planned and written. Among 
the new major new features and changes so far:

PEP 657  – Include Fine-Grained 
Error Locations in Tracebacks
The Faster CPython Project 1  is already 
yielding some exciting results: this version of CPython 3.11 is ~12% faster on 
the geometric mean of the PyPerformance benchmarks <>, compared to 3.10.0.
(Hey, fellow core developer, if a feature you find important is missing from 
this list, let Pablo know .)
The next pre-release of Python 3.11 will be 3.11.0a3, currently scheduled for 
Monday, 2021-12-06.

 
We
 hope you enjoy the new releases

Your friendly release team,
Ned Deily @nad 
Pablo Galindo Salgado @pablogsal 
Steve Dower @steve.dower 
Łukasz Langa @ambv 


signature.asc
Description: Message signed with OpenPGP
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/me