Skip to content

Update pycparser to 3.0#620

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pycparser-2.19-to-3.0
Open

Update pycparser to 3.0#620
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pycparser-2.19-to-3.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates pycparser from 2.19 to 3.0.

Changelog

2.21

- Much improved support for C11 (multiple PRs)
- Support for parehthesized compount statements (423)
- Support for modern Python versions (3.9 and 3.10)
- Fix support for structs with nested enums (387)
- Multiple small bug fixes

2.20

- 61: Fix slow backtracking when parsing strings.
- 99: Parser for FuncDecl incorrectly sets declname attribute on return type.
- 310: Fix crash when file starts with a semicolon.
- 313: Fix array type generation.
- 314: Fix failed parsing of unnamed function parameters with array dim
 qualifiers.
- 315: Fix pointer type generation.
- 324: Fixes for u/l constant integer suffix.
- 346: Fix error transforming an empty switch.
- 350: Recognize integer multicharacter constants like 'ABCD'.
- 363: Fix incorrect AST when parsing offsetof.
Links

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.

1 participant