[issue39871] math.copysign raises SystemError with non-float x and custom y

2020-08-05 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +20893 pull_request: https://github.com/python/cpython/pull/21749 ___ Python tracker <https://bugs.python.org/issue39

[issue24783] Import Error (undefined symbol: PyFloat_Type) when Importing math Module on Shared Build

2020-08-12 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue24

[issue30493] Increase coverage of base64

2020-08-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +21029 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21913 ___ Python tracker <https://bugs.python.org/i

[issue34215] streams.py:IncompleteReadError message is unclear when expected is None

2020-08-19 Thread Zackery Spytz
Change by Zackery Spytz : -- components: +asyncio nosy: +ZackerySpytz title: streams.py:IncompleteReadError is message is unclear when expected is None -> streams.py:IncompleteReadError message is unclear when expected is None versions: +Python 3.10 -Python

[issue34215] streams.py:IncompleteReadError message is unclear when expected is None

2020-08-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +21038 pull_request: https://github.com/python/cpython/pull/21925 ___ Python tracker <https://bugs.python.org/issue34

[issue30434] multiprocessing AuthenticationError "digest sent was rejected"

2020-08-21 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30

[issue41634] Typo in curses documentation

2020-08-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +21068 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21958 ___ Python tracker <https://bugs.python.org/i

[issue41668] Expose eventfd for high-performance event notifier in Linux

2020-08-31 Thread Zackery Spytz
Zackery Spytz added the comment: I think this is a duplicate of bpo-41001. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue41

[issue20747] Charset.header_encode in email.charset doesn't take a maxlinelen argument and has inconsistent behavior with different encodings

2020-08-31 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue20

[issue30926] KeyError with cgitb inspecting exception in generator expression

2020-09-01 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30

[issue16003] thread_PyThread_start_new_thread fails with a generic error

2020-09-02 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +21158 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22068 ___ Python tracker <https://bugs.python.org/i

[issue38585] defusedexpat not supported past python 3.3/3.4

2020-09-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21182 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22095 ___ Python tracker <https://bugs.python.org/i

[issue41723] doc: issue in a sentence in py_compile

2020-09-05 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +21194 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22110 ___ Python tracker <https://bugs.python.org/i

[issue38572] Misleading AttributeError accessing fileno attribute in tarfile

2020-09-09 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +21244 pull_request: https://github.com/python/cpython/pull/22178 ___ Python tracker <https://bugs.python.org/issu

[issue41646] shutil.copy documentation should clarify support for path-like objects

2020-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +21263 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22208 ___ Python tracker <https://bugs.python.org/i

[issue38486] Dead links in mailbox doc

2020-09-13 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +21294 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22239 ___ Python tracker <https://bugs.python.org/i

[issue31870] add timeout parameter for get_server_certificate in ssl.py

2020-09-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 5.0 -> 6.0 pull_requests: +21325 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/22270 ___ Python tracker <https://bugs.p

[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 <https://bugs.python.org/issu

[issue39871] math.copysign raises SystemError with non-float x and custom y

2020-09-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +21378 pull_request: https://github.com/python/cpython/pull/22333 ___ Python tracker <https://bugs.python.org/issue39

[issue35765] Document references object x but doesn't show it in the example

2020-09-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21449 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22411 ___ Python tracker <https://bugs.python.org/i

[issue36424] Pickle fails on frozen dataclass that has slots

2020-09-29 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +21485 pull_request: https://github.com/python/cpython/pull/22459 ___ Python tracker <https://bugs.python.org/issu

[issue35928] socket makefile read-write discards received data

2020-10-03 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 5.0 -> 6.0 pull_requests: +21538 pull_request: https://github.com/python/cpython/pull/22535 ___ Python tracker <https://bugs.python.org/issu

[issue26389] Expand traceback module API to accept just an exception as an argument

2020-10-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +21593 pull_request: https://github.com/python/cpython/pull/22610 ___ Python tracker <https://bugs.python.org/issu

[issue41845] Promote PyObject_GenericGetDict to the stable API

2020-10-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +21619 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22646 ___ Python tracker <https://bugs.python.org/i

[issue41845] Promote PyObject_GenericGetDict to the stable API

2020-10-11 Thread Zackery Spytz
Zackery Spytz added the comment: I have created PR 22646 to fix this issue. Please consider taking a look. -- ___ Python tracker <https://bugs.python.org/issue41

[issue40341] Programming FAQ includes actively discouraged solutions; Should those be removed?

2020-10-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21692 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22726 ___ Python tracker <https://bugs.python.org/i

[issue42071] Shelve should default to the default Pickle protocol instead of hardcoding version 3

2020-10-18 Thread Zackery Spytz
Zackery Spytz added the comment: Unfortunately, this is a duplicate of bpo-34204 (which already has a pull request). -- nosy: +ZackerySpytz resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Bump the default pickle protoc

[issue38523] ignore_dangling_symlinks in shutil.copytree does not apply recursively

2020-10-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +21857 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22937 ___ Python tracker <https://bugs.python.org/i

[issue42144] A missing "goto" in the _ssl module!

2020-10-24 Thread Zackery Spytz
New submission from Zackery Spytz : In the _ssl_configure_hostname() function, there's a missing "goto error;" if SSL_set_tlsext_host_name() fails. -- assignee: christian.heimes components: Extension Modules, SSL messages: 379562 nosy: ZackerySpytz, christian.heimes p

[issue42144] A missing "goto" in the _ssl module!

2020-10-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +21876 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22959 ___ Python tracker <https://bugs.python.org/issu

[issue14556] telnetlib Telnet.expect fails with timeout=0

2020-10-24 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue14

[issue9453] pulldom.SAX2DOM Doesn't support processing instructions before the root element

2020-10-27 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +21929 pull_request: https://github.com/python/cpython/pull/23012 ___ Python tracker <https://bugs.python.org/iss

[issue9453] pulldom.SAX2DOM Doesn't support processing instructions before the root element

2020-10-27 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 3.10 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue9453> ___ ___ Python-bugs-list mailing list Unsub

[issue34204] Bump the default pickle protocol in shelve

2020-10-27 Thread Zackery Spytz
Zackery Spytz added the comment: It has not been abandoned. -- versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue34

[issue21664] multiprocessing leaks temporary directories pymp-xxx

2020-11-09 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2.7 is no longer supported, so I think this issue should be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue21

[issue42314] Incorrect documentation entry for venv

2020-11-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22128 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23232 ___ Python tracker <https://bugs.python.org/i

[issue42326] Add verify_callback hook capability to the SSL lib

2020-11-11 Thread Zackery Spytz
Zackery Spytz added the comment: Unfortunately, this seems like a duplicate of bpo-31242. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42

[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-38506 (which already has a PR). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue42

[issue40736] better message for re.search TypeError ("expected string or bytes-like object")

2020-11-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22203 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23312 ___ Python tracker <https://bugs.python.org/i

[issue42415] python3.lib in Python3.9.0 Windows distribution does not contain PyObject_CallNoArgs symbol

2020-11-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 6.0 -> 7.0 pull_requests: +22308 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23415 ___ Python tracker <https://bugs.python.org/i

[issue32068] textpad from curses package isn't handling backspace key

2020-11-22 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +22356 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23466 ___ Python tracker <https://bugs.python.org/i

[issue42088] types.SimpleNamespace.__repr__ documentation inconsistency

2020-11-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +22391 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23502 ___ Python tracker <https://bugs.python.org/i

[issue36946] Possible signed integer overflow in slice handling

2019-05-16 Thread Zackery Spytz
New submission from Zackery Spytz : Python 3.8.0a4+ (heads/master:870b035bc6, May 16 2019, 20:53:02) [GCC 9.0.1 20190402 (experimental) [trunk revision 270074]] on linux Type "help", "copyright", "credits" or "license" for more information. >>

[issue36946] Possible signed integer overflow in slice handling

2019-05-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13286 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36946> ___ ___ Py

[issue36951] Wrong types for PyMemberDefs in Objects/typeobject.c

2019-05-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13315 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36951> ___ ___ Py

[issue36951] Wrong types for PyMemberDefs in Objects/typeobject.c

2019-05-18 Thread Zackery Spytz
Zackery Spytz added the comment: I agree that this should be fixed. -- nosy: +ZackerySpytz versions: +Python 2.7 ___ Python tracker <https://bugs.python.org/issue36

[issue25068] The proxy key's string should ignore case.

2019-05-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13405 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue25068] The proxy key's string should ignore case.

2019-05-22 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue25068> ___ ___ Python-bug

[issue37012] Possible crash due to PyType_FromSpecWithBases()

2019-05-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13410 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue37012> ___ ___ Py

[issue37013] Fatal Python error in socket.if_indextoname()

2019-05-22 Thread Zackery Spytz
New submission from Zackery Spytz : Python 3.8.0a4+ (heads/master:ef9d9b6312, May 22 2019, 08:35:25) [GCC 9.0.1 20190402 (experimental) [trunk revision 270074]] on linux Type "help", "copyright", "credits" or "license" for more information. >>>

[issue37013] Fatal Python error in socket.if_indextoname()

2019-05-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13418 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue37013> ___ ___ Py

[issue37007] Implement socket.if_{nametoindex, indextoname} for Windows

2019-05-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13437 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue37007> ___ ___ Py

[issue37007] Implement socket.if_{nametoindex, indextoname} for Windows

2019-05-23 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR for this issue. Few changes are needed to implement these functions on Windows. -- nosy: +ZackerySpytz, eryksun ___ Python tracker <https://bugs.python.org/is

[issue29779] New environment variable PYTHONHISTORY

2019-05-24 Thread Zackery Spytz
Zackery Spytz added the comment: PR 473 was closed by its author. I have created a new pull request (PR 13208) that addresses all of Berker Peksag's comments on the old PR. Please have a look. -- nosy: +ZackerySpytz versions: +Python 3.8 -Pytho

[issue36379] nb_inplace_pow is always called with an invalid argument

2019-05-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13458 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36379] nb_inplace_pow is always called with an invalid argument

2019-05-24 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR for this issue (with tests). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue26836] Add memfd_create to os module

2019-05-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13477 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13567 ___ Python tracker <https://bugs.python.org/issu

[issue26836] Add memfd_create to os module

2019-05-25 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue26836> ___ ___ Python-bug

[issue26423] Integer overflow in wrap_lenfunc() on 64-bit build of Windows with len > 2**31-1

2019-05-27 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13512 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13606 ___ Python tracker <https://bugs.python.org/issu

[issue26423] Integer overflow in wrap_lenfunc() on 64-bit build of Windows with len > 2**31-1

2019-05-28 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue26

[issue36935] bpo-35813 introduced usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() function

2019-05-28 Thread Zackery Spytz
Zackery Spytz added the comment: The PR for bpo-33407 has been merged, so two warnings are now emitted in Modules/_winapi.c. I think it would be best to replace the two calls with PyErr_SetFromWindowsErr(0) (for now). Eryk, I think a discussion on python-dev would be necessary for something

[issue37007] Implement socket.if_{nametoindex, indextoname} for Windows

2019-05-29 Thread Zackery Spytz
Zackery Spytz added the comment: Well, it turns out that implementing if_nameindex() on Windows using GetIfTable2Ex() was also quite simple. I've updated the PR. -- ___ Python tracker <https://bugs.python.org/is

[issue14656] Add a macro for unreachable code

2019-05-29 Thread Zackery Spytz
Zackery Spytz added the comment: The Py_UNREACHABLE() macro was implemented in bpo-31338, so this issue can be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue14

[issue37007] Implement socket.if_{nametoindex, indextoname} for Windows

2019-05-29 Thread Zackery Spytz
Zackery Spytz added the comment: Thanks, Steve. I've addressed your comments on the PR. -- ___ Python tracker <https://bugs.python.org/issue37007> ___ ___

[issue26836] Add memfd_create to os module

2019-05-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13556 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13666 ___ Python tracker <https://bugs.python.org/issu

[issue12639] msilib Directory.start_component() fails if keyfile is not None

2019-05-30 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13576 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13688 ___ Python tracker <https://bugs.python.org/issu

[issue12639] msilib Directory.start_component() fails if keyfile is not None

2019-05-30 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz type: -> behavior versions: +Python 2.7, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue12639] msilib Directory.start_component() fails if keyfile is not None

2019-05-31 Thread Zackery Spytz
Zackery Spytz added the comment: Thanks for looking at this issue, Steve. At this point in time, 3.6 only takes security fixes, so PR 13703 should be closed. The Close() method was added in 3.7, so I think removing the addCleanup() call is the way to go for 2.7

[issue12202] Check status returns in msilib.SummaryInformation.GetProperty()

2019-05-31 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13598 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13711 ___ Python tracker <https://bugs.python.org/issu

[issue12202] Check status returns in msilib.SummaryInformation.GetProperty()

2019-05-31 Thread Zackery Spytz
Zackery Spytz added the comment: This issue needs to be fixed. Passing an invalid value to SummaryInformation.GetProperty() will cause the first MsiSummaryInfoGetProperty() call to fail. As the call is not properly checked, the "type" variable will then be used uninit

[issue12202] Check status returns in msilib.SummaryInformation.GetProperty()

2019-05-31 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13599 pull_request: https://github.com/python/cpython/pull/13712 ___ Python tracker <https://bugs.python.org/issue12

[issue32865] os.pipe creates inheritable FDs with a bad internal state on Windows

2019-06-01 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13622 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13739 ___ Python tracker <https://bugs.python.org/issu

[issue27513] email.utils.getaddresses does not handle Header objects

2019-06-03 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13682 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13797 ___ Python tracker <https://bugs.python.org/issu

[issue27513] email.utils.getaddresses does not handle Header objects

2019-06-03 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue27

[issue34767] Optimize asyncio.Lock

2019-06-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13713 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13834 ___ Python tracker <https://bugs.python.org/issu

[issue34767] Optimize asyncio.Lock

2019-06-05 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue34767> ___ ___ Python-bugs-list mailin

[issue37170] Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr_BadInternalCall

2019-06-06 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13734 pull_request: https://github.com/python/cpython/pull/13860 ___ Python tracker <https://bugs.python.org/issue37

[issue37170] Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr_BadInternalCall

2019-06-06 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue37170> ___ ___ Python-bugs-list mailin

[issue37170] Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr_BadInternalCall

2019-06-07 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13765 pull_request: https://github.com/python/cpython/pull/13891 ___ Python tracker <https://bugs.python.org/issue37

[issue37170] Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr_BadInternalCall

2019-06-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13771 pull_request: https://github.com/python/cpython/pull/13896 ___ Python tracker <https://bugs.python.org/issue37

[issue37170] Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr_BadInternalCall

2019-06-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13773 pull_request: https://github.com/python/cpython/pull/13898 ___ Python tracker <https://bugs.python.org/issue37

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13870 pull_request: https://github.com/python/cpython/pull/14007 ___ Python tracker <https://bugs.python.org/issue36

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue36901> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37267] os.dup() creates an inheritable fd when handling a character file on Windows

2019-06-13 Thread Zackery Spytz
New submission from Zackery Spytz : In PR 13739, Eryk Sun mentioned that the Windows implementation of os.dup() returns an inheritable fd when handling a character file. A comment in _Py_dup() makes it seem as though this is due to a belief that handles for character files cannot be made non

[issue37267] os.dup() creates an inheritable fd when handling a character file on Windows

2019-06-13 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13913 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14051 ___ Python tracker <https://bugs.python.org/issu

[issue19865] create_unicode_buffer() fails on non-BMP strings on Windows

2019-06-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13940 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14081 ___ Python tracker <https://bugs.python.org/issu

[issue19865] create_unicode_buffer() fails on non-BMP strings on Windows

2019-06-14 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. Please take a look. -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue19

[issue1572968] release GIL while doing I/O operations in the mmap module

2019-06-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13963 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14114 ___ Python tracker <https://bugs.python.org/issue1

[issue1572968] release GIL while doing I/O operations in the mmap module

2019-06-15 Thread Zackery Spytz
Change by Zackery Spytz : -- components: +Extension Modules -Library (Lib) nosy: +ZackerySpytz versions: +Python 3.9 -Python 2.7, Python 3.1 ___ Python tracker <https://bugs.python.org/issue1572

[issue37308] Possible mojibake in mmap.mmap() when using the tagname parameter on Windows

2019-06-16 Thread Zackery Spytz
New submission from Zackery Spytz : mmap.mmap() passes a char * encoded as UTF-8 to CreateFileMappingA() when the tagname parameter is used. This was reported by Eryk Sun on PR 14114. -- components: Extension Modules, Windows messages: 345763 nosy: ZackerySpytz, paul.moore

[issue37308] Possible mojibake in mmap.mmap() when using the tagname parameter on Windows

2019-06-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13975 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14133 ___ Python tracker <https://bugs.python.org/issu

[issue37316] mmap.mmap() passes the wrong variable to PySys_Audit()

2019-06-17 Thread Zackery Spytz
New submission from Zackery Spytz : new_mmap_object() should pass the fd variable to PySys_Audit(), not fileno. Also, there's a missing call to va_end() in PySys_Audit() itself. -- components: Extension Modules messages: 345834 nosy: ZackerySpytz priority: normal severity: n

[issue37316] mmap.mmap() passes the wrong variable to PySys_Audit()

2019-06-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13995 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14152 ___ Python tracker <https://bugs.python.org/issu

[issue20183] Derby #14: Convert 41 sites to Argument Clinic across 5 files

2019-06-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14039 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14201 ___ Python tracker <https://bugs.python.org/issu

[issue20183] Derby #14: Convert 41 sites to Argument Clinic across 5 files

2019-06-18 Thread Zackery Spytz
Zackery Spytz added the comment: PR 14201 converts Modules/_localemodule.c. -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue20

[issue20183] Derby #14: Convert 41 sites to Argument Clinic across 5 files

2019-06-18 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14045 pull_request: https://github.com/python/cpython/pull/14207 ___ Python tracker <https://bugs.python.org/issue20

[issue20183] Derby #14: Convert 41 sites to Argument Clinic across 5 files

2019-06-18 Thread Zackery Spytz
Zackery Spytz added the comment: PR 14207 converts Modules/mmapmodule.c. -- ___ Python tracker <https://bugs.python.org/issue20183> ___ ___ Python-bugs-list m

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2019-06-19 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14080 pull_request: https://github.com/python/cpython/pull/14245 ___ Python tracker <https://bugs.python.org/issue20

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2019-06-19 Thread Zackery Spytz
Zackery Spytz added the comment: PR 14245 converts Modules/_multiprocessing/semaphore.c and Modules/_multiprocessing/multiprocessing.c. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue20

[issue20179] Derby #10: Convert 50 sites to Argument Clinic across 4 files

2019-06-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14099 pull_request: https://github.com/python/cpython/pull/14275 ___ Python tracker <https://bugs.python.org/issue20

<    1   2   3   4   5   6   7   8   >