This Engineering Notebook post tells how I plan to study projects like 
pylint and receive GitHub recognition for intermediate commits.


*Aha! unfreeze modules!*
Python's *-X frozen_modules* command-line argument bypasses all frozen 
modules, allowing me to step through all code. This argument makes it 
possible to study code in the sitecustomize folder!

*Aha! Create repos in sitecustomize!*

Devs get no credit for work done in cloned or forked repos until owners 
accept a PR. This policy is not alright with me. Copying a repo (by hand) 
allows me to get credit, but it's impossible to keep such repos up-to-date.

Creating a private repo in the sitecustomize folder is the solution:

- pip install pylint --upgrade keeps the code up-to-date.
- I'll get credit for all commits.

*Summary*

Python's *-X frozen_modules* command-line argument bypasses all frozen 
modules, allowing me to step through all code.

Converting projects in sitecustomize to personal repos allows me to get 
credit for my studies.

Edward 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/773960bf-5a0f-4deb-aa56-11a4ca6ebd71n%40googlegroups.com.

Reply via email to