Skip to content

bpo-29808: Do not fail in SysLogHandler constructor if syslog isn't available. #696

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

Merged
merged 10 commits into from
Mar 17, 2017
Merged

Conversation

vsajip
Copy link
Member

@vsajip vsajip commented Mar 17, 2017

No description provided.

vsajip and others added 10 commits February 21, 2017 19:42
…n Windows AMD64. (#168)

* Fixed bpo-29565: Corrected ctypes passing of large structs by value.

Added code and test to check that when a structure passed by value
is large enough to need to be passed by reference, a copy of the
original structure is passed. The callee updates the passed-in value,
and the test verifies that the caller's copy is unchanged. A similar
change was also added to the test added for bpo-20160 (that test was
passing, but the changes should guard against regressions).

* Reverted unintended whitespace changes.

(cherry picked from commit a86339b)
@Mariatta
Copy link
Member

Diff looks correct here, but it includes a whole bunch of unrelated changes 🤔

@vsajip
Copy link
Member Author

vsajip commented Mar 17, 2017

That's just the messages from empty merge commits in my 3.6 branch. I would expect the spurious messages to all go away when the squash+merge is done.

@vsajip vsajip merged commit 46e81d3 into python:3.6 Mar 17, 2017
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.

4 participants