New submission from Hartmut Goebel :
If the current directory contains a ill-formed setup.cfg, setting up a virtual
env fails, caused by ensurepip failing:
Expected behaviour:
running ensurepip should completely ignore the content of the current working
directory.
How to reproduce:
$ rm -rf
New submission from Hartmut Goebel :
I have a test site containing nested namespace packages in zipped and unzipped
eggs_
- nspkg3_aaa.egg - unzipped egg, namespaces: nspkg3
- nspkg3_bbb.egg - zipped egg , namespaces: nspkg3, nspkg3.bbb
- nspkg3_ccc.egg - unzipped egg, namespaces: nspkg3
Hartmut Goebel added the comment:
I can confirm that c6d94c37f4fd863c73fbfbcc918fd23b458b5301 makes the
PyInstaller test-case, which war the origin of this bug-report, pass.
Thanks for fixing!
--
___
Python tracker
<https://bugs.python.
New submission from Hartmut Goebel :
As of Python 3.7.0b2 _frozen_importlib_external.PathFinder exists twice on
sys.meta_path, and it is the same object:
$ python -S
Python 3.7.0b2 (default, Mar 22 2018, 20:09:00)
[GCC 5.5.0] on linux
Type "help", "copyright", "credi
New submission from Hartmut Goebel :
PyInstaller is a tool for freezing Python applications into stand-alone
packages, much like py2exe. py2app, and bbfreeze. PyInstaller is providing
*one* bootloader for all versions of Python supported (2.7, 3.4-3.6).
In PyInstaller the startup sequence is
New submission from Hartmut Goebel:
When using
Py_GetPath();
Py_SetPath(pypath_w);
near the beginning of a program, Py_SetPath crashes with memory corruption if
run on a systems with glibc's MALLOC_CHECK enabled.
The reason is: Py_GetPath and Py_SetPath use different memory inter
New submission from Hartmut Goebel :
Wehn copying os.environ usinf copy.copy(), any manipulation on the copied
object will change os.environment, too.
$ python
Python 2.7.3 (default, Apr 22 2012, 07:46:58)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credi
Hartmut Goebel <[EMAIL PROTECTED]> added the comment:
Yes. I've coincidently found the setptools bugtracker today and filed a
bug-report there.
Please Close.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from Hartmut Goebel <[EMAIL PROTECTED]>:
In setuptools 0.6c8 has a bug in bdist_wininst:
Distribution files are listed twice
``distribution.dist_files``. This hinders developing tools which use
this data. In addition ``upload`` will upload the file twice to pypi.
I need th
Changes by Hartmut Goebel <[EMAIL PROTECTED]>:
--
type: -> behavior
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2945>
__
___
Python-b
New submission from Hartmut Goebel <[EMAIL PROTECTED]>:
In Python 2.5 distutils has a bug in bdist_rpm:
Generated distribution files are not listed in
``distribution.dist_files``. Thus .rpms can not be handled by other
tools, eg. ``upload``.
I need this bug fixed for automated upload of
11 matches
Mail list logo