Skip to content

Commit

Permalink
Revert "Discard changes to setup.py"
Browse files Browse the repository at this point in the history
This reverts commit 2aa8750.
  • Loading branch information
Avasam committed Oct 23, 2024
1 parent 6c9f4a7 commit 4a2f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ def my_new_compiler(**kw):
ccompiler.new_compiler = my_new_compiler # type: ignore[assignment] # Assuming the caller will always use only kwargs


class my_compiler(MSVCCompiler):
class my_compiler(MSVCCompiler): # type: ignore[misc] # Upcomming fix in https://github.com/python/typeshed/pull/12887
# Just one GUIDS.CPP and it gives trouble on mainwin too. Maybe I
# should just rename the file, but a case-only rename is likely to be
# worse! This can probably go away once we kill the VS project files
Expand Down

0 comments on commit 4a2f154

Please sign in to comment.