Running `make patchcheck` resulted in the following:

Getting the list of files that have been added/changed ... fatal: ambiguous argument 'origin/3.7': unknown revision or path not in the working tree.

How does one fix that?  The commands leading up to this:

  git checkout -b bpo-33217-3.7 upstream/3.7
  <edit Lib/enum.py and Lib/test/test_enum.py>
  make distclean
  cp Modules/Setup.dist Modules/Setup
  ./configure --with-pydebug && make -j2
  ./python -m test.regrtest test_enum.py
  ./python -m test.regrtest
  make patcheck

Any help appreciated!  :)

--
~Ethan~
_______________________________________________
core-workflow mailing list -- core-workflow@python.org
To unsubscribe send an email to core-workflow-le...@python.org
https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to