Vaclav Slavik added the comment:
Sorry for the omission (fixed now), and thanks for your patience!
--
___
Python tracker
<https://bugs.python.org/issue41
Vaclav Slavik added the comment:
Thank you, I didn't consider that situation. I forced-pushed an update to the
PR now.
I opted for duplicate file rather than including, because I think it imposes
the least maintenance burden on keeping compatibility: the other alternative
would mean
Change by Vaclav Slavik :
--
keywords: +patch
pull_requests: +21233
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22154
___
Python tracker
<https://bugs.python.org/issu
New submission from Vaclav Slavik :
NuGet automatically includes .props file from the build directory in the target
using the package, but only if the file has the correct name: it must be
$(id).props. This means that Python's support for this only works correctly in
the python
Vaclav Slavik <[EMAIL PROTECTED]> added the comment:
I'm sorry, did you actually read my comments? Once again, this has
nothing to do with threads and everything to do with isolation of
independent Python apps running in the same *process*. Hope it got
throug
Vaclav Slavik <[EMAIL PROTECTED]> added the comment:
> This could be done either by not using the normal import mechanism
This is completely unrealistic suggestion, people use libraries and
frameworks in their code, you're in effect suggestion that no library
that could possi
Vaclav Slavik <[EMAIL PROTECTED]> added the comment:
> Does the PythonInterpreter option create multiple interpreters
> within a single process
Yes.
> They aren't truly isolated interpreters and nobody I've asked has yet
> provided a use case for it.
If you ig
Vaclav Slavik <[EMAIL PROTECTED]> added the comment:
I'm able to reliably reproduce this bug (using Apache 2.2.8, otherwise
same as above), although not with mod_python's simple tests, but only
with Trac (apparently, Trac creates some threads while processing the
request).