[issue38273] Got an compile failed info about typeobject.c

STINNER Victor report at bugs.python.org
Wed Sep 25 07:35:24 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

Hi, can you please try to rebuild from scratch? For example, if you cloned the Git repository, revert all changes and remove all untracked files using:

  git checkout master .
  git clean -fdx

Otherwise, try:

  make distclean

Then try a new build.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38273>
_______________________________________


More information about the Python-bugs-list mailing list