Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rickeylev authored Nov 30, 2024
1 parent 8c58253 commit f3c5c88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cc/current_py_cc_libs/python_libs_linking_test.cc
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#include <Python.h>

int main(int argc, char** argv) {

// PyObject *s = PyUnicode_FromString(argv[0]);
// Early return to prevent the broken code below from running.
if (argc >= 1) {
// printf("%d\n", (int)s->ob_refcnt);
return 0;
}

Expand Down

0 comments on commit f3c5c88

Please sign in to comment.