mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Mark Mentovai
ef3ce94fbf
Python 3 support for Python scripts (without compromising Python 2)
It’s better to be prepared for the future than…to not be. This is mostly the result of running 2to3 on all .py files, with some small shims to maintain compatibility with Python 2. http_transport_test_server.py was slightly more involved, requiring many objects to change from “str” to “bytes”. The #! lines and invokers still haven’t changed, so these scripts will still normally be interpreted by Python 2. Change-Id: Idda3c5650f967401a5942c4d8abee86151642a2e Reviewed-on: https://chromium-review.googlesource.com/797434 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
- Crashpad overview design
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad Buildbots perform automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%