[issue47049] Incorrect shutil.copytree() behaviour with symlinks

2022-04-04 Thread Zoltan Vajda
Zoltan Vajda added the comment: Because I am a first contributor, the automatic quality checks on GitHub have to be manually started by somebody. How can I reqest this and by whom? -- type: -> behavior ___ Python tracker <https://bugs.pyth

[issue47049] Incorrect shutil.copytree() behaviour with symlinks

2022-03-17 Thread Zoltan Vajda
Change by Zoltan Vajda : -- keywords: +patch pull_requests: +30055 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31967 ___ Python tracker <https://bugs.python.org/issu

[issue47049] Incorrect shutil.copytree() behaviour with symlinks

2022-03-17 Thread Zoltan Vajda
New submission from Zoltan Vajda : shutil.copytree incorrectly does not copy symlink contents if called with symlink=False and ignore_dangling_symlinks=True. The wrong behaviour can be reproduced like this: $ tree . └── a ├── a.txt └── b └── a.txt -> ../a.txt $ python3

[issue4195] Regression for executing packages

2008-10-24 Thread vajda
New submission from vajda <[EMAIL PROTECTED]>: Copy of #2751. Having discussed this with Nick a bit more over email, he suggested that package execution could actually be properly supported by looking for a __main__ module inside the package and executing it instead. This is consistent wi

[issue3832] add force_shared Library option to create shared lib even with use_stub=False

2008-09-10 Thread vajda
vajda <[EMAIL PROTECTED]> added the comment: This bug can be closed. It moved to the setuptools issue tracker as issue 43. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3832] add force_shared Library option to create shared lib even with use_stub=False

2008-09-10 Thread vajda
New submission from vajda <[EMAIL PROTECTED]>: setuptools is growing the capability to build regular shared libraries (as opposed to python extensions). JCC (http://svn.osafoundation.org/pylucene/trunk/jcc/jcc) uses this capability to build the JCC runtime into a regular shared library sha