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

Refactor cefpython package structure #257

Open
cztomczak opened this issue Sep 26, 2016 · 0 comments
Open

Refactor cefpython package structure #257

cztomczak opened this issue Sep 26, 2016 · 0 comments
Labels

Comments

@cztomczak
Copy link
Owner

cztomczak commented Sep 26, 2016

The cefpython package structure should refactored. Currently all functions are put in the cefpython3 module. Functionality should be spread across many modules:

Steps:

Directories:

  • src/*.pyx
  • utils/_.pyx - move utils.pyx, string_utils.pyx, window_utils__.pyx and others
  • handlers/*.pyx - done
  • extern/*.pxd - done
  • extern/cef/*.pxd - done
  • extern/views/*.pxd (CEF views)

This issue is blocking other features that are to be implemented:

This refactoring should improve significantly build times of cefpython. Currently it takes about a minute even with the --fast flag passed to compile.py.

Related issue: #208 (Big changes planned for CEF Python).

@cztomczak cztomczak changed the title Refactor Cython package hierarchy Refactor cefpython package hierarchy Mar 11, 2017
@cztomczak cztomczak changed the title Refactor cefpython package hierarchy Refactor cefpython package structure Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant