Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 450516

Summary: dev-lang/python: distutils.command.config uses constant tempfile name
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: RESOLVED UPSTREAM    
Severity: major CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.python.org/issue16879
Whiteboard:
Package list:
Runtime testing required: ---

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.