[issue9654] merge PC/getpathp.c into Modules/getpath.c

2019-09-25 Thread STINNER Victor


STINNER Victor  added the comment:

In the implementation of the PEP 587 in Python 3.8, I created 
Python/pathconfig.c and the _PyPathConfig to share code which can be easily 
shared. Right now, remaining code is platform specific.

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue9654] merge PC/getpathp.c into Modules/getpath.c

2011-05-26 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
nosy: +eric.araujo, haypo
versions: +Python 3.3 -Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9654
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9654] merge PC/getpathp.c into Modules/getpath.c

2011-05-26 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

 I propose to merge both files, this would ease maintenance
 and understanding of how these paths are determined.

You mean to have only one function? I would prefer to keep two functions, but 
one should call the another one :) (you should factorize the code)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9654
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9654] merge PC/getpathp.c into Modules/getpath.c

2011-05-24 Thread Michele Orrù

Michele Orrù maker...@gmail.com added the comment:

In which cases it goes to PC/getpathp.c? I suppose it's Modules/getpath.c 
otherwise.

Line 495 on getpathp.c let me guess it's not only for Windows.

--
nosy: +maker

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9654
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9654] merge PC/getpathp.c into Modules/getpath.c

2010-08-23 Thread Tim Golden

Tim Golden m...@timgolden.me.uk added the comment:

+1 in principle

--
nosy: +tim.golden

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9654
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9654] merge PC/getpathp.c into Modules/getpath.c

2010-08-20 Thread Amaury Forgeot d'Arc

New submission from Amaury Forgeot d'Arc amaur...@gmail.com:

The file Modules/getpath.c computes sys.prefix and the initial sys.path.
The Windows version uses its own copy of this file, with a lot of similarities, 
but also non-obvious differences.

I propose to merge both files, this would ease maintenance and understanding of 
how these paths are determined.

--
components: Build
messages: 114460
nosy: amaury.forgeotdarc, brian.curtin
priority: normal
severity: normal
status: open
title: merge PC/getpathp.c into Modules/getpath.c
type: feature request
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9654
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com