[issue39330] Way to build without IDLE

2020-01-14 Thread Reece Dunham


New submission from Reece Dunham :

It would just be better in my opinion if there was a way to build without IDLE, 
for people that are building from source and don't want it.

This doesn't have to be implemented, it is just something I think would make 
the build system a bit better.

--
components: Build
messages: 359976
nosy: rdil
priority: normal
severity: normal
status: open
title: Way to build without IDLE
type: enhancement
versions: Python 3.9

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



[issue39330] Way to build without IDLE

2020-01-14 Thread Reece Dunham


Reece Dunham  added the comment:

Okay, closing it then. Thanks for the info.

--
stage:  -> resolved
status: pending -> closed

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



[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Reece Dunham


New submission from Reece Dunham :

Exception ignored in: 
Traceback (most recent call last):
  File "/root/conda/lib/python3.8/multiprocessing/pool.py", line 268, in __del__
  File "/root/conda/lib/python3.8/multiprocessing/queues.py", line 362, in put
AttributeError: 'NoneType' object has no attribute 'dumps'

Pretty sure that shouldn't be None.

--
components: Library (Lib)
messages: 360407
nosy: rdil
priority: normal
severity: normal
status: open
title: Multiprocessing resolving object as None
versions: Python 3.8

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



[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Reece Dunham


Change by Reece Dunham :


--
type:  -> behavior

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



[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Reece Dunham


Reece Dunham  added the comment:

Not sure exactly where its being thrown, but I know it happened in 
https://cirrus-ci.com/task/4875001270632448?command=test_pyside2#L3974

--

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