@python core developer, Python security team, PSF fellow, security-monger, Open Source advocate, Red Hat SecEng / IdM dev (he/him)
Views are my own.
-
Red Hat
- Hamburg, Germany
- @ChristianHeimes
Block or Report
Block or report tiran
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
freeipa Public
Forked from freeipa/freeipa
Mirror of FreeIPA, an integrated security information management solution
-
-
-
jwcrypto Public
Forked from latchset/jwcrypto
Implements JWK,JWS,JWE specifications using python-cryptography
Python 1
1,112 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 31 commits in 6 repositories
Created a pull request in python/cpython that received 14 comments
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
+17
−16
•
14
comments
Opened 31 other pull requests in 6 repositories
python/cpython
2
open
16
merged
1
closed
- bpo-40280: Skip socket, fork, subprocess tests on Emscripten
- bpo-40280: Skip more tests on Emscripten (GH-31947)
- bpo-47037: Don't test for strftime('%4Y') on Windows
- bpo-45150: Add hashlib.file_digest() for efficient file hashing
- [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
- [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
- bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909)
- bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
- bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
- bpo-40280: select: Use NULL for empty fdset (GH-31865)
- bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten
- bpo-46973: Add regen-configure make target (GH-31792)
- bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
- bpo-40280: Skip dysfunctional pipe tests on Emscripten (GH-31770)
- bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module
- bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
- bpo-46933: Make pwd module optional (GH-31700)
- bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)
- bpo-46915: Fix unknown type PyModuleDef_Slot regression
emscripten-core/emscripten
6
merged
freeipa/freeipa-openshift-container
2
merged
pyca/cryptography
2
merged
tiran/cpython_builddep
1
merged
ethanhs/python-wasm
1
merged
Reviewed 24 pull requests in 7 repositories
python/cpython
12 pull requests
- bpo-47061: document module deprecations due to PEP 594
- bpo-47037: Don't test for strftime('%4Y') on Windows
- bpo-45150: Add hashlib.file_digest() for efficient file hashing
- [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n.
- [3.7] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n.
- bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
- bpo-46968: Query altstack size dynamically on Linux kernel >=5.14
- bpo-40059: Fix installation of tomllib
- [3.10] bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
- bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module
- bpo-46933: Fix make distclean regression (GH-31737)
- bpo-46541: remove usage of _Py_IDENTIFIER from _ssl module
freeipa/freeipa-openshift-container
3 pull requests
emscripten-core/emscripten
3 pull requests
pyca/cryptography
3 pull requests
freeipa/freeipa-operator
1 pull request
freeipa/freeipa
1 pull request
ethanhs/python-wasm
1 pull request
Created an issue in emscripten-core/emscripten that received 4 comments
NODERAWFS: utime, utimensat set wrong atime and mtime (overflow issue?)
The utimensat function of NODERAWFS sets wrong atime and mtime. The issue looks like an overflow problem to me. Update 1 It's a factor 1000 issue. U…
4
comments