Skip to content

Conversation

Daetalus
Copy link
Contributor

Spit it from tk_support PR. I will improve that PR on weekend.

FunctionMetadata::create((void*)getIdent, BOXED_INT, 0), "get_ident"));
thread_module->giveAttr("stack_size", new BoxedBuiltinFunctionOrMethod(
FunctionMetadata::create((void*)stackSize, BOXED_INT, 0), "stack_size"));
thread_module->giveAttr(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs a test

Boxiang Sun added 3 commits July 21, 2016 01:19
When try to support tk. The Py_None is a wrapper of pyston `None`. It
will conflict with other library's None. So rename the pure pyston
`None` to pyston_None. And use Py_None instead pyston_None when
possible. Just like dropbox#1231 for Py_True and Py_False
Pyston already has Py_IgnoreEnvironmentFlag, just add it to sys.flags.
@Daetalus
Copy link
Contributor Author

Working on scikit-learn support. So move the thread.interrupt_main to tk_support PR. Will take a look on weekend.

@undingen undingen merged commit 513bc9b into pyston:master Jul 20, 2016
@undingen
Copy link
Contributor

thanks for the change! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants