Change by PCManticore :
--
nosy: +Claudiu.Popa
___
Python tracker
<https://bugs.python.org/issue38947>
___
___
Python-bugs-list mailing list
Unsubscribe:
PCManticore added the comment:
Just submitted a PR for this issue, hope I got it right. Curious to see if
there are any backwards compatibility concerns with this approach.
--
___
Python tracker
<https://bugs.python.org/issue38
Change by PCManticore :
--
keywords: +patch
pull_requests: +16930
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17449
___
Python tracker
<https://bugs.python.org/issu
Change by PCManticore :
--
nosy: +Claudiu.Popa
___
Python tracker
<https://bugs.python.org/issue38572>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by PCManticore :
--
keywords: +patch
pull_requests: +16922
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17441
___
Python tracker
<https://bugs.python.org/issu
PCManticore added the comment:
Thanks for the report!
Turns out this was a bug in ``inspect.BlockFinder`` which is responsible for
extracting out the source code from a given block. This class was considering
")" inside a decorator call as closing the decorator itself, eve
Change by PCManticore :
--
keywords: +patch
pull_requests: +16857
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17374
___
Python tracker
<https://bugs.python.org/issu
Change by PCManticore :
--
keywords: +patch
pull_requests: +16819
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17335
___
Python tracker
<https://bugs.python.org/issu
PCManticore added the comment:
It seems there are a couple of places in `_pickle.c` where we favour a
`KeyError` instead of `UnpicklingError` such as
https://github.com/python/cpython/blob/master/Modules/_pickle.c#L6178. From a
quick debugging it seems it originates in `load_long_binget
Change by PCManticore :
--
keywords: +patch
pull_requests: +16804
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17317
___
Python tracker
<https://bugs.python.org/issu
Change by PCManticore :
--
keywords: +patch
pull_requests: +16770
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17277
___
Python tracker
<https://bugs.python.org/issu
11 matches
Mail list logo