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

Add Pycharm's .idea directory to gitignore #6

Closed

Conversation

rajathagasthya
Copy link

@rajathagasthya rajathagasthya commented Feb 10, 2017

No description provided.

@the-knights-who-say-ni
Copy link

@the-knights-who-say-ni the-knights-who-say-ni commented Feb 10, 2017

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow these steps to help rectify the issue:

  1. If you don't have an account on b.p.o, please create one
  2. Make sure your GitHub username is listed in "Your Details" at b.p.o
  3. If you have not already done so, please sign the PSF contributor agreement
  4. If you just signed the CLA, please wait at least a day and then check "Your Details" on bugs.python.org to see if your account has been marked as having signed the CLA (the delay is due to a person having to manually check your signed CLA)
  5. Reply here saying you have completed the above steps

Thanks again to your contribution and we look forward to looking at it!

@Carreau
Copy link
Contributor

@Carreau Carreau commented Feb 10, 2017

note you can also set that globally on your system :

$ cat ~/.gitconfig
# This is Git's per-user configuration file.
[core]
	excludesfile = $HOME/.gitignore  

Which allow you to not patch every project you contribute to.

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 10, 2017

Compared to the old .hgignore, .gitignore lacks more files:

BuildLog.htm
.DS_Store
Include/pydtrace_probes.h
lcov-report/
Misc/*.wpu
Tools/unicode/build/
Tools/unicode/MAPPINGS/

I don't know these files, so I don't know if it's ok to add them as well.

For .DS_Store (used by macOS): it seems like Git ignores it by default, which is a good idea ;-)

@zware
Copy link
Member

@zware zware commented Feb 11, 2017

We just rejected a patch to add Eclipse's project dir (bpo-29510), so I'm closing this as well.

Thanks for contributing, though!

@zware zware closed this Feb 11, 2017
@zware
Copy link
Member

@zware zware commented Feb 11, 2017

We do probably need to update .gitignore, though.

@rajathagasthya rajathagasthya deleted the gitignore_pycharm branch Feb 11, 2017
native-api pushed a commit to native-api/cpython that referenced this issue Jun 5, 2018
paulmon added a commit to paulmon/cpython that referenced this issue Jan 10, 2019
fix _decimal.pyd build for windows arm32
ethanhs added a commit to ethanhs/cpython that referenced this issue Jan 31, 2020
tiran referenced this issue in tiran/cpython Nov 18, 2020
Direct leak of 57 byte(s) in 1 object(s) allocated from:

    #0 0x7fa6397cc667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667)
    #1 0x777579 in PyUnicode_New Objects/unicodeobject.c:1459
    #2 0x86aa4e in unicode_decode_utf8 Objects/unicodeobject.c:5129
    #3 0x8b6050 in PyUnicode_DecodeUTF8Stateful Objects/unicodeobject.c:5259
    #4 0x8b6050 in PyUnicode_FromString Objects/unicodeobject.c:2311
    #5 0x8b6050 in PyUnicode_InternFromString Objects/unicodeobject.c:15788
    #6 0x8f1e0b in create_filter Python/_warnings.c:67
    #7 0x8f1e0b in init_filters Python/_warnings.c:95
    #8 0x8f1e0b in _PyWarnings_InitState Python/_warnings.c:123
    python#9 0xa52178 in pycore_init_types Python/pylifecycle.c:704
    python#10 0xa52178 in pycore_interp_init Python/pylifecycle.c:760
    python#11 0xa5eab1 in pyinit_config Python/pylifecycle.c:807
    python#12 0xa5eab1 in pyinit_core Python/pylifecycle.c:970
    python#13 0xa60037 in Py_InitializeFromConfig Python/pylifecycle.c:1155
    python#14 0x47a842 in pymain_init Modules/main.c:66
    python#15 0x4802a2 in pymain_main Modules/main.c:698
    python#16 0x4802a2 in Py_BytesMain Modules/main.c:731
    python#17 0x7fa638a5b041 in __libc_start_main (/lib64/libc.so.6+0x27041)

Signed-off-by: Christian Heimes <christian@python.org>
nanjekyejoannah pushed a commit to nanjekyejoannah/cpython that referenced this issue Apr 14, 2022
6: Add warnings for the print statement r=ltratt a=nanjekyejoannah

A Py3k syntax warning has been added for the print statement.

This PR should replace python#2 

Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants