Marc Bourcier
Marc Bourcier is a Canadian politician, who was elected to the National Assembly of Quebec in a by-election on December 5, 2016.[1] He represents the electoral district of Saint-Jérôme as a member of the Parti Québécois caucus. Prior to his by-election in the legislature, he was a city councillor for Saint-Jérôme City Council.
Marc Bourcier | |
---|---|
Member of the National Assembly of Quebec for Saint-Jérôme | |
In office December 5, 2016 – October 1, 2018 | |
Preceded by | Pierre Karl Péladeau |
Succeeded by | Youri Chassin |
Personal details | |
Political party | Parti Québécois |
Residence | Saint-Jérôme, Quebec |
Electoral record
Quebec provincial by-election, December 5, 2016 | ||||||||
---|---|---|---|---|---|---|---|---|
Party | Candidate | Votes | % | ±% | ||||
Parti Québécois | Marc Bourcier | 9,141 | 46.23 | +9.42 | ||||
Coalition Avenir Québec | Bruno Laroche | 7,016 | 35.48 | +3.96 | ||||
Liberal | Naömie Goyette | 2,092 | 10.58 | -9.38 | ||||
Québec solidaire | Marcel Gosselin | 867 | 4.38 | -6.38 | ||||
Green | Émilianne Lépine | 405 | 2.05 | |||||
Option nationale | Olivier Lamanque Galarneau | 89 | 0.45 | -0.09 | ||||
Conservative | Sébastien Roy | 67 | 0.34 | -0.07 | ||||
Parti indépendantiste | Sengtiane Trempe | 40 | 0.20 | |||||
Changement intégrité pour notre Québec | Eric Emond | 34 | 0.17 | |||||
Équipe autonomiste | Louis Chandonnet | 23 | 0.12 | |||||
Total valid votes | 19,774 | 100.00 | ||||||
Total rejected ballots | 232 | 1.16 | -0.54 | |||||
Turnout | 20,006 | 33.92 | -33.33 | |||||
Electors on the lists | 58,973 | |||||||
Parti Québécois hold | Swing | +2.73 |
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.