New submission from Carl Drougge :
PEP 495 names one of the accessor macros PyDateTime_GET_FOLD but the code names
it PyDateTime_DATE_GET_FOLD.
The FOLD macros are also missing from
https://docs.python.org/3/c-api/datetime.html (and versions).
--
assignee: docs@python
components
New submission from Carl Drougge :
If several threads try to start a multiprocessing.Pool at the same time when no
pool has been started before this often fails with an exception like this (the
exact import varies):
Exception in thread Thread-2:
Traceback (most recent call last):
File
New submission from Carl Drougge:
Sorry, this happened to me in /tmp, where it's actually true, except I
don't expect symlinks to be considered mountpoints, so I still consider
it a bug. Should have tested more though.
--
title: posixpath.ismount() claims symlink to .. is
Changes by Carl Drougge:
--
components: Library (Lib)
nosy: drougge
severity: minor
status: open
title: posixpath.ismount() claims symlink to .. is mountpoint.
type: behavior
versions: Python 2.4, Python 2.5
__
Tracker <[EMAIL PROTECTED]>