Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 4.0 -> 5.0
pull_requests: +22489
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23621
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 2.0 -> 3.0
pull_requests: +22534
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23667
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 2.0 -> 3.0
pull_requests: +22622
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23766
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
> No, it should not.
I agree.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue42665>
___
___
Python-
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 2.0 -> 3.0
pull_requests: +22683
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23823
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +22710
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23848
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
Please explain why you believe this is a mistake.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue42
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +22756
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/23901
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 4.0 -> 5.0
pull_requests: +22770
pull_request: https://github.com/python/cpython/pull/23919
___
Python tracker
<https://bugs.python.org/issu
Zackery Spytz added the comment:
The "versionchanged" for *weights* should be 3.10, not 3.8. I've created PR
23919 to fix this.
--
versions: +Python 3.10 -Python 3.9
___
Python tracker
<https://bugs.pyt
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +22826
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23982
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
I've created a fix for this error.
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue42770>
___
___
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/issue34
New submission from Zackery Spytz :
In is_typing_name(), va_end() is not always called before the function returns.
It is undefined behavior to call va_start() without also calling va_end().
--
components: Interpreter Core
messages: 384261
nosy: ZackerySpytz
priority: normal
severity
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +22906
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24073
___
Python tracker
<https://bugs.python.org/issu
Zackery Spytz added the comment:
I am working on this issue.
--
assignee: -> ZackerySpytz
nosy: +ZackerySpytz
versions: +Python 3.10 -Python 3.8
___
Python tracker
<https://bugs.python.org/issu
Zackery Spytz added the comment:
This seems like a duplicate of bpo-31956.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue42
New submission from Zackery Spytz :
A EC_KEY_new_by_curve_name() call in the _ssl__SSLContext_impl() function is
not checked for failure.
--
assignee: christian.heimes
components: Extension Modules, SSL
messages: 385173
nosy: ZackerySpytz, christian.heimes
priority: normal
severity
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23059
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24237
___
Python tracker
<https://bugs.python.org/issu
New submission from Zackery Spytz :
./python -m test test_ctypes
0:00:00 load avg: 1.65 Run tests sequentially
0:00:00 load avg: 1.65 [1/1] test_ctypes
/home/lubuntu2/cpython/Lib/ctypes/test/test_parameters.py:243:
DeprecationWarning: invalid escape sequence \(
self.assertRegex(repr
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23126
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24305
___
Python tracker
<https://bugs.python.org/issu
New submission from Zackery Spytz :
There is a PyObject_SetAttrString() call in zoneinfo_init_subclass() which
is not checked for failure. This could lead to serious bugs if an
exception occurs in PyObject_SetAttrString().
--
components: Extension Modules
messages: 385739
nosy
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23165
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24345
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 2.0 -> 3.0
pull_requests: +23219
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24404
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
Thank you for the report.
--
versions: +Python 3.10, Python 3.8
___
Python tracker
<https://bugs.python.org/issue43087>
___
___
New submission from Zackery Spytz :
PyObject_RichCompareBool() returns -1 on error, but this case is not handled
by the find_in_strong_cache() function.
--
components: Extension Modules
messages: 386503
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Incorrect
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23251
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24450
___
Python tracker
<https://bugs.python.org/issu
Zackery Spytz added the comment:
Okay, I will add some tests.
--
___
Python tracker
<https://bugs.python.org/issue43132>
___
___
Python-bugs-list mailin
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 1.0 -> 2.0
pull_requests: +23289
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24500
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +23295
pull_request: https://github.com/python/cpython/pull/24505
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 7.0 -> 8.0
pull_requests: +23330
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24547
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
pull_requests: +23336
pull_request: https://github.com/python/cpython/pull/24554
___
Python tracker
<https://bugs.python.org/issue43
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 4.0 -> 5.0
pull_requests: +23349
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/24570
___
Python tracker
<https://bugs.p
New submission from Zackery Spytz :
The docs state that PyImport_ImportFrozenModuleObject() returns a new reference,
but it actually returns an int.
https://docs.python.org/3.10/c-api/import.html#c.PyImport_ImportFrozenModuleObject
--
assignee: docs@python
components: Documentation
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23444
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24659
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +23455
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24669
___
Python tracker
<https://bugs.python.org/i
New submission from Zackery Spytz :
./python -m test test_unicode
0:00:00 load avg: 0.33 Run tests sequentially
0:00:00 load avg: 0.33 [1/1] test_unicode
/home/lubuntu2/cpython/Lib/test/test_unicode.py:2941: DeprecationWarning:
getargs: The 'u' format is deprecated. Use &
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23525
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24754
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +23543
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24778
___
Python tracker
<https://bugs.python.org/i
New submission from Zackery Spytz :
For anonymous memory, mmap.size() works without issue on Windows, but it raises
OSError on Unix.
--
components: Extension Modules
messages: 388252
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: mmap.size() raises OSError on
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +23547
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24781
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +19502
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20205
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 2.0 -> 3.0
pull_requests: +19538
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20253
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
versions: +Python 3.10 -Python 3.9
___
Python tracker
<https://bugs.python.org/issue39673>
___
___
Python-bugs-list mailin
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 7.0 -> 8.0
pull_requests: +19558
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20281
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +19579
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20310
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
See also bpo-30756.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue40722>
___
___
Python-bugs-list m
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +19610
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20347
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
pull_requests: +19678
pull_request: https://github.com/python/cpython/pull/20419
___
Python tracker
<https://bugs.python.org/issue35
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue14
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +19729
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20480
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
Python 2 is EOL.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue31869>
___
___
Python-bugs-list mailin
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue23
Zackery Spytz added the comment:
It seems that Serhiy backported the fix.
--
___
Python tracker
<https://bugs.python.org/issue24048>
___
___
Python-bugs-list m
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +19810
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20570
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
I have created a fix for this issue. Please consider taking a look.
--
___
Python tracker
<https://bugs.python.org/issue40
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue10
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +19843
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20617
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +19897
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20684
___
Python tracker
<https://bugs.p
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue34
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue29
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 6.0 -> 7.0
pull_requests: +19992
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20796
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 6.0 -> 7.0
pull_requests: +20037
stage: test needed -> patch review
pull_request: https://github.com/python/cpython/pull/20844
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 4.0 -> 5.0
pull_requests: +20056
pull_request: https://github.com/python/cpython/pull/20867
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +20090
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20908
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +20136
pull_request: https://github.com/python/cpython/pull/20958
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
versions: +Python 3.10 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue35018>
___
___
Python-bugs-list mailin
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 6.0 -> 7.0
pull_requests: +20152
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/20975
___
Python tracker
<https://bugs.p
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue16
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue25
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +20281
pull_request: https://github.com/python/cpython/pull/21118
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 1.0 -> 2.0
pull_requests: +20318
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21158
___
Python tracker
<https://bugs.python.org/i
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue26
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue31
Zackery Spytz added the comment:
Python 2 is EOL, so I think this issue should be closed.
--
nosy: +ZackerySpytz
___
Python tracker
<https://bugs.python.org/issue27
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +20397
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21245
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +20463
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21311
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 6.0 -> 7.0
pull_requests: +20477
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21327
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 4.0 -> 5.0
pull_requests: +20505
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21360
___
Python tracker
<https://bugs.python.org/i
New submission from Zackery Spytz :
If the SSL_CTX_set_tmp_dh() call fails, SSLContext.load_dh_params() returns
None with a live exception. It should return NULL in this case.
--
assignee: christian.heimes
components: Extension Modules, SSL
messages: 373271
nosy: ZackerySpytz
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +20530
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21385
___
Python tracker
<https://bugs.python.org/issu
New submission from Zackery Spytz :
In _servername_callback(), servername_bytes will be used after being
decrefed if PyUnicode_FromEncodedObject() fails.
--
assignee: christian.heimes
components: Extension Modules, SSL
messages: 373371
nosy: ZackerySpytz, christian.heimes
priority
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +20557
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21407
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +20592
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21444
___
Python tracker
<https://bugs.python.org/i
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/issue37
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 1.0 -> 2.0
pull_requests: +20614
pull_request: https://github.com/python/cpython/pull/21470
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +20623
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21480
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 7.0 -> 8.0
pull_requests: +20657
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/21520
___
Python tracker
<https://bugs.p
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 4.0 -> 5.0
pull_requests: +20688
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21546
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 6.0 -> 7.0
pull_requests: +20727
pull_request: https://github.com/python/cpython/pull/21587
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
pull_requests: +20733
pull_request: https://github.com/python/cpython/pull/21594
___
Python tracker
<https://bugs.python.org/issue4
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 8.0 -> 9.0
pull_requests: +20751
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21609
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 5.0 -> 6.0
pull_requests: +20775
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/21633
___
Python tracker
<https://bugs.p
Zackery Spytz added the comment:
I have created PR 21633 to add these macros. Please consider taking a look.
--
versions: +Python 3.10 -Python 3.9
___
Python tracker
<https://bugs.python.org/issue30
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 2.0 -> 3.0
pull_requests: +20789
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21649
___
Python tracker
<https://bugs.python.org/i
Change by Zackery Spytz :
--
nosy: +ZackerySpytz
nosy_count: 7.0 -> 8.0
pull_requests: +20826
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/21682
___
Python tracker
<https://bugs.python.org/
Zackery Spytz added the comment:
I have created PR 21682 to add a "Clear and Restart" item to the "Shell" menu.
--
___
Python tracker
<https://bu
New submission from Zackery Spytz :
If the _Py_GetLocaleconvNumeric() call fails in _locale_localeconv_impl(),
"decimal_point" may be leaked.
--
components: Extension Modules
messages: 374655
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A possible
Change by Zackery Spytz :
--
keywords: +patch
pull_requests: +20843
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21699
___
Python tracker
<https://bugs.python.org/issu
Change by Zackery Spytz :
--
keywords: +patch
nosy: +ZackerySpytz
nosy_count: 3.0 -> 4.0
pull_requests: +20856
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/21712
___
Python tracker
<https://bugs.p
201 - 300 of 717 matches
Mail list logo