Matt B added the comment:
Thanks, @kj! Fantastic education and insight! I'm sad that I needed you as an
interpreter but very grateful you were around to provide the interpretation.
Working on a patch now….
--
___
Python tracker
&
Matt B added the comment:
I am happy to attempt a patch, but I don't understand what's going on with
_ConcatenateGenericAlias. Or rather, I don't fully understand the various
copy_with semantics. This code is *very* hard to follow.
Patching _GenericAlias.copy_with s
Matt B added the comment:
Filed by request:
https://github.com/python/cpython/pull/26091#issuecomment-1024900261
--
___
Python tracker
<https://bugs.python.org/issue46
New submission from Matt B :
c55ff1b352f8b82184f80d9dea220e832691acfc was submitted to fix #44098 and added
the _typevar_types and _paramspec_tvars properties to _GenericAlias. However,
those properties continue to be omitted from _GenericAlias.copy_with[1].
Further, typing.py is fairly
Matt B added the comment:
@ztane, if you are interested in trying your hand at a PR, these will be
generally useful:
* https://devguide.python.org/
* https://devguide.python.org/documenting/
--
___
Python tracker
<https://bugs.python.
Matt B added the comment:
@rhettinger, the docstring[1] alluded to in the docs is quite lengthy. Are you
suggesting copying it straight across to the standard library documentation? If
not, can you give (or link to) some documentation standards or other guidance
on constructing a viable PR
Matt B added the comment:
Please treat this as a feature request to add the ability for pdb (and
internals) to ingest sources for exec-generated code.
--
___
Python tracker
<https://bugs.python.org/issue46
Change by Matt B :
--
resolution: not a bug ->
___
Python tracker
<https://bugs.python.org/issue46133>
___
___
Python-bugs-list mailing list
Unsubscrib
Change by Matt B :
--
status: closed -> open
title: Unclear whether one can (or how to) provide source to exec-generated
code -> Feature request: allow mechanism for creator of exec-generated code to
provide source to pdb
type: behavior -> en
Change by Matt B :
--
components: +Library (Lib)
type: -> behavior
versions: +Python 3.10, Python 3.11, Python 3.6, Python 3.7, Python 3.8, Python
3.9
___
Python tracker
<https://bugs.python.org/issu
New submission from Matt B :
Unless I missed it, looking at
https://github.com/python/cpython/blob/main/Lib/pdb.py,
https://github.com/python/cpython/blob/main/Lib/inspect.py, and
https://docs.python.org/3/library/pdb.html doesn't give much of a clue how to
provide sources to exec-gene
Changes by Matt B :
--
nosy: +Matt.B
___
Python tracker
<http://bugs.python.org/issue4033>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
New submission from Matt B :
>>> import _tkinter
Traceback (most recent call last):
File "", line 1, in
ImportError: DLL load failed: %1 is not a valid Win32 application.
I 'upgraded' to python 2.6.5 by downloading the windows 64 bit installer. I'm
run
13 matches
Mail list logo