[issue25739] Add PAYLOAD_TOO_LARGE / URI_TOO_LONG (new name in RFC 7231)

2020-09-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +21348 pull_request: https://github.com/python/cpython/pull/22295 ___ Python tracker

[issue41791] mimetypes module does not recognize jp2 type

2020-09-17 Thread Radim Novotny
Radim Novotny added the comment: Hi Andrés, tried again and the difference is between 3.7.4 and 3.7.5 The jp2 mimetype is read from /etc/apache2/mime.types (see knownfiles in mimetypes.py) so the mime type does not have to be in the mimetypes.py hardcoded, but in version 3.7.5 it stopped

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2020-09-17 Thread Bug Reporter
Bug Reporter added the comment: I confirm that Tal Einat's workaround also works. -- versions: -Python 3.10, Python 3.9 ___ Python tracker ___

[issue40939] Remove the old parser

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 5a8364780b7e881385f6fabcf072d599e80f51b8 by Terry Jan Reedy in branch 'master': bpo-41808: Add What's New 3.9 entry missing from master (#22294) https://github.com/python/cpython/commit/5a8364780b7e881385f6fabcf072d599e80f51b8 --

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 5a8364780b7e881385f6fabcf072d599e80f51b8 by Terry Jan Reedy in branch 'master': bpo-41808: Add What's New 3.9 entry missing from master (#22294) https://github.com/python/cpython/commit/5a8364780b7e881385f6fabcf072d599e80f51b8 --

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 3.9 copy (only) of What'New 3.9, line 882 has duplicated words 'deprecated deprecated'. I made a branch off of updated 3.9 to fix this and pushed to my fork, but github repeated refuses to make a PR (against 3.9), giving me the unicorn page instead.

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +21346 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/22294 ___ Python tracker

[issue40939] Remove the old parser

2020-09-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +terry.reedy nosy_count: 8.0 -> 9.0 pull_requests: +21347 pull_request: https://github.com/python/cpython/pull/22294 ___ Python tracker ___

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : The 3.9 copy is 5 lines longer, meaning that after the b1 split, something was added to 3.9 directly instead of to master first and backported, or added to both and deleted from master. Lukasz, is checking the two copies part of the final release process?

[issue41807] Warnings when installing Linter on VS code on Linux and Windows.

2020-09-17 Thread zamunda
Change by zamunda : -- nosy: +Marcus.Smith, dstufft, ncoghlan, pradyunsg ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41807] Warnings when installing Linter on VS code on Linux and Windows.

2020-09-17 Thread zamunda
Change by zamunda : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware, zamunda ___ Python tracker ___ ___ Python-bugs-list

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37328] remove deprecated HTMLParser.unescape

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4daeb9eec294f73a5811ef6ab3a0f8e61174a24c by Terry Jan Reedy in branch '3.9': [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288) https://github.com/python/cpython/commit/4daeb9eec294f73a5811ef6ab3a0f8e61174a24c

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4daeb9eec294f73a5811ef6ab3a0f8e61174a24c by Terry Jan Reedy in branch '3.9': [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288) https://github.com/python/cpython/commit/4daeb9eec294f73a5811ef6ab3a0f8e61174a24c

[issue41807] Warnings when installing Linter on VS code on Linux and Windows.

2020-09-17 Thread zamunda
Change by zamunda : -- nosy: +admin2, eric.smith -zamunda ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41803] Robots.txt

2020-09-17 Thread Eric V. Smith
Change by Eric V. Smith : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41807] Warnings when installing Linter on VS code on Linux and Windows.

2020-09-17 Thread zamunda
New submission from zamunda : nstalled VS code, installed Python extension and when it loaded a pop up showed "Linter is not available" or something like that. Press Install, choose linter or never show again options. Pressed Install - and it loaded the code to install it. It installed some

[issue37328] remove deprecated HTMLParser.unescape

2020-09-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +terry.reedy nosy_count: 3.0 -> 4.0 pull_requests: +21345 pull_request: https://github.com/python/cpython/pull/22293 ___ Python tracker ___

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +21344 pull_request: https://github.com/python/cpython/pull/22293 ___ Python tracker ___

[issue41756] Do not always use exceptions to return result from coroutine

2020-09-17 Thread Yury Selivanov
Yury Selivanov added the comment: > Does it sound correct? It does, but given the amount of back and forth on this, I'd wait for Serhiy and Stefan to confirm if they're OK. IMO the `PyIter_Send` name is OK (given how generic the implementation will be) and returning an enum, while a tad

[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is definitely moot as the method was removed in #37328 (rather than in #27032). Thanks for catching this. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> remove deprecated HTMLParser.unescape

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: The backport to 3.9 is still pending. The bot claims that there is a merge conflict. This should not happen because What's New in 3.9 should be identical in master and 3.9. My guess is that someone only changed it in 3.9, though another change in master

[issue41791] mimetypes module does not recognize jp2 type

2020-09-17 Thread Andrés Delfino
Andrés Delfino added the comment: Hi, Radim! I've tested with 3.7.8 and got (None, None). I'm curious on how you got that 'image/jp2' output. It seems jp2 was never supported by looking into the git history of Lib/mimetypes.py. Would you like to open a PR to support it? :) --

[issue33561] Add .tostring() method to xml.etree.ElementTree.Element

2020-09-17 Thread Irit Katriel
Irit Katriel added the comment: Should this issue be closed as 'rejected', or is there anything left to do? -- nosy: +iritkatriel ___ Python tracker ___

[issue41805] types.GenericAlias and types.Union have no documentation

2020-09-17 Thread Andrés Delfino
Andrés Delfino added the comment: Hi, Patrick! Yes! It would be great if you could open a PR to document those new types. The documentation of types.Union should go to master only, and the documentation of types.GenericAlias to both master and 3.9, so two PRs should me opened to address

[issue34422] __name__ not available for classes in typing module

2020-09-17 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python versions: +Python 3.10, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker

[issue34514] assertEqual doesn't use maxDiff when comparing dictionaries

2020-09-17 Thread Irit Katriel
Irit Katriel added the comment: I think this can be closed as not a bug, unless Victor can clarify with an example script why there is an issue. -- nosy: +iritkatriel ___ Python tracker

[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2020-09-17 Thread Irit Katriel
Irit Katriel added the comment: This looks like a duplicate of issue27032 so I think it can be closed now. -- nosy: +iritkatriel ___ Python tracker ___

[issue41800] Python installation fails when run under system account if there is already an existing installation on the system already

2020-09-17 Thread Steve Dower
Steve Dower added the comment: Yeah, this whole issue is basically because Burn (our installer tool) won't do per-machine bundle registration even when it's only installing per-machine packages. So the install block that it would normally throw up fails if you use a different user account

[issue29099] sqlite3 timestamp converter cannot handle timezone

2020-09-17 Thread Hassanbot
Hassanbot added the comment: This still isn't fixed as of 3.8 (or in master I think). I can understand why you wouldn't want to allow serializing and deserializing time zones, since tzinfo objects cannot be accurately serialized with a simple UTC offset, but you should at least get an error

[issue41756] Do not always use exceptions to return result from coroutine

2020-09-17 Thread Vladimir Matveev
Vladimir Matveev added the comment: so to summarize: Proposed function signature: ``` PySendResult PyIter_Send(PyObject *obj, PyObject *arg, PyObject **result); ``` For generators/coroutines function will delegate to specialized implementation that does not raise StopIteration exception For

[issue41756] Do not always use exceptions to return result from coroutine

2020-09-17 Thread Yury Selivanov
Yury Selivanov added the comment: > I guess `PyIter_Send` would imply that this function should work for all > inputs (like in https://bugs.python.org/msg377007) which also sounds > reasonable. I like `PyIter_Send` (and why I initially proposed it myself) because it will also work with the

[issue41806] socket methods with timeout take very slow path on Windows

2020-09-17 Thread Steve Dower
New submission from Steve Dower : When a socket object has a non-zero timeout, all send/recv/etc. calls are preceded by a select() call before making the actual call. If there is no timeout, the select call is skipped. It appears that on Windows, select() will block until the previous

[issue41805] types.GenericAlias and types.Union have no documentation

2020-09-17 Thread Patrick Reader
New submission from Patrick Reader : See title. For reference: `GenericAlias` was added by Guido van Rossum in commit 48b069a003ba6c684a9ba78493fbbec5e89f10b8 "bpo-39481: Implementation for [PEP 585](https://www.python.org/dev/peps/pep-0585/) (#18239)" `Union` was added by Maggi Moss in

[issue41756] Do not always use exceptions to return result from coroutine

2020-09-17 Thread Vladimir Matveev
Vladimir Matveev added the comment: I guess `PyIter_Send` would imply that this function should work for all inputs (like in https://bugs.python.org/msg377007) which also sounds reasonable. -- ___ Python tracker

[issue41794] Memory leak in asyncio server

2020-09-17 Thread Bale
Bale added the comment: Ok since nobody is replying, the bug seems to be that if the asyncio server sends data, and I do not use s.recv() to clear the buffer, and I use s.close() instead, a reference to handle_echo is kept and is never deleted. Using gc.collect() does delete the leaked

[issue41797] PyModule_GetState doesn't work with LazyLoader

2020-09-17 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41804] test_epoll fails test_control_and_wait() randomly on aarch64 RHEL8 Refleaks 3.9

2020-09-17 Thread STINNER Victor
STINNER Victor added the comment: I managed to reproduce the failure in 50 seconds using the command: $ ./python -m test test_epoll -F -v -j20 (...) 0:00:49 load avg: 4.81 [257/1] test_epoll failed test_add (test.test_epoll.TestEPoll) ... ok test_badcreate (test.test_epoll.TestEPoll) ... ok

[issue41804] test_epoll fails test_control_and_wait() randomly on aarch64 RHEL8 Refleaks 3.9

2020-09-17 Thread STINNER Victor
STINNER Victor added the comment: Code of the test with a comment on the line which fails: def test_control_and_wait(self): client, server = self._connected_pair() ep = select.epoll(16) ep.register(server.fileno(), select.EPOLLIN |

[issue41804] test_epoll fails test_control_and_wait() randomly on aarch64 RHEL8 Refleaks 3.9

2020-09-17 Thread STINNER Victor
New submission from STINNER Victor : test_epoll.test_control_and_wait() failed once on aarch64 RHEL8 Refleaks 3.9: https://buildbot.python.org/all/#/builders/247/builds/32 This buildbot runs test_epoll 6 times in a row and the system load was quite high (10.39). 0:03:01 load avg: 10.39 [

[issue41798] [C API] Revisit usage of the PyCapsule C API with multi-phase initialization API

2020-09-17 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36207] robotsparser deny all with some rules

2020-09-17 Thread amiir mascud
amiir mascud added the comment: Can you share the robot file that you are using for your website? I am using the default robot file for my site https://meilleurdumoniteur.fr/ -- nosy: +amiir.mascud ___ Python tracker

[issue41803] Robots.txt

2020-09-17 Thread Eric V. Smith
Eric V. Smith added the comment: It's not clear what bug you're describing, or how it relates to Python. Can you provide more information, and show what behavior your seeing, and what behavior you're expecting? -- nosy: +eric.smith ___ Python

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Irit Katriel
Irit Katriel added the comment: This issue can be closed now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41803] Robots.txt

2020-09-17 Thread Skyreka Agence Web
New submission from Skyreka Agence Web : I can't documentation about it, but all of the robots.txt checkers I find behave like this. You can test on this site: http://www.skyreka.com/robots.txt, I believe that this is how it's implemented now in most parsers ? -- messages: 377055

[issue41802] Missing documentation for 'PyDict_DelItem' behavior

2020-09-17 Thread Campbell Barton
Campbell Barton added the comment: Edit: When calling 'PyDict_DelItem' on a key that isn't in the dictionary, a 'KeyError' is raised. This is not documented. >From reading the current documentation, it only seems as if an error is raised >if the key can't be hashed. --

[issue41802] Missing documentation for 'PyDict_DelItem' behavior

2020-09-17 Thread Campbell Barton
New submission from Campbell Barton : When calling 'PyDict_DelItem' on a key that isn't in the hash a KeyError is raised. This is not documented. -- components: C API messages: 377053 nosy: ideasman42 priority: normal severity: normal status: open title: Missing documentation for

[issue41801] 23 tests failed for 3.9.0b2-64 installed on Windows 10

2020-09-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : Win10, master repository 32-debug build: test_locale and test__locale fail as they have for a year. test_compileall test_asyncio failed as they have before, but not a few weels ago. *** PermissionError: [WinError 5] Access is denied:

[issue41756] Do not always use exceptions to return result from coroutine

2020-09-17 Thread Mark Shannon
Mark Shannon added the comment: I agree with Serhiy, that `PyGen_` is a bad prefix. Unless a function takes generator objects and *only* generators objects, then it shouldn't have a `PyGen` prefix. The API function is the C equivalent of obj.send(val). The first parameter is an object.

[issue39452] Improve the __main__ module documentation

2020-09-17 Thread Géry
Géry added the comment: I agree with you Terry. Another thing that bothers me: in the current document, the __main__ module is reduced to its environment (aka context or dictionary), whereas a module object has other important attributes such as its code. So how about adding the following

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-09-17 Thread Tal Einat
Tal Einat added the comment: Ping? -- nosy: +taleinat status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2020-09-17 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 3.10, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2020-09-17 Thread Tal Einat
Tal Einat added the comment: I just ran into this too on Ubuntu 20.04. I don't recommend changing /etc/ssl/openssl.cnf. Instead, make a local copy, for example at $HOME/cpython-dev-openssl.cnf, with the changes suggested by Vladyslav Bondar. Then run the tests with:

[issue41662] Bugs in binding parameters in sqlite3

2020-09-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37328] remove deprecated HTMLParser.unescape

2020-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a33f2c2bae759fc9d06e1c032fd2026135f2df45 by Serhiy Storchaka in branch 'master': bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288) https://github.com/python/cpython/commit/a33f2c2bae759fc9d06e1c032fd2026135f2df45

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a33f2c2bae759fc9d06e1c032fd2026135f2df45 by Serhiy Storchaka in branch 'master': bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288) https://github.com/python/cpython/commit/a33f2c2bae759fc9d06e1c032fd2026135f2df45

[issue37105] Add deprecated-remove information on stream doc

2020-09-17 Thread Irit Katriel
Irit Katriel added the comment: I think this issue can be closed because the deprecation info was added. If it's staying open for the actual removal in 3.10, should the title change accordingly? -- nosy: +iritkatriel ___ Python tracker

[issue32218] add __iter__ to enum.Flag members

2020-09-17 Thread Ethan Furman
Change by Ethan Furman : -- components: +Library (Lib) resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.8 ___ Python tracker

[issue41800] Python installation fails when run under system account if there is already an existing installation on the system already

2020-09-17 Thread Jurko Gospodnetić
Change by Jurko Gospodnetić : -- versions: +Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___

[issue41800] Python installation fails when run under system account if there is already an existing installation on the system already

2020-09-17 Thread Jurko Gospodnetić
Change by Jurko Gospodnetić : -- versions: -Python 3.10, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37529] Mimetype module duplicates

2020-09-17 Thread Danny Lin
Danny Lin added the comment: It doesn't seem so... In Python 3.8.5 this code is still seen in mimetypes.py (line 492-504): '.bmp': 'image/bmp', '.gif': 'image/gif', '.ief': 'image/ief', '.jpg': 'image/jpeg', '.jpe': 'image/jpeg',

[issue41800] Python installation fails when run under system account if there is already an existing installation on the system already

2020-09-17 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: Some other potentially related issues: - https://bugs.python.org/issue25164 - https://bugs.python.org/issue32966 - https://bugs.python.org/issue37756 And some other related links: -

[issue41662] Bugs in binding parameters in sqlite3

2020-09-17 Thread miss-islington
miss-islington added the comment: New changeset f76a3889d1fc6c5514323866a047b642c6da4e9b by Miss Islington (bot) in branch '3.9': bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) https://github.com/python/cpython/commit/f76a3889d1fc6c5514323866a047b642c6da4e9b --

[issue29033] Windows Python installer rolls back when run under SYSTEM account (SCCM)

2020-09-17 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: This seems related to https://bugs.python.org/issue41800. -- nosy: +Jurko.Gospodnetić ___ Python tracker ___

[issue41800] Python installation fails when run under system account if there is already an existing installation on the system already

2020-09-17 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: This also seems related to https://bugs.python.org/issue29033. -- ___ Python tracker ___ ___

[issue41800] Python installation fails when run under system account if there is already an existing installation on the system already

2020-09-17 Thread Jurko Gospodnetić
New submission from Jurko Gospodnetić : This issue seems to affect all Python 3 Windows installers. Reproduced on: - various Windows 10 systems - one Windows 8 system - one Windows 7 system - all tested Python 3+ installers up to and including 3.8.5 Scenario: 1. there is already an existing

[issue41662] Bugs in binding parameters in sqlite3

2020-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +21342 pull_request: https://github.com/python/cpython/pull/22289 ___ Python tracker

[issue41715] REDoS in c_analyzer

2020-09-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41662] Bugs in binding parameters in sqlite3

2020-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +21343 pull_request: https://github.com/python/cpython/pull/22290 ___ Python tracker ___

[issue41662] Bugs in binding parameters in sqlite3

2020-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0b419b791077414bbc011a412698ebb362b63761 by Serhiy Storchaka in branch 'master': bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) https://github.com/python/cpython/commit/0b419b791077414bbc011a412698ebb362b63761 --

[issue41715] REDoS in c_analyzer

2020-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset dcfaa520c4638a67052a4ff4a2a820be68750ad7 by Serhiy Storchaka in branch 'master': bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091) https://github.com/python/cpython/commit/dcfaa520c4638a67052a4ff4a2a820be68750ad7

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It was already removed in issue37328. The only not applied part of the patch is adding a What's New entry. -- nosy: +inada.naoki ___ Python tracker

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: +Python 3.10, Python 3.9 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue37328] remove deprecated HTMLParser.unescape

2020-09-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka nosy_count: 2.0 -> 3.0 pull_requests: +21341 pull_request: https://github.com/python/cpython/pull/22288 ___ Python tracker

[issue27032] Remove deprecated html.parser.HTMLParser.unescape()

2020-09-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +21340 pull_request: https://github.com/python/cpython/pull/22288 ___ Python tracker ___

[issue39452] Improve the __main__ module documentation

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: The main issue I have with the existing doc is its use of 'top-level' to mean the main, initial, startup module that first executes the user code for a python 'program'. We routinely use 'top-level' instead for the global scope of a module. Example:

[issue41761] multiprocessing.Queue prevents program exit when containing a reasonable amount of data

2020-09-17 Thread Dominik Schmid
Change by Dominik Schmid : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: