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

gh-95011: Migrate syslog module to Argument Clinic #95012

Merged
merged 22 commits into from Oct 8, 2022

Commits on Jul 25, 2022

  1. Merge branch 'main' into clinic-syslog

    Erlend Egeberg Aasland committed Jul 25, 2022

Commits on Jul 26, 2022

  1. Update Modules/syslogmodule.c

    Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
    noamcohen97 and erlend-aasland committed Jul 26, 2022
  2. Update Modules/syslogmodule.c

    Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
    noamcohen97 and erlend-aasland committed Jul 26, 2022
  3. syslog: fix ref leak

    noamcohen97 committed Jul 26, 2022
  4. fix whitespace issues

    noamcohen97 committed Jul 26, 2022
  5. syslog: pep 7

    noamcohen97 committed Jul 26, 2022

Commits on Jul 27, 2022

  1. use the str converter

    noamcohen97 committed Jul 27, 2022

Commits on Sep 7, 2022