Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pyc file #431

Merged
merged 1 commit into from
Oct 8, 2018
Merged

Remove pyc file #431

merged 1 commit into from
Oct 8, 2018

Conversation

fanny
Copy link
Contributor

@fanny fanny commented Oct 6, 2018

"By default, when executing Python code from files, the Python interpreter will automatically write a bytecode version of that file to disk, e.g. module.pyc.

These .pyc files should not be checked into your source code repositories.

Theoretically, this behavior is on by default, for performance reasons. Without these bytecode files present, Python would re-generate the bytecode every time the file is loaded. "
check more in python documentation

@piyush01123
Copy link
Contributor

piyush01123 commented Oct 6, 2018

hey shouldn't this be taken care by gitignore (and it is indeed; in line 3).
pyc file can only be added to commit if someone purposefully git adds it (AFAIK)

@harshildarji harshildarji merged commit 7da2265 into TheAlgorithms:master Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants