[issue34781] infinite waiting in multiprocessing.Pool

2022-01-27 Thread Antonio Vázquez Blanco

Change by Antonio Vázquez Blanco :


--
nosy: +antonio.vazquez

___
Python tracker 
<https://bugs.python.org/issue34781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39226] venv does not include pythonXX.lib

2020-01-05 Thread Antonio Vázquez Blanco

New submission from Antonio Vázquez Blanco :

I've tryed to install mod_wsgi using pip lately in a venv. This installation 
process fails with a message about a missing venv\scripts\libs\python38.lib 
file as reported in https://github.com/GrahamDumpleton/mod_wsgi/issues/506

It seems that this file used to be included in virtual environments but the 
behaviour has changed. This library seems to be a dependency for some modules, 
shouldn't it be included in the virtual environment? Is this behaviour change 
desired? If so, how should modules link to python.lib?

Thanks in advance

--
components: Library (Lib)
messages: 359388
nosy: Antonio Vázquez Blanco
priority: normal
severity: normal
status: open
title: venv does not include pythonXX.lib
type: behavior

___
Python tracker 
<https://bugs.python.org/issue39226>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39226] venv does not include pythonXX.lib

2020-01-08 Thread Antonio Vázquez Blanco

Antonio Vázquez Blanco  added the comment:

If that is the intended way to proceed then I will patch mod_wsgi.

Sorry for the inconvenience and thank you very much for the pointers.

Thanks!

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue39226>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com