This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Lib/lib2to3/*.pickle are shipped / modified in the build
Type: enhancement Stage:
Components: Versions: Python 2.6
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, doko, loewis
Priority: normal Keywords:

Created on 2008-10-10 07:22 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg74617 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2008-10-10 07:22
the files
  Lib/lib2to3/Grammar2.6.0.final.0.pickle
  Lib/lib2to3/PatternGrammar2.6.0.final.0.pickle

are created/modfied during a build/test cycle. Is this expected, should
these be included in the release at all?
msg74619 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-10-10 07:50
They should be present in the installation (and I believe "make install"
will create them).

Whether or not they are included in the source distribution is not
important, IMO. I'm puzzled that they are modifed - this should not
happen, unless something's wrong with the time stamps.
msg78501 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-12-30 02:52
Shall we close this as "works for me"? The files aren't included in
Subversion and are built when 2to3 is used, so I don't see the problem.
msg78514 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-12-30 09:04
It's not sufficient that they get created when 2to3 needs them. It might
be that the user running 2to3 has no permission to write them. I believe
that it currently then just won't write them - but they won't be
created, either (it used to be that it aborts when it can't write them)

However, they should get installed with "make install" - so closing it
as "works for me".
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48346
2008-12-30 09:04:57loewissetstatus: open -> closed
resolution: works for me
messages: + msg78514
2008-12-30 02:52:08benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg78501
2008-10-10 07:50:10loewissetnosy: + loewis
messages: + msg74619
2008-10-10 07:22:51dokocreate