Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450516 - dev-lang/python: distutils.command.config uses constant tempfile name
Summary: dev-lang/python: distutils.command.config uses constant tempfile name
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Michał Górny
URL: http://bugs.python.org/issue16879
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-06 11:27 UTC by Michał Górny
Modified: 2016-10-10 21:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-06 11:27:43 UTC
distutils.command.config which is used really rarely uses a constant temporary file name named '_configtest'. Trying to use any of its command in parallel results in unexpected results.

I believe the command should be using tempfile instead.
Comment 1 Patrice Clement (RETIRED) gentoo-dev 2016-10-10 20:58:30 UTC
Michal, reading at the report you filed at bugs.python.org, upstream doesn't want to improve the situation wrt this special problem. What's the next step now? Can we close this bug report?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-10-10 21:09:17 UTC
Yeah. We don't do parallel stuff anymore, so no need to bother.