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.

Author brett.cannon
Recipients brett.cannon, chris.jerdonek, jayyin11043, yan12125
Date 2018-03-06.15:53:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP1=2W47=xt2O9L1v1rYdrd-hfyEqpbJoA=1zaDrfoNePjOp_Q@mail.gmail.com>
In-reply-to <1520282622.62.0.467229070634.issue32642@psf.upfronthosting.co.za>
Content
'make regen-all' should do it (but so will just running 'make -s -j' like
any old build of CPython).

On Mon, Mar 5, 2018, 12:43 Jay Yin, <report@bugs.python.org> wrote:

>
> Jay Yin <jayyin11043@gmail.com> added the comment:
>
> I'm unsure how to regenerate the files that interact with the code for
> sys.path as travisCI states
> "
> Generated files not up to date
>  M Python/importlib_external.h
> "
> since my code changes some of how the importing is handled
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32642>
> _______________________________________
>
History
Date User Action Args
2018-03-06 15:53:30brett.cannonsetrecipients: + brett.cannon, chris.jerdonek, yan12125, jayyin11043
2018-03-06 15:53:30brett.cannonlinkissue32642 messages
2018-03-06 15:53:30brett.cannoncreate