Skip to content

Conversation

@dalcinl
Copy link
Contributor

@dalcinl dalcinl commented Feb 28, 2023

This is a more complete fix for the issue reported in pypa/setuptools#3591 and partially addressed in #199.

  • The fix for library_dirs = self.library_dirs is essential, otherwise the compiler instance keeps accumulating flags after each linking invocation.

  • The other fixes are a matter of good practice (don't return mutable internal state) and consistency (otherwise mutable internal state is returned for some stuff and not for other).

@jaraco jaraco force-pushed the main branch 3 times, most recently from 12769e5 to d23e28a Compare November 5, 2023 15:55
@jaraco jaraco closed this Feb 13, 2024
@jaraco jaraco reopened this Feb 13, 2024
@jaraco jaraco merged commit e651e53 into pypa:main Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants