[issue38440] Possible new issues with IDLE

2019-10-11 Thread Ned Deily
Ned Deily added the comment: (Just FYI: the version of Tcl/Tk, 8.6.8, we are shipping with the python.org installers for macOS is unchanged since 3.7.2 a year ago, 2.7.16 (in March), and has not changed during the 3.8.0 pre-release cycle. We did try to update to 8.6.9 for 3.7.2rc1

[issue38429] Failed to compile with --enable-framework on macOS on master

2019-10-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue38429> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38404] spam

2019-10-07 Thread Ned Deily
Change by Ned Deily : -- nosy: -larry, pokeronlinejakarta resolution: -> rejected stage: -> resolved status: open -> closed title: Poker Online -> spam type: crash -> ___ Python tracker <https://bugs.pyt

[issue38404] Poker Online

2019-10-07 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file48646/2.jpg ___ Python tracker <https://bugs.python.org/issue38404> ___ ___ Python-bugs-list mailin

[issue38404] Poker Online

2019-10-07 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg354170 ___ Python tracker <https://bugs.python.org/issue38404> ___ ___ Python-bugs-list m

[issue38404] Poker Online

2019-10-07 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg354169 ___ Python tracker <https://bugs.python.org/issue38404> ___ ___ Python-bugs-list m

[issue36356] Failure to build with address sanitizer

2019-10-07 Thread Ned Deily
Ned Deily added the comment: FWIW, the assertion error on macOS reported above in msg338774 does not seem to occur anymore with current HEAD of master and with recent system clang (Apple clang version 11.0.0 (clang-1100.0.33.8)) on macOS 10.14.6

[issue38386] ModuleNotFoundError: No module named '_ctypes'

2019-10-06 Thread Ned Deily
Ned Deily added the comment: Sorry, you appear to be using a third-party packaging system that provides Python for Android platforms. It's not something we provide or support. You should ask your question of that project (python-for-android perhaps?) or on a forum like StackOverflow

[issue38380] Update SQLite to 3.30 in Windows and macOS installer builds

2019-10-05 Thread Ned Deily
Ned Deily added the comment: I verified it is exploitable via the sqlite3 module by adapting the test case from the SQLite ticket (https://www.sqlite.org/src/info/e4598ecbdd18bd82). But since it requires the exploiter to be able to specify raw SQL statements, it doesn't sound like it needs

[issue38295] test_relative_path of test_py_compile fails on macOS 10.15 Catalina

2019-10-05 Thread Ned Deily
Ned Deily added the comment: Also the similar single test in 2.7.x fails on 10.15 (pre-release): == ERROR: test_relative_path (test.test_py_compile.PyCompileTests

[issue38266] Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal

2019-10-04 Thread Ned Deily
Change by Ned Deily : -- keywords: -3.8regression versions: -Python 3.8 ___ Python tracker <https://bugs.python.org/issue38266> ___ ___ Python-bugs-list mailin

[issue38350] ./configure --with-pydebug should use -O0 rather than -Og

2019-10-03 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue38350> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38266] Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal

2019-10-03 Thread Ned Deily
Ned Deily added the comment: Since this sounds like a regression being introduced by 3.8.0, should the reversion be included in 3.8.0 final or can it wait for 3.8.1? -- keywords: +3.8regression nosy: +lukasz.langa, ned.deily ___ Python tracker

[issue38329] macOS python.org installers only add or modify framework Versions/Current symlink for Python 2.x installs, not Python 3.x

2019-09-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the reminder. Unfortunately, the macOS installer is working as designed. As discussed at length in Issue18117 (and elsewhere), building using the -framework Python, either directly in compiler calls or indirectly through Xcode is problematic because

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2019-09-29 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.or

[issue38304] PEP 587 implementation is not ABI forward compatible

2019-09-29 Thread Ned Deily
Ned Deily added the comment: Nick, do you consider this a 3.8.0 release blocker? If so, you should reopen it and mark it as such, since the 3.8.0rc1 cutoff is imminent. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue38

[issue24464] "sqlite3_enable_shared_cache" deprecation warning when compiling with macOS system SQLite3

2019-09-29 Thread Ned Deily
Ned Deily added the comment: Also, I notice that, while there is docstring help for sqlite3.enable_shared_cache, it does not seem to be mentioned in the sqlite3 module doc page in the Library reference. -- ___ Python tracker <ht

[issue24464] "sqlite3_enable_shared_cache" deprecation warning when compiling with macOS system SQLite3

2019-09-29 Thread Ned Deily
Ned Deily added the comment: Now that this has come up again, it's worth noting Ronald's comment in msg295954 from duplicate Issue30646: "See also <https://sqlite.org/c3ref/enable_shared_cache.html>. Apple basically disabled this function starting at macOS 10.7, that's why there'

[issue30646] SQLite: sqlite3_enable_shared_cache() is deprecated

2019-09-29 Thread Ned Deily
Change by Ned Deily : -- resolution: third party -> duplicate superseder: -> Got warning when compiling sqlite3 module on Mac OS X ___ Python tracker <https://bugs.python.org/i

[issue38311] Building with macoS system SQLite3 generates sqlite3_enable_shared_cache deprecation warning

2019-09-29 Thread Ned Deily
Ned Deily added the comment: Sorry, I should have checked: this issue has come up at least a couple of times before, for example, Issue30646 and Issue24464 (still open with a slightly more compex patch). Let's just close this issue as a duplicate of the earlier one and continue any new

[issue38311] Building with macoS system SQLite3 generates sqlite3_enable_shared_cache deprecation warning

2019-09-29 Thread Ned Deily
New submission from Ned Deily : Thanks for the PR! As noted in my review comment of it, I believe a more robust approach would be needed to ensure that builds still work properly when building with a local copy of SQLite on macOS (not the system-supplied one), a common occurrence

[issue36274] http.client cannot send non-ASCII request lines

2019-09-28 Thread Ned Deily
Ned Deily added the comment: New changeset 5b18ce60b432d1dfa6f6988be07dd55646201a9b by Ned Deily (Jason R. Coombs) in branch '3.6': [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16462) https://github.com/python/cpython

[issue38216] Fix for issue30458 (HTTP Header Injection) prevents crafting invalid requests

2019-09-28 Thread Ned Deily
Ned Deily added the comment: New changeset 5b18ce60b432d1dfa6f6988be07dd55646201a9b by Ned Deily (Jason R. Coombs) in branch '3.6': [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16462) https://github.com/python/cpython

[issue38305] https://2.python-requests.org/ missing TLS certicate

2019-09-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the report but this is not something relevant to this issue tracker. A quick whois lookup for the domain did not reveal an owner. Suggest you pursue by asking the PSF infrastructure team via an email to infrastructure-staff at python.org

[issue38035] shared_semaphores cannot be shared across unrelated processes

2019-09-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue38035> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38243] A reflected XSS in python/Lib/DocXMLRPCServer.py

2019-09-28 Thread Ned Deily
Ned Deily added the comment: New changeset 1698cacfb924d1df452e78d11a4bf81ae389 by Ned Deily (Victor Stinner) in branch '3.6': bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) https://github.com/python/cpython/commit/1698cacfb924d1df452e78d11a4bf81ae389

[issue38301] If "_REENTRANT" is defined in the header file, we should use "-D_REENTRANT" when compiling

2019-09-28 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue38301> ___ ___ Python-bugs-list mailing list Unsub

[issue38174] Security vulnerability in bundled expat CVE-2019-15903 (fix available in expat 2.2.8)

2019-09-27 Thread Ned Deily
Ned Deily added the comment: Perhaps this should be a release blocker for 3.5.8. Larry? -- nosy: +larry, ned.deily ___ Python tracker <https://bugs.python.org/issue38

[issue38298] Base class of generic type has wrong `cls` argument in classmethods

2019-09-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue38298> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36210] correct AIX logic in setup.py for (non-existant) optional extensions

2019-09-25 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.or

[issue36210] correct AIX logic in setup.py for (non-existant) optional extensions

2019-09-25 Thread Ned Deily
Ned Deily added the comment: New changeset e4be8c984d035da30f9ed051aa6f3f762f0e9060 by Ned Deily (Michael Felt) in branch '3.8': bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) https://github.com/python/cpython/commit

[issue36210] correct AIX logic in setup.py for (non-existant) optional extensions

2019-09-25 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file48241/name of the past ___ Python tracker <https://bugs.python.org/issue36210> ___ ___ Python-bugs-list m

[issue38261] Tkinter CheckButton default label white in macOS dark mode

2019-09-24 Thread Ned Deily
Ned Deily added the comment: I assume you are using a Python 3.7.x from a python.org macOS installer? Support for macOS dark mode is almost entirely a Tk issue as Tkinter is basically a shallow wrapper around Tk-provided APIs. We have been shipping Tk 8.6.8, s stable, slightly out-of-date

[issue38216] Fix for issue30458 (HTTP Header Injection) prevents crafting invalid requests

2019-09-23 Thread Ned Deily
Ned Deily added the comment: > Will the latter to accept non-ascii values also be merged to security > branches too given that it predates the security issue addressed ? At this point, I'm willing to allow it in 3.6 unless someone identifies a compelling

[issue38216] Fix for issue30458 (HTTP Header Injection) prevents crafting invalid requests

2019-09-22 Thread Ned Deily
Ned Deily added the comment: Also, besides the normal news entry (via blurb), there should probably be a "Notable changes in x.y.z" entry added to the end of each affected release's Doc/whatsnew/x.y.rst file. -- ___ Python track

[issue38216] Fix for issue30458 (HTTP Header Injection) prevents crafting invalid requests

2019-09-22 Thread Ned Deily
Ned Deily added the comment: I am certainly not a domain expert but, at a high level, I think the approach in PR 16321 is a reasonable compromise and I would support merging it to 3.7 and 3.6 (I'll let Larry and Benjamin speak for 3.5 and 2.7) assuming there are no review objections. Since

[issue38243] A reflected XSS in python/Lib/DocXMLRPCServer.py

2019-09-21 Thread Ned Deily
Change by Ned Deily : -- keywords: +security_issue priority: normal -> high versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue38216] Fix for issue30458 prevents crafting invalid requests

2019-09-19 Thread Ned Deily
Ned Deily added the comment: Thanks for your comments, Greg. Here's my take as release manager for 3.7 (and for 3.6). What bothers me here is that we apparently changed de facto behavior between maintenance releases, in the middle of 3.7's lifecycle, without warning, no doubt because we

[issue30458] [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection (follow-up of CVE-2016-5699)

2019-09-18 Thread Ned Deily
Ned Deily added the comment: With the breaking out of the portential and/or actual regression (e.g. invalid requests can no longer be crafted) into Issue38216, itself a potential release blocker, we are still left here with the as-yet unresolved issue identified above in msg34728 (e.g

[issue38216] Fix for issue30458 prevents crafting invalid requests

2019-09-18 Thread Ned Deily
Ned Deily added the comment: Thanks for identifying this issue and breaking it out into a separate bpo, Jason. If I understand correctly, the problematic fix for Issue30458 has already been released in maintenance release 3.7.4 and security release 3.6.9, is in the current security release

[issue34820] binascii.c:1578:1: error: the control flow of function ‘binascii_crc32’ does not match its profile data (counter ‘arcs’)

2019-09-18 Thread Ned Deily
Change by Ned Deily : -- stage: resolved -> needs patch status: closed -> open ___ Python tracker <https://bugs.python.org/issue34820> ___ ___ Python-bugs-

[issue38013] AsyncGenerator breaks when not iterated fully with RuntimeError("can't send non-None value to a just-started coroutine")

2019-09-16 Thread Ned Deily
Ned Deily added the comment: > I've added 'release blocker' priority to don't miss this bugfix for the next > release. Note that 3.7.5rc1 is scheduled to be tagged today so we need to make a decision on whether to hold the release for a fix. From a quick test, it looks like the be

[issue36274] http.client cannot send non-ASCII request lines

2019-09-16 Thread Ned Deily
Ned Deily added the comment: See msg352596 in Issue30458 for discussion of whether the regression should be considered a "release blocker" for the imminent 3.7.5 and 3.5.8 releases. -- keywords: +3.7regression nosy: +ned.deily ___ Pyth

[issue30458] [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection (follow-up of CVE-2016-5699)

2019-09-16 Thread Ned Deily
Ned Deily added the comment: If I understand Jason's message correctly, the changes for Issue30458 introduced a regression in 3.7.4 and will introduce the same regression in other branches as they are released, including 3.5.8 whose rc1 is now in testing. 3.7.5rc1 is scheduled to be tagged

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread Ned Deily
Ned Deily added the comment: macOS 3.9, 3.8, 3.7 installers updated to 1.1.1d, macOS 2.7 installer updated to 1.0.2t. Leaving open for Windows installers updates. -- nosy: +benjamin.peterson versions: +Python 2.7 ___ Python tracker <ht

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread Ned Deily
Ned Deily added the comment: New changeset 8dd358caf0d3f300ee64799812a020fe0de53637 by Ned Deily in branch '2.7': bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171) https://github.com/python/cpython/commit/8dd358caf0d3f300ee64799812a020fe0de53637

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread Ned Deily
Ned Deily added the comment: New changeset 24d1597e430498ebe2d3d18fba2cacb3957b494d by Ned Deily in branch 'master': bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) https://github.com/python/cpython/commit/24d1597e430498ebe2d3d18fba2cacb3957b494d

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +15781 pull_request: https://github.com/python/cpython/pull/16171 ___ Python tracker <https://bugs.python.org/issue38

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +15780 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/16170 ___ Python tracker <https://bugs.python.org/issu

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-15 Thread Ned Deily
Ned Deily added the comment: The Windows and macOS installers also need to by updated to the new versions. -- components: +Windows, macOS nosy: +lukasz.langa, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware priority: normal -> release blocker resolut

[issue38035] shared_semaphores cannot be shared across unrelated processes

2019-09-13 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue38035> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33312] ubsan undefined behavior sanitizer flags struct _dictkeysobject (PyDictKeysObj)

2019-09-12 Thread Ned Deily
Ned Deily added the comment: This issue does not seem to me to be a security issue so would not meet the criteria for backporting to 3.6. -- ___ Python tracker <https://bugs.python.org/issue33

[issue36191] pubkeys.txt contains bogus keys

2019-09-12 Thread Ned Deily
Ned Deily added the comment: (See later discussion and resolution in Issue37967.) -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue36

[issue37967] Beta GPG signature check failing

2019-09-12 Thread Ned Deily
Ned Deily added the comment: > If the pubkeys.txt on python.org has no benefit, why does it exist? That's an excellent question! Based on the points raised here and elsewhere, we discussed this more off-line and decided that we should remove the pubkeys.txt file from the website si

[issue16079] list duplicate test names with patchcheck

2019-09-10 Thread Ned Deily
Ned Deily added the comment: The open proposed PR for this issue has been languishing unreviewed for several months now. Since the proposal is really a request to change our development process, I'm nosying Brett and Łukasz (3.9 RM). In any case, if we would decide to add this to our CI, I

[issue35704] On AIX, test_unpack_archive_xztar fails with default MAXDATA settings

2019-09-10 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue35704> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34711] Lib/http/server.py: Return HTTPStatus.NOT_FOUND if path.endswith(/) and not a directory

2019-09-10 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue34711> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34720] Fix test_importlib.test_bad_traverse for AIX

2019-09-10 Thread Ned Deily
Ned Deily added the comment: New changeset 61f34f9f63aab7503420603627ad5bd8902d904b by Ned Deily (Michael Felt) in branch '3.7': bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238) https://github.com/python/cpython/commit/61f34f9f63aab7503420603627ad5bd8902d904b

[issue38032] lib2to3 doesn't parse Python 3 identifiers containing non-spacing marks

2019-09-05 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily stage: resolved -> needs patch versions: +Python 3.9 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue38032] lib2to3 doesn't parse Python 3 identifiers containing non-spacing marks

2019-09-05 Thread Ned Deily
Ned Deily added the comment: > 2to3 should be able to parse valid Python 3 code. OK, then should the original behavior here be treated as a bug and fixed? If so, this issue should be re-opened. -- ___ Python tracker <https://bugs.pyth

[issue38032] lib2to3 doesn't parse Python 3 identifiers containing non-spacing marks

2019-09-05 Thread Ned Deily
Ned Deily added the comment: Benjamin, can you answer Justin's question above? -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue38

[issue38032] lib2to3 doesn't parse Python 3 identifiers containing non-spacing marks

2019-09-05 Thread Ned Deily
Ned Deily added the comment: "2to3 is a Python program that reads Python 2.x source code and applies a series of fixers to transform it into valid Python 3.x code." The example you supply, badvar,py, is not a valid Python 2.x program. Python 2 identifiers cannot contain such

[issue38035] shared_semaphores cannot be shared across unrelated processes

2019-09-05 Thread Ned Deily
Ned Deily added the comment: Please give an example of how this is a problem in using Python. You don't give any context here. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue38

[issue37858] CookieLib: MozillaCookieJar.py uses case-sensitive regex to validate cookies file

2019-09-04 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue37858> ___ ___ Python-bugs-list mailin

[issue37245] Azure Pipeline 3.8 CI: multiple tests hung and timed out on macOS 10.13

2019-09-04 Thread Ned Deily
Ned Deily added the comment: Yeah, I agree that increasing the timeout shouldn't be the answer here. I still have never seen failure modes like this when running my own tests. The idea about CPUs is one worth pursuing although I usually run with -j3. Also I wonder how much memory the VM

[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ned Deily
Ned Deily added the comment: The traceback you provide in the first message: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/wheel.py", line 324, in move_wheel_files scheme = distutils_scheme( File "/Lib

[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ned Deily
Ned Deily added the comment: NumPy has a very complex build and install process including supplying its own modified version of Distutils. You should take up any build and install issues first with the NumPy project and then, if you both agree that there appears to be a problem in Python

[issue35923] Update the BuiltinImporter in importlib to use loader._ORIGIN instead of a hardcoded value

2019-09-04 Thread Ned Deily
Change by Ned Deily : -- nosy: +brett.cannon, eric.snow, ncoghlan ___ Python tracker <https://bugs.python.org/issue35923> ___ ___ Python-bugs-list mailin

[issue36226] multipart/related header causes false positive StartBoundaryNotFoundDefect and MultipartInvariantViolationDefect

2019-09-04 Thread Ned Deily
Change by Ned Deily : -- nosy: +barry, maxking, r.david.murray ___ Python tracker <https://bugs.python.org/issue36226> ___ ___ Python-bugs-list mailing list Unsub

[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ned Deily
Change by Ned Deily : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue38027> ___ ___ Python-bugs-list

[issue38021] pep425 tag for AIX is inadequate

2019-09-03 Thread Ned Deily
Ned Deily added the comment: I don't have an opinion about the bulk of the proposed change. But, since _osx_support was mentioned as a model for an _aix_support, I wanted to comment on the history of _osx_support. _osx_support was created as a separate module back when the distutils2 (aka

[issue38004] Duplicated sections in changelog

2019-09-02 Thread Ned Deily
Ned Deily added the comment: Ah, some further insight: I realized that the original docset for 3.5.2 is available in the documentation archive. Comparing the (pre-blurb) changelog from the original release to its current state: https://docs.python.org/release/3.5.2/whatsnew/changelog.html

[issue38004] Duplicated sections in changelog

2019-09-02 Thread Ned Deily
Ned Deily added the comment: I'm not sure what happened here or why we haven't noticed it before. For example, it appears that the consolidated blurb file for the earliest example, 3.5.2rc1.rst, has not been modified since its original blurbification

[issue38014] Python 3.7 does not compile

2019-09-02 Thread Ned Deily
Ned Deily added the comment: When building a default 64-bit-only Python on current MacOS systems, don't use the --enable-universalsdk (and --with-universal-arch) options to ./configure since system header files are no longer installed in /usr/include. Be aware that you may have to supply

[issue25518] Investigate implementation of PyOS_CheckStack on OSX

2019-08-31 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> Implement PyOS_CheckStack on macOS using pthread_get_stack*_np ___ Python tracker <https://bugs.python

[issue37996] 2to3 introduces unwanted extra backslashes for unicode characters in regular expressions

2019-08-31 Thread Ned Deily
Change by Ned Deily : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue37996> ___ ___

[issue37943] mimetypes.guess_extension() doesn’t get JPG right

2019-08-31 Thread Ned Deily
Change by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker <https://bugs.python.or

[issue37990] gc.collect prints debug stats incorrectly

2019-08-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. It looks like this regression was introduced by the changes for Issue37729. -- assignee: -> inada.naoki keywords: +3.8regression nosy: +inada.naoki, ned.deily priority: normal -> high stage: -> needs patch versions: +P

[issue37729] gc: stats from multi process are mixed up

2019-08-30 Thread Ned Deily
Ned Deily added the comment: See Issue37990 for a report of a regression introduced by these changes. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue37

[issue37834] readlink on Windows cannot read app exec links

2019-08-29 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +15279 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15602 ___ Python tracker <https://bugs.python.org/issu

[issue37983] macOS: os.lchmod() incorrectly removed by 2.7.16

2019-08-29 Thread Ned Deily
Ned Deily added the comment: lchmod is one of a number of os functions that is not available on older versions of macOS. Chances are you are using a Python binary (possibly one supplied by a python.org installer) that was built to be used on a range of macOS versions and the oldest version

[issue37834] readlink on Windows cannot read app exec links

2019-08-29 Thread Ned Deily
Ned Deily added the comment: ... and the other important difference is that older versions of macOS do not support fd functions so _use_fd_functions is false and the alternate path is taken in shutil.rmtree, the path that calls _rm_tree_islink which fails. >>> shutil.rmtree('a')

[issue37834] readlink on Windows cannot read app exec links

2019-08-29 Thread Ned Deily
Ned Deily added the comment: One problem seems to be that the code added for this issue assumes that the documentation is correct in implying that the stat.FILE_ATTRIBUTE_* constants (like stat.FILE_ATTRIBUTE_REPARSE_POINT) are only present on Windows. But besides being conditionally

[issue36871] Misleading error from unittest.mock's assert_has_calls

2019-08-29 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue36871> ___ ___ Python-bugs-list mailing list Unsub

[issue35946] Ambiguous documentation for assert_called_with()

2019-08-29 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and thanks for the PR! Merged for 3.8.0b4. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracke

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-29 Thread Ned Deily
Ned Deily added the comment: Ronald's PR 14738 LGTM. I merged it to master and backported for 3.8.0b4 and 3.7.5. Thanks, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.4, P

[issue35946] Ambiguous documentation for assert_called_with()

2019-08-29 Thread Ned Deily
Ned Deily added the comment: New changeset f5896a05edf5df91fb1b55bd481ba5b2a3682f4e by Ned Deily (Rémi Lapeyre) in branch 'master': bpo-35946: Improve assert_called_with documentation (GH-11796) https://github.com/python/cpython/commit/f5896a05edf5df91fb1b55bd481ba5b2a3682f4e

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-08-29 Thread Ned Deily
Ned Deily added the comment: Thank you for your contribution, Avinash! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset 3aa48b88c7485aca1fdfa54b3d8e53931ff067fd by Ned Deily (avinassh) in branch 'master': bpo-36167: fix an incorrect capitalization (GH-14482) https://github.com/python/cpython/commit/3aa48b88c7485aca1fdfa54b3d8e53931ff067fd -- nosy

[issue36511] Add Windows ARM32 buildbot

2019-08-28 Thread Ned Deily
Ned Deily added the comment: > Can this issue now be closed? I spoke too soon. It appears there's another open backport PR-14244 for this issue that needs some conflict resolution to be merged. -- ___ Python tracker <https://bugs.pyth

[issue36511] Add Windows ARM32 buildbot

2019-08-28 Thread Ned Deily
Ned Deily added the comment: I manually restarted and merged the stalled 3.8 backport for 3.8.0b4. Can this issue now be closed? -- nosy: +ned.deily versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue36

[issue34775] pathlib.PurePath division raises TypeError instead of returning NotImplemented

2019-08-28 Thread Ned Deily
Ned Deily added the comment: The change was pushed for release in 3.8.0b4. I don't think we should backport it to 3.7 at this stage in its lifecycle as the old behavior has been around for a long time. Thanks, everyone! -- resolution: -> fixed stage: patch review -> re

[issue34775] pathlib.PurePath division raises TypeError instead of returning NotImplemented

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset 4adcaf81513e57a2a4e278073a89efb1375af8df by Ned Deily (Miss Islington (bot)) in branch '3.8': bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172) https://github.com/python/cpython/commit

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-28 Thread Ned Deily
Ned Deily added the comment: I manually merged the stalled 3.8 backport to make 3.8.0b4. Can this issue now be closed? -- ___ Python tracker <https://bugs.python.org/issue37

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset bd127b1b7dd50c76c4419d9c87c12901527d19da by Ned Deily (bsiem) in branch '3.8': [3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380) https://github.com/python/cpython/commit

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset b0caf329815120acf50287e29858093d328b0e3c by Ned Deily (Ronald Oussoren) in branch 'master': bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) https://github.com/python/cpyt

[issue37967] release candidate is not gpg signed (and missing release workflow)?

2019-08-28 Thread Ned Deily
Ned Deily added the comment: The description of this issue is incorrect. All the release artifacts for the 3.8.0b3 have GPG signatures available - see https://www.python.org/downloads/release/python-380b3/ - like all other releases. Looking at the log of the failed Travis run in https

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread Ned Deily
Ned Deily added the comment: Thanks once again, Rajiv! Fix merged for release in 3.8.0b4 and 3.7.5. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread Ned Deily
Ned Deily added the comment: New changeset 8bf5fef8737fdd12724b9340d76a4ed391c4ad8a by Ned Deily (vrajivk) in branch 'master': bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) https://github.com/python/cpython/commit/8bf5fef8737fdd12724b9340d76a4ed391c4ad8a

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread Ned Deily
Ned Deily added the comment: Thanks, Rajiv, your diagnosis and fix in PR 15538 is indeed correct. -- assignee: vstinner -> ned.deily stage: patch review -> commit review ___ Python tracker <https://bugs.python.org/i

<    9   10   11   12   13   14   15   16   17   18   >