[issue41744] NuGet python.props only works in python nuget, not other variants

2020-09-12 Thread Vaclav Slavik
Vaclav Slavik added the comment: Sorry for the omission (fixed now), and thanks for your patience! -- ___ Python tracker <https://bugs.python.org/issue41

[issue41744] NuGet python.props only works in python nuget, not other variants

2020-09-10 Thread Vaclav Slavik
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

[issue41744] NuGet python.props only works in python nuget, not other variants

2020-09-08 Thread Vaclav Slavik
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

[issue41744] NuGet python.props only works in python nuget, not other variants

2020-09-08 Thread Vaclav Slavik
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

[issue1758146] Crash in PyObject_Malloc

2008-07-08 Thread Vaclav Slavik
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

[issue1758146] Crash in PyObject_Malloc

2008-06-03 Thread Vaclav Slavik
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

[issue1758146] Crash in PyObject_Malloc

2008-06-03 Thread Vaclav Slavik
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

[issue1758146] Crash in PyObject_Malloc

2008-05-21 Thread Vaclav Slavik
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).