Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

fix parser dead loop when meet comment after __all__ #391

Conversation

Hanaasagi
Copy link
Contributor

@Hanaasagi Hanaasagi commented Aug 1, 2019

  • Add unit tests and integration tests where applicable.
    If you've added an error code or changed an error code behavior,
    you should probably add or change a test case file under tests/test_cases/ and add
    it to the list under tests/test_definitions.py.
    If you've added or changed a command line option,
    you should probably add or change a test in tests/test_integration.py.
  • Add a line to the release notes (docs/release_notes.rst) under "Current Development Version".
    Make sure to include the PR number after you open and get one.

It will resolve #366

@Nurdok Nurdok merged commit 174eca6 into PyCQA:master Aug 2, 2019
@Nurdok
Copy link
Member

Nurdok commented Aug 2, 2019

Thanks, @Hanaasagi !
I fixed the merge conflicts manually and merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comment after __all__ causes pydocstyle to freeze
2 participants