Skip to content

Commit

Permalink
Buckify main libpython
Browse files Browse the repository at this point in the history
Reviewed By: fried

Differential Revision: D51567340

fbshipit-source-id: 0537b712ecd4d773ff359ada4f381e624d576578
  • Loading branch information
itamaro authored and facebook-github-bot committed Dec 18, 2023
1 parent 303a585 commit da4835e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions capi-functions
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
extern "C" {
/* Functions defined by Python's C-API */
Py*;
_Py*;
/* Export strobe symbols needed for pyperf */
__strobe_*;
};
};

0 comments on commit da4835e

Please sign in to comment.