[issue41216] eval don't load local variable in dict and list comprehensions.

2020-07-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This seems to be a duplicate of issue5242, issue36300 -- nosy: +xtreak ___ Python tracker ___

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Vedran Čačić
Vedran Čačić added the comment: Well, then "what name is in which namespace" is relative to which function we're considering. In my example above, imagine aa has x declared, bb has y, and cc has z. Then y and z are in the same namespace when we look from the perspective of aa, but they are

[issue41165] [Python 3.10] Remove APIs deprecated long enough

2020-07-05 Thread miss-islington
miss-islington added the comment: New changeset 1ce59f0421d9550762977454bda22db750aa20aa by Miss Islington (bot) in branch '3.9': bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309) https://github.com/python/cpython/commit/1ce59f0421d9550762977454bda22db750aa20aa --

[issue41165] [Python 3.10] Remove APIs deprecated long enough

2020-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +20493 pull_request: https://github.com/python/cpython/pull/21345 ___ Python tracker

[issue41165] [Python 3.10] Remove APIs deprecated long enough

2020-07-05 Thread Inada Naoki
Inada Naoki added the comment: New changeset 9ce8132e1f2339cfe116dfd4795574182c2245b4 by Inada Naoki in branch 'master': bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309) https://github.com/python/cpython/commit/9ce8132e1f2339cfe116dfd4795574182c2245b4 --

[issue28681] Clarify multiple function names in the tutorial

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 6790f9badda47c7aa0fe4b0b5f090d6ca0c477d5 by Miss Islington (bot) in branch '3.8': bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344)

[issue28681] Clarify multiple function names in the tutorial

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 00c09f06a4cf1e352c6ab0c9b9e6074e52f44ae1 by Miss Islington (bot) in branch '3.9': bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343)

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 3f4a9fd912fc6d4f5ee2b49bfef979cc7d457848 by Miss Islington (bot) in branch '3.9': bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341) https://github.com/python/cpython/commit/3f4a9fd912fc6d4f5ee2b49bfef979cc7d457848

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: I wait for backports to be merged before closing. Someone has to approve them or manually merge them before that happens, so leaving issues open until all merges are done prevents totally forgetting about them. For doc issues, the patch, if not drastically

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 7ceb3e3ffc8ee00551df2245544eb60f7debf3af by Miss Islington (bot) in branch '3.8': bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342) https://github.com/python/cpython/commit/7ceb3e3ffc8ee00551df2245544eb60f7debf3af

[issue28681] Clarify multiple function names in the tutorial

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset d12af71047f0eae86440654d3ea74c032c7c3558 by Joannah Nanjekye in branch 'master': bpo-28681: Clarify multiple function names in the tutorial (GH-21340) https://github.com/python/cpython/commit/d12af71047f0eae86440654d3ea74c032c7c3558

[issue28681] Clarify multiple function names in the tutorial

2020-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +20491 pull_request: https://github.com/python/cpython/pull/21343 ___ Python tracker

[issue28681] Clarify multiple function names in the tutorial

2020-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +20492 pull_request: https://github.com/python/cpython/pull/21344 ___ Python tracker ___

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Merged, this can be closed if there is consesus. -- ___ Python tracker ___ ___

[issue26205] Better specify number of nested scopes

2020-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +20490 pull_request: https://github.com/python/cpython/pull/21342 ___ Python tracker ___

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 9ed3cd8ba052b395ab50692bb65988b065d68e27 by Joannah Nanjekye in branch 'master': bpo-26205: Specify the number of nested scopes (GH-21324) https://github.com/python/cpython/commit/9ed3cd8ba052b395ab50692bb65988b065d68e27 --

[issue26205] Better specify number of nested scopes

2020-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +20489 pull_request: https://github.com/python/cpython/pull/21341 ___ Python tracker

[issue28681] Clarify multiple function names in the tutorial

2020-07-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Vedran, thank you for the interesting cultural and linguistic perspective. In Spanish, "Como te llamas?" (familiar) "Como se llama?" (formal) literally translate as "What do you call yourself?" (want me to call you?). (I believe the latter could also be

[issue26205] Better specify number of nested scopes

2020-07-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: Inconsistency concerning nested scopes -> Better specify number of nested scopes ___ Python tracker ___

[issue26205] Inconsistency concerning nested scopes

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: PR updated with your change. @Terry -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26205] Inconsistency concerning nested scopes

2020-07-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Vedran: "How is that different from saying that "At any one time, the language and interpreter sees all the scopes as one scope for the purpose of accessing and rebinding."?" For access, one may bypass the default staged access by specifying a specific

[issue41216] eval don't load local variable in dict and list comprehensions.

2020-07-05 Thread Andrej Klychin
New submission from Andrej Klychin : I'm not sure is it a bug or a fecature of comprehensions or eval, but intuitively it seems like it should work. def foo(baz): return eval("[baz for _ in range(10)]") foo(3) Traceback (most recent call last): File "", line 1, in File "", line 2,

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Michael Felt
Michael Felt added the comment: Iirc, my debug shows that k is not NULL, as k++ is not going to suddenly become smaller. And my debug shows it grows by a constant. My gut says the pointer to the base of the tokens is wrong, because the key types are such different values. Or do you know

[issue39960] Using typename.__setattr__ in extension type with Py_TPFLAGS_HEAPTYPE is broken (hackcheck too eager?)

2020-07-05 Thread Guido van Rossum
Guido van Rossum added the comment: You're welcome. Hope this helps Cpython users. -- ___ Python tracker ___ ___ Python-bugs-list

[issue41212] Emoji Unicode failing in standard release of Python 3.8.3 / tkinter 8.6.8

2020-07-05 Thread Ben Griffin
Ben Griffin added the comment: Erm, I don’t rightly know how to parse epaine’s comment, as it seems to relate to a version of Unicode from over a decade ago, and a wiki page that was written 12 years ago. IIRC Python 3 was (IMO rightly) developed to default to UTF-8, and according to a much

Nikola v8.1.1 is out!

2020-07-05 Thread Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.1. This release is mainly due to an incorrect PGP key being used for the PyPI artifacts; three regressions were also fixed in this release. What is Nikola? === Nikola is a static site and

[issue29727] collections.abc.Reversible doesn't fully support the reversing protocol

2020-07-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset e51dd9dad6590bf3a940723fbbaaf4f64a3c9228 by Pablo Galindo in branch 'master': bpo-29727: Register array.array as a MutableSequence (GH-21338) https://github.com/python/cpython/commit/e51dd9dad6590bf3a940723fbbaaf4f64a3c9228 --

[issue29727] collections.abc.Reversible doesn't fully support the reversing protocol

2020-07-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2020-07-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Library (Lib) type: behavior -> enhancement versions: +Python 3.10 -Python 2.7, Python 3.5 ___ Python tracker ___

[issue26205] Inconsistency concerning nested scopes

2020-07-05 Thread Vedran Čačić
Vedran Čačić added the comment: How is that different from saying that "At any one time, the language and interpreter sees all the scopes as one scope for the purpose of accessing and rebinding."? Any ChainMap presents itself as a dictionary to the outside. That doesn't mean it doesn't have

[issue26205] Inconsistency concerning nested scopes

2020-07-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: At any one time, the language and interpreter sees the local scopes of enclosing functions as collectively 'nonlocal' for the purpose of accessing and rebinding. If there are bindings of a name 'x' in multiple enclosing local scopes, the binding for 'x' in

[issue41207] distutils.command.build_ext raises FileNotFoundError

2020-07-05 Thread Jason R. Coombs
Jason R. Coombs added the comment: CPython should also consider [this change](https://github.com/pypa/distutils/commit/d9ba43436d), which unifies the `DEBUG` handling, consolidates the exception trapping, and uses `subprocess.check_call` to re-use exit code checking. --

[issue28681] About function renaming in the tutorial

2020-07-05 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah nosy_count: 8.0 -> 9.0 pull_requests: +20488 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21340 ___ Python tracker

[issue41018] warning: 'Tk_MainWindow' is deprecated: first deprecated

2020-07-05 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : I find this issue to be less descriptive. Maybe a sentence to complement the title can help others understand even better. -- nosy: +nanjekyejoannah ___ Python tracker

[issue41207] distutils.command.build_ext raises FileNotFoundError

2020-07-05 Thread Jason R. Coombs
Jason R. Coombs added the comment: In [pypa/distutils@7aa5abeafc](https://github.com/pypa/distutils/commit/7aa5abeafc1e0b1b351c4c8ac7eb14c310366a46), I've pushed a fix (with a repro test in the parent commit). I recommend this fix be applied to CPython 3.9. --

[issue39960] Using typename.__setattr__ in extension type with Py_TPFLAGS_HEAPTYPE is broken (hackcheck too eager?)

2020-07-05 Thread Stefan Behnel
Stefan Behnel added the comment: Fixed in 3.8+. Closing. Thanks for the feedback. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue39960] Using typename.__setattr__ in extension type with Py_TPFLAGS_HEAPTYPE is broken (hackcheck too eager?)

2020-07-05 Thread Stefan Behnel
Stefan Behnel added the comment: New changeset 8912c182455de83e27d5c120639ec91b18247913 by scoder in branch '3.8': bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339)

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Given EOL is this still relevant? as it is marked 2.7 -- nosy: +nanjekyejoannah ___ Python tracker ___

[issue41212] Emoji Unicode failing in standard release of Python 3.8.3 / tkinter 8.6.8

2020-07-05 Thread E. Paine
E. Paine added the comment: This is a Tcl issue, as Tcl is designed for characters up to 16 bits. The fact that Chip is showing at all is very surprising, though any character outside of this 16-bit range should be considered unpredictable. "The majority of characters used in the human

[issue39960] Using typename.__setattr__ in extension type with Py_TPFLAGS_HEAPTYPE is broken (hackcheck too eager?)

2020-07-05 Thread Stefan Behnel
Change by Stefan Behnel : -- pull_requests: +20487 pull_request: https://github.com/python/cpython/pull/21339 ___ Python tracker ___

[issue21333] Document recommended exception for objects that shouldn't be pickled

2020-07-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.7 docs are no longer revised -- nosy: +terry.reedy resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue41208] An exploitable segmentation fault in marshal module

2020-07-05 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +serhiy.storchaka, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Michael, can you try with this patch: diff --git a/Parser/pegen.c b/Parser/pegen.c index 53e3d49138..7faeec26ad 100644 --- a/Parser/pegen.c +++ b/Parser/pegen.c @@ -528,7 +528,7 @@ _get_keyword_or_name_type(Parser *p, const char *name, int name_len)

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Unfortunately, I am having a hard time parsing your error description because is not immediate to distinguish: - What is the error. - Where does the error happen. - How to reproduce the error. Could you kindly provide more scoped information about

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +lys.nikolaou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29727] collections.abc.Reversible doesn't fully support the reversing protocol

2020-07-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch nosy: +pablogsal nosy_count: 5.0 -> 6.0 pull_requests: +20486 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21338 ___ Python tracker

[issue41195] Interface to OpenSSL's security level

2020-07-05 Thread Christian Heimes
Christian Heimes added the comment: Users can set the current security level in either an OpenSSL config file or with ctx.set_cipher("@SECLEVEL=i:..."). -- versions: +Python 3.10 ___ Python tracker

[issue39168] Generic type subscription is a huge toll on Python performance

2020-07-05 Thread Guido van Rossum
Change by Guido van Rossum : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39168] Generic type subscription is a huge toll on Python performance

2020-07-05 Thread miss-islington
miss-islington added the comment: New changeset 5a1384935ee8996a5bd240dd29f9b5e356cfc467 by Miss Islington (bot) in branch '3.9': bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) https://github.com/python/cpython/commit/5a1384935ee8996a5bd240dd29f9b5e356cfc467 --

[issue36346] Prepare for removing the legacy Unicode C API

2020-07-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b3dd5cd4a36877c473417fd7b3358843dcf8e647 by Serhiy Storchaka in branch 'master': bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) https://github.com/python/cpython/commit/b3dd5cd4a36877c473417fd7b3358843dcf8e647

[issue41165] [Python 3.10] Remove APIs deprecated long enough

2020-07-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Adding Miro since Fedora will be testing Python 3.10 and deprecated API removals here might potentially affect libraries like Python 3.9 testing. -- nosy: +hroncok ___ Python tracker

[issue40424] AIX: makexp_aix, parallel build (failures) and ld WARNINGS

2020-07-05 Thread Michael Felt
Michael Felt added the comment: Thanks Kevin. I took your patch (added your name to blurb as well). Only difference was to remove Qsystem (or something), from the pathnames. -- versions: +Python 3.7 ___ Python tracker

[issue37207] Use PEP 590 vectorcall to speed up calls to range(), list() and dict()

2020-07-05 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +20485 pull_request: https://github.com/python/cpython/pull/21337 ___ Python tracker ___

[issue36346] Prepare for removing the legacy Unicode C API

2020-07-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +20484 pull_request: https://github.com/python/cpython/pull/21336 ___ Python tracker ___

[issue36346] Prepare for removing the legacy Unicode C API

2020-07-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There is no need to deprecate _PyUnicode_AsUnicode. It is a private function. Undeprecating it will make the code clearer. -- ___ Python tracker

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Michael Felt
Michael Felt added the comment: OK - merely added some fprintf statements. When it is working as expected, the k->type values seem to be between 500 and 535 - when it fails the k->type value is frequently 9 digits (e.g., 537120904) - and it seems to never become -1 -- which would end the

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Michael Felt
Michael Felt added the comment: Well, the first step -s just showing where the segmentation fault occurs (in pegen.c). I am not really 'wiser' in what I should be looking at. I'll try adding a fprintf(stderr, ) to see if I can figure out a bit more. For the experts: (dbx) where

[issue41176] revise Tkinter mainloop dispatching flag behavior

2020-07-05 Thread Richard Sheridan
Richard Sheridan added the comment: I'd like to consider one more possibility for future behavior that sort of came to mind while discussing the PR. In current behavior, it is possible to use `willdispatch` to trick `WaitForMainloop` into letting a thread pass through the timeout, where it

[issue39542] Cleanup object.h header

2020-07-05 Thread Łukasz Langa
Łukasz Langa added the comment: Good catch, Raymond. I'll mark this as a release blocker to ensure I don't miss it. The last beta is scheduled for July 20th. Is this enough time for you? I would very much like to avoid refactors of any sort during the release candidate stage. --

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Stefan Krah
Change by Stefan Krah : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41215] AIX: build fails for xlc/xlC since new PEG parser

2020-07-05 Thread Michael Felt
New submission from Michael Felt : As the bots were both running - based on gcc - this was not noticed immediately. issue40334 implements PEP 617, the new PEG parser for CPython. Using bisect I located: commit c5fc15685202cda73f7c3f5c6f299b0945f58508 (HEAD, refs/bisect/bad) Author: Pablo

[issue39168] Generic type subscription is a huge toll on Python performance

2020-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +20483 pull_request: https://github.com/python/cpython/pull/21335 ___ Python tracker ___

[issue41214] -O0: Segmentation fault in _PyArg_UnpackStack

2020-07-05 Thread Vincent LE GARREC
New submission from Vincent LE GARREC : In Gentoo, I compile my system with -O0 When I compile Apache Serf, python 3.7.8 crashes. When I compile python 3.7 with -O2, python don't crash when compiling Serf. It's the first time that -O0 causes program crash. I run test suite, I don't have any

[issue14156] argparse.FileType for '-' doesn't work for a mode of 'rb'

2020-07-05 Thread Peter Wu
Peter Wu added the comment: I just ran into this issue on Linux when piping a binary file to stdin resulted in a UnicodeDecodeError while trying to read a byte from the stream. Passing /dev/stdin is a workaround that does not require modifications to an application. As for the proposed PR

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-05 Thread Rhodri James
On 04/07/2020 16:38, Random832 wrote: On Fri, Jul 3, 2020, at 08:48, Rhodri James wrote: As I said in my preamble, it doesn't matter whether you believe that is true or think it's utter bollocks. I asked the question to get the Steering Council's opinion, not anyone else's. If you

[issue41210] LZMADecompressor.decompress(FORMAT_RAW) truncate output when input is paticular LZMA+BCJ data

2020-07-05 Thread Ma Lin
Change by Ma Lin : -- components: +Library (Lib) -Extension Modules nosy: +malin ___ Python tracker ___ ___ Python-bugs-list

[issue41212] Emoji Unicode failing in standard release of Python 3.8.3 / tkinter 8.6.8

2020-07-05 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36302] distutils creates unreproducible .so files

2020-07-05 Thread Ronald Oussoren
Ronald Oussoren added the comment: An unfortunate side effect of this change is that changes the build order even if the source list order is relevant. In particular, I sort the source list by age when working on larger extensions, this makes sure that the source files I edited last get

[issue41213] Cannot locate MSBuild.exe on PATH or as MSBUILD variable

2020-07-05 Thread Amine
Amine added the comment: I added the path manually to env variables. and this particular issue has been resolved -- stage: -> resolved status: open -> closed ___ Python tracker

[issue26205] Inconsistency concerning nested scopes

2020-07-05 Thread Vedran Čačić
Vedran Čačić added the comment: Just to point out: it can be more than four, right? If you have a function aa within a function bb within a function cc, then bb's and cc's scope are different, even though functionally equivalent from the perspective of aa. -- nosy: +veky

[issue40874] Update to libmpdec-2.5.0

2020-07-05 Thread Stefan Krah
Stefan Krah added the comment: Thanks for taking a look, Antoine. IIRC, the version pinning already accommodates Debian: #if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x0205 #error "libmpdec version >= 2.5.0 required" #endif In the first libmpdec versions, I had a stricter

[issue41213] Cannot locate MSBuild.exe on PATH or as MSBUILD variable

2020-07-05 Thread Amine
New submission from Amine : I am running windows10. I HAVE to use python 3.6 for a project downloaded it and followed the instructions in PCBuild/readme.txt and I got the following output: (I would like to mention i checked this issue #33675 but I had no idea what is it talking about, am not

[issue41212] Emoji Unicode failing in standard release of Python 3.8.3 / tkinter 8.6.8

2020-07-05 Thread SilentGhost
Change by SilentGhost : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41212] Emoji Unicode failing in standard release of Python 3.8.3 / tkinter 8.6.8

2020-07-05 Thread Ben Griffin
New submission from Ben Griffin : https://stackoverflow.com/questions/62713741/tkinter-and-32-bit-unicode-duplicating-any-fix Emoji are doubling up when using canvas.create_text() This is reported to work on tcl/tk 8.6.10 but there’s no. Way to upgrade tcl/tk using the standard installs from

[issue39765] asyncio loop.add_signal_handler() may not behave as expected

2020-07-05 Thread LtWorf
LtWorf added the comment: This looks related to: https://bugs.python.org/issue32443 -- nosy: +tiposchi ___ Python tracker ___ ___

[issue41111] Convert a few stdlib extensions to the limited C API

2020-07-05 Thread pmp-p
Change by pmp-p : -- nosy: +pmpp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-07-05 Thread Big Stone
Big Stone added the comment: hello, Python-3.8.4rc1 and Python-3.9.0b4 are still with SQLite-3.31.1. Is it expected ? -- nosy: +Big Stone ___ Python tracker ___