Changes by Phil Connell :
--
nosy: +pconnell
___
Python tracker
<http://bugs.python.org/issue7475>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Phil Connell :
--
nosy: +pconnell
___
Python tracker
<http://bugs.python.org/issue6028>
___
___
Python-bugs-list mailing list
Unsubscribe:
Phil Webster added the comment:
After reading about beginners having difficulty with IDLE's terminal behavior,
I wrote a (very) simple patch to disable left clicking in the text area. I
realize that this doesn't solve the problem completely (and the fact that there
is already a
Changes by Phil Connell :
--
nosy: +pconnell
___
Python tracker
<http://bugs.python.org/issue17927>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Phil Connell :
--
nosy: +isoschiz
___
Python tracker
<http://bugs.python.org/issue17927>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Phil Connell :
--
nosy: +pconnell
___
Python tracker
<http://bugs.python.org/issue17908>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Phil Connell :
--
nosy: +isoschiz, pconnell
___
Python tracker
<http://bugs.python.org/issue17947>
___
___
Python-bugs-list mailing list
Unsubscribe:
Phil Webster added the comment:
I've attached a patch that attempts to get sys.ps1 for the prompt.
Unfortunately it prints out blue because it is treated as output from running
print(sys.ps1) as if the user had typed it in. Now that I have a better
understanding of the issue, I may be ab
Phil Elson added the comment:
I just wanted to say that I am seeing the same issue with similar build flags
for the xlc compiler.
Finding the correct compile flags may well be the problem here.
For the record, since I think this is related to the flags which are being
passed to os.open, I
Phil Elson added the comment:
FWIW - this doesn't appear to have been backported to v2.7.x. As a result, the
./Modules/ld_so_aix reference still exists in _sysconfigdata.py in v2.7.8 (and
therefore I was unable to build numpy). The workaround is easy enough, it is
just something that is
New submission from Phil Weir:
When using the sample .gdbinit, use of the _PyUnicode_AsString macro gives "No
symbol "_PyUnicode_AsString" in current context." from GDB.
This was first noticed when using downstream (Ubuntu) CPython 3.4/3.5 with
debug symbols, and was re
Phil Weir added the comment:
Many thanks, Victor - python-gdb does work for GDB 7 (after a little confusion
with python/python3.6dm naming and auto-load). That is very helpful. For
reference, can confirm the error described above for GDB 6.8 and Python 3.6
(with DWARF-2 flags) and that the
New submission from Phil Thompson:
The use case is a packaging tool that can create a single executable for a
Python application. Like similar tools it embeds frozen Python code (including
the standard library) and is linked (often statically) against the interpreter
library.
Executables are
Phil Thompson added the comment:
The problem is the import of the encodings module in _PyCodecRegistry_Init().
--
___
Python tracker
<http://bugs.python.org/issue26
Phil Thompson added the comment:
Yes, preventing the filesystem being used for imports would be another way of
expressing the issue.
Regarding the title I specifically didn't want to suggest a solution as I'm not
expert enough to know what the best solution might be.
If, as Paul i
Phil Thompson added the comment:
At the moment my importer does the same as zipimport and gets added to
sys.path_hooks rather than sys.meta_path.
While waiting for the PEP, how about a table of (externally modifiable)
importer installers that is worked through where _PyImportZip_Init() is
Phil Thompson added the comment:
I don't see why it would be hard to test. The change suggested wouldn't alter
the default behaviour at all.
--
___
Python tracker
<http://bugs.python.o
Phil Thompson added the comment:
Understood, but the only promise here is to call a function (with no arguments,
and returning no result).
--
___
Python tracker
<http://bugs.python.org/issue26
201 - 218 of 218 matches
Mail list logo