X Tutup
The Wayback Machine - https://web.archive.org/web/20210609212243/https://github.com/python/devguide/pull/93/files
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

Remove FAQ section on github branch :) #93

Merged
merged 3 commits into from Jan 4, 2017
Merged
Changes from all commits
Commits
File filter
Filter file types
Beta Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -1,6 +1,6 @@
**********************************
Dynamic Analysis with Clang
**********************************
***************************
Dynamic Analysis with Clang
***************************

This document describes how to use Clang to perform analysis on Python and its
libraries. In addition to performing the analysis, the document will cover
356 faq.rst

This file was deleted.

@@ -298,8 +298,8 @@ a single gdb session without registering them, type ``source Misc/gdbinit``
from your gdb session.


How do I update my auto-load-safe-path to allow test_gdb to run?
----------------------------------------------------------------
Updating auto-load-safe-path to allow test_gdb to run
-----------------------------------------------------

``test_gdb`` attempts to automatically load additional Python specific
hooks into gdb in order to test them. Unfortunately, the command line
@@ -14,7 +14,7 @@ question.


Ask #python-dev
-----------------
---------------

If you are comfortable with IRC you can try asking on ``#python-dev`` (on
the `freenode`_ network). Typically there are a number of experienced
ProTip! Use n and p to navigate between commits in a pull request.
X Tutup