[issue21044] tarfile does not handle file .name being an int

2017-06-01 Thread Antoine Pietri
Changes by Antoine Pietri : -- stage: test needed -> resolved status: open -> closed ___ Python tracker ___

[issue24692] types.coroutines() idempotence documentation

2017-06-01 Thread Antoine Pietri
Antoine Pietri added the comment: I checked, the current doc gives a good explanation. I'm closing the issue. -- stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue30520] loggers can't be pickled

2017-06-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: Le 01/06/2017 à 09:14, Vinay Sajip a écrit : > > I am not sure it is a good idea to support pickling of loggers, as they are > singletons and generally aren't supposed to be instantiated other than by > calling logging.getLogger(name). Pickling them by name

[issue30520] loggers can't be pickled

2017-06-01 Thread Vinay Sajip
Vinay Sajip added the comment: I am not sure it is a good idea to support pickling of loggers, as they are singletons and generally aren't supposed to be instantiated other than by calling logging.getLogger(name). What's the use case for pickling them, giving that (as you say) just the name

[issue30534] error message for incorrect call degraded in 3.7

2017-06-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +haypo, serhiy.storchaka ___ Python tracker ___

[issue30534] error message for incorrect call degraded in 3.7

2017-06-01 Thread Stefan Behnel
New submission from Stefan Behnel: I'm seeing doctest failures in Cython's test suite with Py3.7 due to the change of an error message: Failed example: func1(arg=None) Expected: Traceback (most recent call last): ... TypeError: func1() takes no keyword arguments Got:

<    1   2