Uh oh!
There was an error while loading. Please reload this page.
gh-113299: Create libclinic package - #113309
Conversation
* Create Tools/clinic/libclinic/ package. * Move cpp.py to libclinic. * Create libclinic.utils.
vstinner
commented
Dec 20, 2023
@erlend-aasland@AlexWaygood@corona10: Ok, here is first minimum step to create a new package for Argument Clinic code. |
| # Clinic instance | ||
| clinic: 'Clinic' | None = None |
There was a problem hiding this comment.
This PR feels like it only does my least favourite thing about your other PR :// #113299 (comment)
| global clinic | ||
| clinic = self | ||
| utils.clinic = self |
There was a problem hiding this comment.
IMO, putting a global from one file into another file is not a good idea.
vstinner
commented
Dec 20, 2023
I don't have the bandwidth right now to move this global variable. Adding Apparently, it's a requirement for @AlexWaygood and @erlend-aasland so I prefer to close this PR for now. |
Uh oh!
There was an error while loading. Please reload this page.